Regarding gstreamer api for accepting data buffer as argument

Tim-Philipp Müller t.i.m at zen.co.uk
Fri Nov 25 03:25:27 PST 2011


On Fri, 2011-11-25 at 10:14 +0530, Sree Gowri wrote:
> 
> I am developing a live audio streaming application using the gstreamer
> API’s. I have tried with the following API’s of
> gstreamer,[gst_element_factory_make()] which accepts file as the
> argument. But require gstreamer API which accepts byte* buffer as an
> argument as we are managing the connections in a different layer and
> my streaming-application will receive the live audio streaming buffer
> periodically from other components.

Maybe you're looking for the appsrc element? (from gst-plugins-base)

Cheers
 -Tim




More information about the gstreamer-devel mailing list