Hi Tajouri,<div><br></div><div>Just to be sure, did you launch your pipeline using gst-launch, with another element after your plugin, e.g.: <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">gst-launch filesrc location=stream/movie.h264 ! YourPlugin ! fakesink</span><br>
<br>Because in what you send, you stopped just after your element.</div><div><br></div><div>Cheers,</div><div><br></div><div>Paul<br><br><div class="gmail_quote">2013/3/5 tajourim <span dir="ltr"><<a href="mailto:tajouri.maher@gmail.com" target="_blank">tajouri.maher@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">thank you for reply Josh,<br>
I think that you don't understand my problem. I will explain again.<br>
I created a plugin with sink pad and source pad. I want to execute this<br>
command:<br>
> gst-launch filesrc location=stream/movie.h264 ! plguin<br>
But my element's sink pad wasn't linked to the data stream (srcpad of<br>
filesrc).<br>
NOTE: gst_pad_link() function links the source pad and the sink pad to the<br>
same element<br>
I want to link my element's sink pad to the srcpad of filesrc.<br>
<br>
-Tajouri<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-plugin-tp4658855p4658891.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-plugin-tp4658855p4658891.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>