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 523813 - [autodetect] add autovideosrc and autoaudiosrc
[autodetect] add autovideosrc and autoaudiosrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-22 09:53 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2009-01-23 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implement src plugins and fix a couple of small things (5.99 KB, patch)
2008-10-11 16:34 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
needs-work Details | Review
implement src plugins and fix a couple of small things (36.98 KB, patch)
2008-10-13 16:15 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-03-22 09:53:34 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
Comment 1 Sebastian Dröge (slomo) 2008-03-22 10:26:11 UTC
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 :)
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-03-22 11:30:35 UTC
Yep, source with highest rank.
Imho, alsasrc or v4l2src don't need any extra parameters.
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-11 16:34:10 UTC
Created attachment 120391 [details] [review]
implement src plugins and fix a couple of small things
Comment 4 Sebastian Dröge (slomo) 2008-10-13 08:04:59 UTC
The patch looks good and correct but misses the sources for the new elements ;)
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-13 16:15:31 UTC
Created attachment 120514 [details] [review]
implement src plugins and fix a couple of small things

Ooops, patch updated.
Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-27 08:54:59 UTC
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.