Still stuck

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Mar 7 16:02:11 PST 2013


On Thu, 2013-03-07 at 16:48 -0700, Gary Thomas wrote:

> gst-launch -e -v v4l2src device=/dev/video1 queue-size=16 \
>     ! video/x-raw-yuv,format='(fourcc)UYVY',width=720,height=480,framerate=30/1 \
>     ! tee name=v-src \
>       v-src. ! queue leaky=upstream ! videoscale ! "video/x-raw-yuv,width=320,height=240" ! gdppay ! shmsink socket-path=/tmp/shm-stream.sock \
>       v-src. ! queue leaky=upstream ! videoscale ! "video/x-raw-yuv,width=240,height=120" ! gdppay ! shmsink socket-path=/tmp/shm-preview.sock \
>       v-src. ! queue leaky=upstream ! shmsink socket-path=/tmp/shm-record.sock \

it's missing a gdppay in front of the last shmsink.

-Tim



More information about the gstreamer-devel mailing list