GNOME Bugzilla – Bug 696691
v42lsrc ! fakesink not working
Last modified: 2013-04-03 11:53:38 UTC
Created attachment 239949 [details] Debug gst-launch Dear Community, We have noticed that the gst-launch works fine on 0.1x but not on 1.x We tried the same command attached on 0.1 and we can see the webcam responding correctly. We spotted this behavior on both Genius islim 300 anad Genius Look 312P Best Regards, Patrick
Any updates please?
Sorry for the delay. You've filed this bug in the wrong product. Instead of having filed it under "Bindings->gstreamermm-plugins-good", you should have filed under "Platform->GStreamer". Reassign to the correct product.
I've reassigned it to the correct product. Please be patient.
Your camera only does jpeg and your capfilter is video/x-raw. It is expected behaviour. Are you saying that in 0.10 it could do something else than jpeg? The only thing I can come up with is that the 0.10 version was compiled against libv4l2 that does the jpeg decoding for you.
This came up on IRC. v4l2src also fails with just v4l2src ! fakesink in this case, whereas it should output jpeg.
Patrick, please could you do this: $ GST_DEBUG=v4l*:6 gst-launch-1.0 v4l2src num-buffers=1 ! fakesink 2>dbg-1.0.log (ideally with either git master or version 1.0.6) and $ GST_DEBUG=v4l*:6 gst-launch-0.10 v4l2src num-buffers=1 ! fakesink 2>dbg-0.10.log and attach both dbg-1.0.log and dbg-0.10.log to this bug report?
<pagios__> __tim: btw weirdly enough the v4l2src works well now with the RPi on both 0.1 and 1.0 referring to bug Bug 696691 <pagios__> it works on GIT <__tim> ok, so I guess we can close that then? <pagios__> yes please do so