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 731702 - v4l2src : v4l2src does not support capture of interlaced content
v4l2src : v4l2src does not support capture of interlaced content
Status: RESOLVED DUPLICATE of bug 726194
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.2.2
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-16 04:43 UTC by Baby octopus
Modified: 2014-06-16 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baby octopus 2014-06-16 04:43:55 UTC
It throws up negotiation issue for 

gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080,interlace-mode=interleaved ! fakesink

ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data flow error. 
Additional debug info: 
gstbasesrc.c(2913): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: 
streaming task paused, reason not-negotiated (-4) 


However, this works fine

gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080,interlace-mode=progressive ! fakesink
Comment 1 Nicolas Dufresne (ndufresne) 2014-06-16 14:35:34 UTC
As mention on the mailing list, this is already filed.

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