[gst-devel] Automaticly selecting the right source
Ronald Bultje
rbultje at ronald.bitfreak.net
Tue May 27 00:57:05 CEST 2003
Hey Magnus,
At 05:16 PM 5/26/03 +0200, Magnus Bergman wrote:
>I want my application to automatically select the right source
>depending on a text string describing the source. Is this
>functionality beyond the scope of gstreamer?
That's what libgstplay does.
You could also write a plugin (GstBin derivative) that creates
a child element (and ghost pads to this element on itself) based
on a property, this is basically what libgstplay does, but
libgstplay is not a plugin in that form.
Ronald
More information about the gstreamer-devel
mailing list