[Gstreamer-bugs] [Bug 119036] Changed - mp1videoparse needs a fix

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Aug 4 15:43:40 PDT 2003


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=119036

Changed by rbultje at ronald.bitfreak.net.

--- shadow/119036	Sun Aug  3 17:29:07 2003
+++ shadow/119036.tmp.31924	Mon Aug  4 18:43:40 2003
@@ -25,6 +25,16 @@
 format
 ERROR       scheduler( 1571)
 gstoptimalscheduler.c(2051):gst_opt_scheduler_iterate:
 [GstOptScheduler at 0x80995b0] in error state
 
 a caps-nego problem between mp1videoparse and udpsink.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-08-04 18:43 -------
+_parse_seq() receives a buffer that is not the data that came after he
+head as is being parsed in _valid_sync(). This means that it basically
+parses random data as width/height/fps/idx. The result is that the
+resulting width/height/... values are bogus, fall outside the range
+allowed by the template caps and capsnego fails.
+
+Someone needs to fix mpeg1videoparse to push the correct buffer to
+_parse_seq(). :).




More information about the Gstreamer-bugs mailing list