Unable to use clockoverlay in pipeline with caps

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

Unable to use clockoverlay in pipeline with caps

jsurya
I am trying to implement following pipeline
gst-launch v4l2src ! video/x-raw-yuv ,width=320 ,height=240 ,framerate=25/1
! clockoverlay ! vpuenc ! avimux ! filesink location=testvid.avi

Pipeline works without the caps but suddenly closes with error message:
Pipeline doesn't want to stop when used the caps



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

Re: Unable to use clockoverlay in pipeline with caps

Michael Gruner
Hi

The syntax you are using is for the old GStreamer-0.10 API version, and is no longer valid on the current 1.0 API. 

Here are some iMX6 pipelines that may guide you:

Michael


On Apr 17, 2019, at 7:01 AM, jsurya <[hidden email]> wrote:

I am trying to implement following pipeline
gst-launch v4l2src ! video/x-raw-yuv ,width=320 ,height=240 ,framerate=25/1
! clockoverlay ! vpuenc ! avimux ! filesink location=testvid.avi

Pipeline works without the caps but suddenly closes with error message:
Pipeline doesn't want to stop when used the caps



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel