[gstreamer-bugs] [Bug 169164] New: [raw1394] compile issue on gcc 2.95

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Mar 3 21:46:29 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=169164
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [raw1394] compile issue on gcc 2.95
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: zaheerabbas at merali.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Here is patch to fix it, reported by Robert Scott on
http://bugs.gentoo.org/show_bug.cgi?id=84019:

diff -urN gst-plugins-0.8.7.orig/ext/raw1394/gstdv1394src.c
gst-plugins-0.8.7/ext/raw1394/gstdv1394src.c
--- gst-plugins-0.8.7.orig/ext/raw1394/gstdv1394src.c	2004-10-20 14:31:13 +0100
+++ gst-plugins-0.8.7/ext/raw1394/gstdv1394src.c	2005-03-03 23:25:58 +0000
@@ -771,10 +771,11 @@
 {
   gchar *protocol, *location;
   gboolean ret;
-
+  GstDV1394Src *gst_dv1394src;
+  
   ret = TRUE;
-
-  GstDV1394Src *gst_dv1394src = GST_DV1394SRC (handler);
+  
+  gst_dv1394src = GST_DV1394SRC (handler);
 
   protocol = gst_uri_get_protocol (uri);
   if (strcmp (protocol, "dv") != 0) {

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list