[Bug 667219] videoparsers: fix mpeg2 parsing confusion w/ dvd
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 31 04:39:03 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=667219
GStreamer | gst-plugins-bad | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
Target Milestone|HEAD |NONE
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-01-31 12:39:00 UTC ---
Looks this is indeed handled now:
in gst-libs/gst/codecparsers/gstmpegvideoparse.c:
408) if (gst_bit_reader_get_bits_uint8_unchecked (&br, 4) !=
409) GST_MPEG_VIDEO_PACKET_EXT_SEQUENCE) {
410) GST_DEBUG ("Not parsing a sequence extension");
411) return FALSE;
412) }
--
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