[gst-devel] How to force Playbin to select a source plugin for specific URI?
Michael Smith
msmith at xiph.org
Tue Mar 23 16:25:38 CET 2010
On Tue, Mar 23, 2010 at 1:14 AM, mistr47 <k0d3r at hotmail.com> wrote:
>
> How to notify Playbin to use my source plugin for specific URI (e.g
> http://asdf.com/file.avi)
> I have written a source plugin and i would like playbin to call this source
> plugin for specific type of URL.
> What changes do i need to make?
>
> I have added uri handling capabilities, set RANK to primary.
Your plugin should be used automatically by playbin if it implements
the URI handler interface and is the highest-ranked available element
for that URI scheme.
Mike
More information about the gstreamer-devel
mailing list