[Gstreamer-bugs] [Bug 125944] New - gst-plugins-HEAD doesn't compile with gstreamer-HEAD

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Oct 31 11:56:05 PST 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=125944

Changed by jrb at redhat.com.

--- shadow/125944	Fri Oct 31 14:56:05 2003
+++ shadow/125944.tmp.14707	Fri Oct 31 14:56:05 2003
@@ -0,0 +1,24 @@
+Bug#: 125944
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: jrb at redhat.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: gst-plugins-HEAD doesn't compile with gstreamer-HEAD
+
+a lot of the plugins seem to do:
+#include <gst/bytestream/bytestream.h>
+This header appears to be in gst/bytestream.h now.
+
+I fixed it by doing a:
+find -name '*\.[ch]' | xargs perl -pi -e
+'s/gst\/bytestream\/bytestream.h/gst\/bytestream.h/g'




More information about the Gstreamer-bugs mailing list