[Gstreamer-bugs] [Bug 118473] Changed - mplex plugin does not work on Solaris

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jul 28 06:09:45 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=118473

Changed by brian.cameron at ireland.sun.com.

--- shadow/118473	Mon Jul 28 09:08:36 2003
+++ shadow/118473.tmp.2234	Mon Jul 28 09:09:45 2003
@@ -76,6 +76,23 @@
 these? I'll look at your patch later today, I'm at work right now.
 
 ------- Additional Comments From brian.cameron at ireland.sun.com  2003-07-28 09:08 -------
 Created an attachment (id=18677)
 updated patch
 
+
+------- Additional Comments From brian.cameron at ireland.sun.com  2003-07-28 09:09 -------
+The updated patch addresses everything except the problem with 
+vector.cc.  Once again, it fails to compile with this error:
+
+  "vector.cc", line 12: Error: Cannot assign Aunit* to Aunit**.
+
+  On this line:
+
+    buf = new (Aunit *)[AUStream::BUF_SIZE];
+
+  Note that in vector.hh, that "buf" is defined to be "Aunit **buf",
+  not an Aunit *, so something is clearly wrong here.  Perhaps this
+  error slips by gcc, but Forte noticed it.
+
+Once again, I am not sure how to best address the last issue 
+mentioned, since my first shot was killed.  See bug 118304.




More information about the Gstreamer-bugs mailing list