Good example to show usage of tee

Atish Nazir gstreamer at littleworld.co.uk
Wed Nov 7 07:14:08 PST 2012


Here's an example:

gst-launch filesrc location=source.file ! tee name=tp \
tp. ! queue ! filesink location=destination1.file \
tp. ! queue ! filesink location=destination2.file

The queues are to prevent deadlocking.


On 7 November 2012 14:01, Baby Octopus <jagadishkamathk at gmail.com> wrote:

> Hi,
>
> I'm a gstreamer newbie. I'm writing my own application where in I read from
> a 1920x1080 YUV file, resize it into different dimensions namely 1280x720,
> 800x480 and 640x360 and then encode each of these resolutions. I want to
> connect "filesrc" to 3 different resizer element. I know this is possible
> using a tee element. However, I have not been able to find a good example
> which demonstrates one such usage. Please throw some light on this
>
> Regards,
> Baby Octopus
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Good-example-to-show-usage-of-tee-tp4656821.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121107/6cd1ac99/attachment.html>


More information about the gstreamer-devel mailing list