[gst-devel] Writing Gstreamer plugin using C++ library

José Luis Segura Lucas josel.segura at gmx.es
Wed Aug 18 13:03:53 CEST 2010


Thanks for your answer. I read something about Python Gstreamer, and see
some examples for creating on a few lines Gstreamer Elements on a easy and
faster way.

Now I'm only prototyping, but if I implement in the future something for a
real use (not only research) I will take a look on that.

2010/8/17 André Dieb <andre.dieb at gmail.com>

> It's possible. Check gst-plugins-bad/sys for dshowvideosink,
> dshowdecwrapper. Also gst-plugins-bad/ext/dirac can also be seen as example.
>
> 2010/8/17 José Luis Segura Lucas <josel.segura at gmx.es>
>
>> Hello!
>>
>> I'm planning to write a Gstreamer plugin that uses a C++ written library.
>> I'm wondering if it's possible to mix C and C++ in gstreamer plugin
>> development.
>>
>> Basically, my plugin will have two elements: a pure sink and a pure
>> source. The sink will receive the video in a pad and send it, using the C++
>> library, through the network to other computer. I know, it can be done using
>> RTP, RTSP and other network protocols with the existing gstreamer plugins,
>> but I need for research purposes.
>>
>> Thanks a lot for your time!
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>>
>
>
> --
> André Dieb Martins
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100818/baf8acfe/attachment.htm>


More information about the gstreamer-devel mailing list