[gst-devel] How to register Gstreamer Plugin with Playbin so that playbin detect my plugins

Michael Smith msmith at xiph.org
Tue Jan 27 17:11:29 CET 2009


On Tue, Jan 27, 2009 at 3:18 AM, rakesh sharma
<rakesh2.sharma at aricent.com> wrote:
>
> Can anybody tell me what this function do in depth...
> gst_element_make_from_uri()
> the description is like this : Creates an element for handling the given URI
> If i want that it will use my own created plugin is it possible ???
> My plugin dont have the uri property, whether i have to add uri property and
> do some more changes ???

You plugin will need to implement the GstUriHandler interface (it's
customary, but not required, that it also have a uri property).

Mike




More information about the gstreamer-devel mailing list