AW: dynamic videomixing
Bernhard Graaf
bernhard.graaf at gmx.de
Sat Dec 13 08:15:50 PST 2014
Hi Sérgio,
Thanks for answering. Im very happy for your first answer (in my mind there
was a very complex construction if not :-))
I will try the second and third answer (should reboot to development system,
so it takes a wile).
Bernhard
_____
Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org]
Im Auftrag von Sérgio Agostinho
Gesendet: Samstag, 13. Dezember 2014 16:38
An: Discussion of the development of and with GStreamer
Betreff: Re: dynamic videomixing
Hi Bernhard,
I've tested the pipeline below and it works so the answer to your initial
question is, yes you can have only one sink pad in the video mixer
gst-launch-1.0 -ev v4l2src ! videomixer ! xvimagesink
Regarding the second question.
gst_pad_link()
<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/Gst
Pad.html#gst-pad-link> returns the reason why the link failed, and it is
normally quite descriptive as you can see on
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstP
ad.html#GstPadLinkReturn . Try to see what it is returning in your case.
Also have you tried to test your pipeline in gst-launch with the video
mixer?
Sérgio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141213/1030a20e/attachment-0001.html>
More information about the gstreamer-devel
mailing list