After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 169164 - [raw1394] [patch] compile issue on gcc 2.95
[raw1394] [patch] compile issue on gcc 2.95
Status: RESOLVED DUPLICATE of bug 169146
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal blocker
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-04 05:46 UTC by Zaheer Abbas Merali
Modified: 2005-03-04 08:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2005-03-04 05:46:28 UTC
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) {
Comment 1 Ronald Bultje 2005-03-04 08:40:10 UTC

*** This bug has been marked as a duplicate of 169146 ***