imx6 / mainline linux / basic problems
Nicolas Dufresne
nicolas.dufresne at collabora.com
Thu Feb 5 04:46:41 PST 2015
Le 2015-02-05 05:26, Ian Molton a écrit :
> gst-launch-1.0 filesrc
> location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux
> ! h264parse ! v4l2video1dec ! videoconvert ! fbdevsink
To gain maximum performance, you should add a queue between
v4l2video1dec ! queue ! videoconvert . This is due to a contention issue
inside GstVideoDecoder baseclass locking.
Nicolas
More information about the gstreamer-devel
mailing list