Dual appsink in a pipeline, C API -> pipeline is stuck
Centraladmin
centraladmin at lahiette.com
Fri Sep 1 11:49:32 UTC 2023
Hello here,
In a pipeline, after decoding the input pictures from a RTP stream, I put a "tee" element.
The first of the "branch" of this tee re-encodes the picture and then sends the encoded packet to the application thru an appskink element.
The second "branch" of the tee is connected to another encoder and then connected also to the application with another appsink element.
My problem is that as soon I declare the second appsink element (without even connecting it), the pipeline is stuck. Without creaing the second appsink, the first branch is working.
Any ideas ? Is is possible to insert multiple appsink in 1 single pipeline ? Any properties that I can try?
Thanks for ideas and help,
Sylvain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230901/3b8a6352/attachment.sig>
More information about the gstreamer-devel
mailing list