[Bug 737411] videoparser: move parsing flag to baseparse.h

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 26 02:53:56 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=737411
  GStreamer | gst-plugins-bad | unspecified

--- Comment #4 from Vineeth <vineeth.tm at samsung.com> 2014-09-26 09:53:45 UTC ---
yes even i saw it was not being used..
but in gstvc1parse.h

it is mentioned 
  /* Metadata about the currently parsed frame, only
   * valid if the GstBaseParseFrame has the
   * GST_BASE_PARSE_FRAME_FLAG_PARSING flag */
  GstVC1StartCode startcode;

and the startcode related implementation is under FIXME
FIXME: disable BDU check for now as BDU parsing needs more work.


so i thought it might be needed if someone decides to implement the FIXME.

Or if we remove the flag, then probably we should remove the code related to
VC1StartCode as well?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list