decklinksrc pipeline optimization

Ray Tiley raytiley at gmail.com
Mon Oct 7 20:37:14 UTC 2019


On Mon, Oct 7, 2019 at 3:49 PM wunwunforever <michael at spalk.co> wrote:

> Apologies, the code didn't attach in the previous post.
>
> gst-launch-1.0 decklinkvideosrc drop-no-signal-frames=true mode=1080p5994
> !
> queue2 ! decklinkvideosink mode=1080p5994
>
> Runs successfully, where:
>
> gst-launch-1.0 decklinkvideosrc drop-no-signal-frames=true mode=1080p5994
> !
> tee name=t ! decklinkvideosink mode=1080p5994 t. ! fakesink
>
> logs frame drop messages constantly
>
>
How about:

gst-launch-1.0 decklinkvideosrc drop-no-signal-frames=true mode=1080p5994  !
tee name=t ! queue ! decklinkvideosink mode=1080p5994 t. ! queue ! fakesink
sync=true
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191007/9841b860/attachment.html>


More information about the gstreamer-devel mailing list