gstreamer plugins, writing a source
jyoti kulkarni
jyotimk029 at gmail.com
Tue Sep 24 04:19:27 PDT 2013
Hello All,
I am planing to write a source plugin, and i have created myfilter element
using make_element tool.
what are the changes to be done to make myfilter plugin template to be act
as only source.
i.e presently, the created plugin works as
gst-launch fakesrc ! myfilter ! fakesink
but i dont want any source element and my pieline should start with
myfilter.
i want to set the state of pipeline to playing, by starting it with
myfilter.
i.e i want my pipeline to be:
gst-launch myfilter ! fakesink
if it is possibe, then what are the changes to be done for myfilter plugin.
Thanks & Regards
Jyoti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130924/e5472fd1/attachment-0001.html>
More information about the gstreamer-devel
mailing list