Gst Buffer from SinkPad/Downstream Element.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gst Buffer from SinkPad/Downstream Element.

Roland Peffer-2
Hi,

how can I implement the following scenario:

I have 2 elements, lets say a video decoder and a video renderer.
The video renderer would work the fastest if the decoder could write its data directly into some 'special' memory/GstBuffer that was allocated by the renderer .
Or in other words, how to force the decoder to use GstBuffer Objects as output for his src pad that have been created by the renderer element or the renderer elements sink pad?


Thx for any suggestion,
Roland

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gst Buffer from SinkPad/Downstream Element.

ved kpl
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-alloc-buffer

On Sat, Jul 2, 2011 at 12:09 PM, Roland Peffer <[hidden email]> wrote:

> Hi,
>
> how can I implement the following scenario:
>
> I have 2 elements, lets say a video decoder and a video renderer.
> The video renderer would work the fastest if the decoder could write its data directly into some 'special' memory/GstBuffer that was allocated by the renderer .
> Or in other words, how to force the decoder to use GstBuffer Objects as output for his src pad that have been created by the renderer element or the renderer elements sink pad?
>
>
> Thx for any suggestion,
> Roland
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel