[Gstreamer-bugs] [Bug 123946] Changed - [PATCH] mpeg2dec-0.3.2 run failure
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Tue Oct 7 03:10:46 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=123946
Changed by rbultje at ronald.bitfreak.net.
--- shadow/123946 Mon Oct 6 08:14:56 2003
+++ shadow/123946.tmp.27741 Tue Oct 7 06:10:45 2003
@@ -10,13 +10,13 @@
Component: gst-plugins
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: rbultje at ronald.bitfreak.net
QAContact: gstreamer-maint at bugzilla.gnome.org
TargetMilestone: 0.6.4
URL:
-Summary: mpeg2dec-0.3.2 run failure
+Summary: [PATCH] mpeg2dec-0.3.2 run failure
Fix attached. Works for me. Please test.
------- Additional Comments From rbultje at ronald.bitfreak.net 2003-10-06 08:04 -------
Created an attachment (id=20496)
give it a go
@@ -36,6 +36,13 @@
STATE_BUFFER (which is 0 in 0.3.2 and -1 in 0.3.1...) and make them
check for both STATE_BUFFER and -1 and then define STATE_BUFFER as 0,
as it is in 0.3.2. I personally consider this pretty ugly, but it's a
way of fixing it...
Opinions?
+
+------- Additional Comments From rbultje at ronald.bitfreak.net 2003-10-07 06:10 -------
+I've implemented checking for both STATE_BUFFER (0) and -1 in CVS, so
+that binaries of this plugin will work with both libmpeg2-0.3.1 and
+-0.3.2. Patch is same as above, but with STATE_BUFFER defined as 0
+instead of -1, and the two checks in the code where it checks for
+state being STATE_BUFFER need an additional check for state == -1.
More information about the Gstreamer-bugs
mailing list