<div dir="ltr"><div><div><div>I am assuming you have not left out anything of your erroneous launch line.<br><br></div>if you add a dot at the end of a string you are declaring that as a plugin named as "fakesink" what you want is something like this:<br><br>gst-launch-1.0  fakesrc name=asd  asd. ! fakesink<br><br></div>change fakesrc to the new element name<br><br></div>Dimitrios<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 9:23 PM, be999 <span dir="ltr"><<a href="mailto:brigitte.schuster@electropix.com" target="_blank">brigitte.schuster@electropix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Based on gstplugin.c code, I added a second source pad to a new<br>
gstplugin-2.c<br>
After proper installation, the simple pipeline below fails:<br>
<br>
gst-launch-1.0 -m -v plugin-2 ! fakesink . ! fakesink .<br>
WARNING: erroneous pipeline: syntax error<br>
<br>
whereas<br>
gst-launch-1.0 -m -v plugin-2 ! fakesink<br>
does not show the problem.<br>
<br>
Does anyone know what I am doing wrong?<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Source-plugin-with-two-pads-tp4681680.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Source-plugin-<wbr>with-two-pads-tp4681680.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div>