[Bug 647217] camerabin doesn't support JPEG-producing webcams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 8 12:52:32 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647217
  GStreamer | gst-plugins-bad | 0.10.x

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-04-08 19:52:28 UTC ---
It simply does not make sense to:
1.) grab the picture
2.) let the camera encode it
3.) receive it from v4l2
4.) decode it in camerabin
5.) apply effect
6.) encode it again

also its not straight forward to have alternative signal paths to support a
smart passthrough for the cases where no effect is selected (decoding still
needed for the viewfinder).

The last time we discussed the consesus was to not support this usecase.
Besides people can work-around the issue by using:
 LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so my-app

Although I don't yet see why:
gst-launch camerabin video-source="v4l2src ! decodebin2" is not working.

-- 
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