[Gstreamer-bugs] [Bug 135919] New - v4l2 plugins don't build on SuSE 9

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Mar 1 18:19:51 PST 2004


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=135919

Changed by trow at gnu.org.

--- shadow/135919	Mon Mar  1 21:19:51 2004
+++ shadow/135919.tmp.18783	Mon Mar  1 21:19:51 2004
@@ -0,0 +1,29 @@
+Bug#: 135919
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: SuSE 9
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: trow at gnu.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: v4l2 plugins don't build on SuSE 9
+
+The configure script detects v4l2, but the build fails on gstv4l2src.h
+gcc complains 'error: storage size of `buffer' isn't known' on line 55:
+
+54 struct _GstV4l2Buffer {
+55   struct v4l2_buffer	buffer;
+56   guint8 *		start;
+
+In the videodev2.h head that ships w/ SuSE 9, the definition of struct
+v4l2_buffer is wrapped in #ifdef __KERNEL/#endif.
+
+The path of least resistance is to just check for that struct in
+configure.ac.  A patch is attached.




More information about the Gstreamer-bugs mailing list