<div dir="ltr">Hi all, <br>I'm newbie gstreamer plugin developer and I have a simple question 
about. I have tried to create my own gst-plugin. In this case, I'm using
 filesink plugin as template (I named filesink2 and hosted the source 
code on this gist: <a href="https://gist.github.com/rprata/912c01e80180b111d7080fedf1adaea3" rel="nofollow noreferrer">https://gist.github.com/rprata/912c01e80180b111d7080fedf1adaea3</a>).

<p>When I try to use this pipeline:</p>

<blockquote>
  <p>gst-launch-1.0 souphttpsrc  ! hlsdemux ! tsdemux ! filesink2
  location=output</p>
</blockquote>

<p>it works correctly.</p>

<p>However when I try to use a queue:
When I try to use this pipeline:</p>

<blockquote>
  <p>gst-launch-1.0 souphttpsrc  ! hlsdemux ! tsdemux ! queue !
  filesink2 location=output</p>
</blockquote>

<p>this problem happens: WARNING: erroneous pipeline: no element "filesink2"</p>

<p>Any idea what is happening?</p><p>Best Regards, <br></p><p>Renan Prata<br></p></div>