[Gstreamer-bugs] [Bug 131320] New - v4l & v4l2 : bad auto-detection
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Tue Jan 13 02:41:53 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=131320
Changed by bugs at leroutier.net.
--- shadow/131320 Tue Jan 13 05:41:53 2004
+++ shadow/131320.tmp.31072 Tue Jan 13 05:41:53 2004
@@ -0,0 +1,34 @@
+Bug#: 131320
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: bugs at leroutier.net
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL:
+Summary: v4l & v4l2 : bad auto-detection
+
+i have a v4l2 (yep, v2) bttv driver under kernel 2.4.24.
+
+in gst-plugins, v4l is compiled when linux/videodev.h is found and v4l2 is
+compiled when linux/videodev2.h is found.
+
+perhaps it works for kernel 2.6.x (i don't have one to test it) but it
+won't work on 2.4.x as a single linux/videodev.h is used for both v4l and v4l2.
+
+--
+
+the second thing i can see is that video device in the v4lX plug-ins is
+called /dev/video or /dev/v4l/video
+
+the problem is that it sometimes is called /dev/video0 (symlink to
+/dev/v4l/video0)
+
+so, it is configurable somewhere when i say that videosrc is v4lXsrc ?
More information about the Gstreamer-bugs
mailing list