[Gstreamer-bugs] [Bug 119206] Changed - mp1videoparse plugin doesnt perform its core function
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Tue Jan 20 07:45:01 PST 2004
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=119206
Changed by rbultje at ronald.bitfreak.net.
--- shadow/119206 Tue Jan 20 10:41:29 2004
+++ shadow/119206.tmp.17889 Tue Jan 20 10:45:01 2004
@@ -34,6 +34,24 @@
demuxer involved, obviously.
------- Additional Comments From rbultje at ronald.bitfreak.net 2004-01-20 10:41 -------
Created an attachment (id=23559)
see comment
+
+------- Additional Comments From rbultje at ronald.bitfreak.net 2004-01-20 10:45 -------
+Attached patch:
+
+* improves parsing. We no longer cut solely based on picture
+startcodes, but use gop/sequence startcodes and sequence endcodes,
+too. The sequence/gop are for broken streams that don't use sequence
+endcodes or not even sequence startcodes. The sequence endcode is a
+valid end-of-picture, and after that, a new sequence will start
+(which' header should be put in the next buffer, not the current one
+like happened now).
+* read timecode from GOP header and use that as timestamp if no PTS is
+given.
+* finetunings for (broken, but it happens a lot) streams that start
+halfway a sequence rather than with a sequence start (mostly streaming
+MPEG).
+
+Please comment. :).
More information about the Gstreamer-bugs
mailing list