<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/06/2013 01:54 AM, Deepak Jain
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJhXTGdzo-QAhp4b4-gPg2AY9Eemq70QcoCEaYftte=Oxhb15g@mail.gmail.com"
      type="cite">
      <div dir="ltr">(1) Is it possible to play elementary streams using
        playbin?</div>
    </blockquote>
    Yes, look at "<a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin.html#GstPlayBin--current-video">current-video</a>"
    and "<a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin.html#GstPlayBin--current-audio">current-audio</a>".<br>
    <br>
    <blockquote
cite="mid:CAJhXTGdzo-QAhp4b4-gPg2AY9Eemq70QcoCEaYftte=Oxhb15g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>(2) If yes, then what is the way to achieve that for the
          above case? What would be the pipeline?</div>
      </div>
    </blockquote>
    If you're using playbin, the pipeline is just playbin. Set the "<a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin.html#GstPlayBin--uri">uri</a>"
    to your file and let it do its thing.<br>
    <br>
    <blockquote
cite="mid:CAJhXTGdzo-QAhp4b4-gPg2AY9Eemq70QcoCEaYftte=Oxhb15g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>(3) Does there exists a source code for all this?</div>
      </div>
    </blockquote>
    I'd Google for "playbin example". There's a bunch of them.<br>
    <br>
    <blockquote
cite="mid:CAJhXTGdzo-QAhp4b4-gPg2AY9Eemq70QcoCEaYftte=Oxhb15g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>(4) If my elementary streams are DRM protected, does there
          exists a DRM plugin, and what would be the pipeline?</div>
      </div>
    </blockquote>
    DRM is fundamentally incompatible with open source, so you're not
    going to find an open source DRM plugin.<br>
  </body>
</html>