GNOME Bugzilla – Bug 523813
[autodetect] add autovideosrc and autoaudiosrc
Last modified: 2009-01-23 08:46:20 UTC
autovideosrc would be good to make apps like cheese portable. autoaudiosrc would be nice to lessen the configuration options in a simple audio recorder
How exactly should this work? Simply use the video/audio source with the highest RANK? IIRC most video/audio sources need element specific parameters before they can work... But in general I like the idea :)
Yep, source with highest rank. Imho, alsasrc or v4l2src don't need any extra parameters.
Created attachment 120391 [details] [review] implement src plugins and fix a couple of small things
The patch looks good and correct but misses the sources for the new elements ;)
Created attachment 120514 [details] [review] implement src plugins and fix a couple of small things Ooops, patch updated.
2008-10-27 Stefan Kost <ensonic@users.sf.net> * gst/autodetect/Makefile.am: * gst/autodetect/gstautoaudiosink.c: * gst/autodetect/gstautoaudiosrc.c: * gst/autodetect/gstautoaudiosrc.h: * gst/autodetect/gstautodetect.c: * gst/autodetect/gstautovideosink.c: * gst/autodetect/gstautovideosrc.c: * gst/autodetect/gstautovideosrc.h: Implement src plugins. Little code/string cleanup in the sinks. Fixes #523813.