How to write source plugin.

Stefan Sauer ensonic at hora-obscura.de
Tue Jan 17 08:20:59 PST 2012


On 01/16/2012 07:27 AM, mahendra wrote:
> Thanks for reply,
>
>    The source element will receive audio as well as video data from
> hardware.
The framework is open source. You can look at all the source elements
include (e.g. alsasrc, v4l2src, ..).
Having one single element that reads audio and video might be somewhat
more complicated though. GstBaseSrc only supports elements with one src
pad, thus you will need to derive from GstElement.

Stefan
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-write-source-plugin-tp4291545p4298618.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list