GStreamer Pipeline Parsing Error

Matthew Waters ystreet00 at gmail.com
Thu Dec 13 10:47:10 UTC 2018


On 13/12/18 8:03 pm, bulloid wrote:
> Hi,
>
> I wanted to use the following pipeline for testing purpose:
>
> gst-launch-1.0 gltestsrc ! tee name=t t. ! glstereomix name=mix t. ! mix.
> mix. ! glimagesink

You need to add a queue for each tee branch.

So, gltestsrc ! tee name=t t. ! queue ! glstereomix name=mix t. ! queue
! mix. mix. ! glimagesink

Cheers
-Matt

> It fails with an error message:
>
> ERROR           GST_PIPELINE grammar.y:740:gst_parse_perform_link: could not
> link t to mix
>
> I do not understand why?
>
> Thank you!
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20181213/c7caf945/attachment-0001.sig>


More information about the gstreamer-devel mailing list