[Gstreamer-bugs] [Bug 118304] New - mplex break the build

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Jul 25 07:41:25 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=118304

Changed by lucky_gedn at metropoli2000.net.

--- shadow/118304	Fri Jul 25 10:41:25 2003
+++ shadow/118304.tmp.26888	Fri Jul 25 10:41:25 2003
@@ -0,0 +1,38 @@
+Bug#: 118304
+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: lucky_gedn at metropoli2000.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: mplex break the build
+
+vector.cc on mplex plugin break the build . To solve that problem just
+come back to previous revision of the files , 1.2 -> 1.1 
+
+ Anyway here there's the patch
+
+ RCS file: /cvsroot/gstreamer/gst-plugins/ext/mplex/vector.cc,v
+retrieving revision 1.2
+diff -c -u -p -r1.2 vector.cc
+cvs server: conflicting specifications of output style
+--- ext/mplex/vector.cc	25 Jul 2003 10:15:53 -0000	1.2
++++ ext/mplex/vector.cc	25 Jul 2003 14:33:21 -0000
+@@ -9,7 +9,7 @@
+ AUStream::AUStream ():
+ cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
+ {
+-  buf = new (Aunit **)[AUStream::BUF_SIZE];
++  buf = new (Aunit *)[AUStream::BUF_SIZE];
+ }
+
+
+ Bye All




More information about the Gstreamer-bugs mailing list