<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c">
<br>
</div></div>You can't currently add request pads to basesrc. You will need to extend<br>
your source from GstElement and copy the relevant basesrc code.</blockquote><div><br>Hi!<br><br>I found it in the description of GstBaseSrc;<br>"There is only support in <a class="link" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html" title="GstBaseSrc"><span class="type">GstBaseSrc</span></a> for exactly one source pad, which
should be named "src".<a class="link" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html" title="GstBaseSrc"><span class="type"></span></a>"<br><br>But my source element is exended from GstPushSrc. If I simply modify my boilerplate, that is simply not good, becouse the source has GstBaseSrc specific functions like create, start, etc. How can I do that exactly? I'm not pro in gstreamer.<br>
And another question: is there any element which has 2 or more always src pads?<br><br>Zoli<br></div></div><br>