[Bug 743948] vc1parser: re-enable BDU parsing for bitstream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Feb 23 01:42:37 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743948
Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #296054|0 |1
is obsolete| |
--- Comment #6 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 297628
--> https://bugzilla.gnome.org/attachment.cgi?id=297628&action=edit
vc1parser: re-enable BDU parsing for bitstream
Currently the parser is not able to parse bitstream like in this pipeline:
gst-launch-1.0 filesrc location=mytestfile.vc1 ! vc1parse ! ..
Since the parser bails out with an error message.
This patch proposes a way re-enable it using the function
gst_vc1_identify_next_bdu() early. If a complete sequence header BDU
is found, the stream format is assumed as bdu-frame.
--
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