[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 04:22:03 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 05:54:29 2003
+++ shadow/118473.tmp.7077	Mon Jul 28 07:22:03 2003
@@ -43,6 +43,25 @@
 See bug 118304.
 
 ------- Additional Comments From brian.cameron at ireland.sun.com  2003-07-28 05:54 -------
 Created an attachment (id=18672)
 patch to fix Forte compile problems
 
+
+------- Additional Comments From brian.cameron at ireland.sun.com  2003-07-28 07:21 -------
+
+A few other Forte issues that I didn't mention before.
+
++ In gst-libs/ext/mplex/yuv4mpeg_ratio.cc
+  The function strchr on Solaris returns "const char *".  Therefore
+  in the function y4m_parse_ratio, it would be better if 
+  "char *t" were changed to "const char *t", or a cast used as 
+  follows:
+
+  char *t = (char *)strchr (s, ':');
+
+In ext/mplex:
+
++ -lstdc++ is a GCC specific library, and not availabe with Forte.
+  This library should only be included in libgstmplex_la_LIBADD
+  if the compiler is GCC.
+




More information about the Gstreamer-bugs mailing list