[gstreamer-bugs] [Bug 630888] v4l2sink does not cope with v4l2loopback kernel module

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 29 06:26:30 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=630888
  GStreamer | gst-plugins-good | unspecified

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-09-29 13:26:26 UTC ---
If VIDIOC_G_FMT fails this means, that the loopback device did not support the
selected format. That's a real problem then...

v4l2sink gets the list of supported formats by using the VIDIOC_ENUM_FMT ioctl.
For the sink it should maybe assume that all possible V4L2 formats are
supported if nothing is returned here (or even better if it's possible to
detect that this is a loopback device).

A capsfilter before the v4l2sink should work in any case though, just make sure
that you have appropiate converters before the capsfilter.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list