Hi Tajouri,<div><br></div><div>In my mind there is no problem with your chain function but filesrc cannot link its src pad to your element's sink pad for some reasons, how did you handle your element's pads template? Could you send the .c of your element?</div>
<div>FYI, the chain function is there to handle buffers reaching your sink pad and do some processing on this buffer, in the case of your chain function, the buffer is just pushed on your element's src pad without doing anything previously, you could add some code before <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">gst_pad_push depending on what you want to achieve.</span></div>
<div><font color="#222222" face="arial, sans-serif">Another point is that according  to your chain function prototype, you are using GStreamer 0.1, I would recommend you to directly use GStreamer 1.0.</font></div><div><font color="#222222" face="arial, sans-serif"><br>
</font></div><div><font color="#222222" face="arial, sans-serif">Cheers,</font></div><div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">Paul</font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><br><div class="gmail_quote">2013/3/4 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">Yes, i consult the Plugin Writer's Guide but i don't know what is the code i<br>
must insert in chain() func to resolve this problem => streaming task<br>
paused, reason not-linked (-1) .<br>
Please ,<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-plugin-tp4658855p4658859.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-plugin-tp4658855p4658859.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>