<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">The easiest way to create a new source
      element is to extend <a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html">GstBaseSrc</a>.<br>
      <br>
      On 09/24/2013 05:19 AM, jyoti kulkarni wrote:<br>
    </div>
    <blockquote
cite="mid:CAPwx=WQxx7rskLB7w_i=P-0q0dp+0YdWesNYOV8AuPY5m_A8dQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello All,<br>
              <br>
            </div>
            I am planing to write a source plugin, and i have created
            myfilter element using make_element tool.<br>
            <br>
          </div>
          what are the changes to be done to make myfilter plugin
          template to be act as only source.<br>
          <br>
        </div>
        <div>i.e presently, the created plugin works as<br>
          <br>
        </div>
        <div>gst-launch fakesrc ! myfilter ! fakesink<br>
          <br>
        </div>
        <div>but i dont want any source element and my pieline should
          start with myfilter.<br>
          <br>
          <br>
        </div>
        <div>i want to set the state of pipeline to playing, by starting
          it with myfilter.<br>
          <br>
        </div>
        <div>i.e i want my pipeline to be:<br>
          <br>
        </div>
        <div>gst-launch myfilter ! fakesink<br>
        </div>
        <div><br>
        </div>
        <div>if it is possibe, then what are the changes to be done for
          myfilter plugin.<br>
          <br>
        </div>
        <div>Thanks & Regards<br>
        </div>
        <div>Jyoti<br>
        </div>
        <div><br>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>