Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBin ╰── GstAutoAudioSrc
autoaudiosrc is an audio source that automatically detects an appropriate audio source to use. It does so by scanning the registry for all elements that have “Source” and “Audio” in the class field of their element information, and also have a non-zero autoplugging rank.
gst-launch-1.0 -v -m autoaudiosrc ! audioconvert ! audioresample ! autoaudiosink
plugin |
autodetect |
author |
Jan Schmidt <thaytan@noraisin.net>, Stefan Kost <ensonic@users.sf.net> |
class |
Source/Audio |
“filter-caps”
property“filter-caps” GstCaps *
This property will filter out candidate sinks that can handle the specified caps. By default only audio sinks that support raw floating point and integer audio are selected.
This property can only be set before the element goes to the READY state.
Flags: Read / Write
Since 0.10.14