[Gstreamer-bugs] [Bug 105467] New - Check for V4L2 is not robust enough

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Feb 6 20:36:13 PST 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=105467

Changed by loban at earthling.net.

--- shadow/105467	Thu Feb  6 23:36:13 2003
+++ shadow/105467.tmp.27140	Thu Feb  6 23:36:13 2003
@@ -0,0 +1,28 @@
+Bug#: 105467
+Product: GStreamer
+Version: 0.6.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: loban at earthling.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: Check for V4L2 is not robust enough
+
+The check for V4L2 is not robust enough. Currently it just checks if
+"videodev2.h" was found on the system, and if so, attempts to build the
+V4L2 plugins. However, the videodev2.h file varies widely depending on the
+version. For example, on my Mandrake 9.0 box, the v4l2_clip and
+4l2_capability structs in videodev2.h are completely different from what
+gstreamer expects, breaking compilation So, the check for V4L2 needs a
+version check as well. I dunno what version is necessary, just that mine
+isn't recent enough. Mine has:
+
+        #define V4L2_MAJOR_VERSION      0
+        #define V4L2_MINOR_VERSION      20





More information about the Gstreamer-bugs mailing list