adding tee after udpsrc

Wim Taymans wim.taymans at gmail.com
Thu Jun 6 07:41:31 PDT 2013


On 06/06/2013 03:04 PM, JasonP wrote:
> Hi,
>
> Can anybody explain me why the below given pipeline doesn't work. Thanks in
> advance
>
> gst-launch-1.0 udpsrc port=10000 ! tee name=udpdump ! queue ! tsdemux !
> queue ! h264parse ! avdec_h264 ! deinterlace mode=0 fields=1 method=4 tff=0
> ! tee ! queue ! videoconvert ! videoscale ! x264enc ! filesink
> location=out.264 udpdump.! queue ! filesink location=udp_dump.ts
The second queue likely fills up and block everything, setting it async 
likely helps:

.... ! queue ! filesink location=udp_dump.ts async=false

Wim
>
> Regards
> Raju Babannavar
>
>
>
> -----
> Jason p
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/adding-tee-after-udpsrc-tp4660387.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