gstreamer plugins, writing a source

Brendan Long self at brendanlong.com
Thu Sep 26 13:11:22 PDT 2013


The easiest way to create a new source element is to extend GstBaseSrc
<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html>.

On 09/24/2013 05:19 AM, jyoti kulkarni wrote:
> 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
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130926/6429f9b2/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 555 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130926/6429f9b2/attachment-0001.pgp>


More information about the gstreamer-devel mailing list