<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello, <br>
    <br>
    I have a pipeline which contains : source + decodebin + several
    sinks (audio, video, klv)<br>
    At start, sinks are added in the pipeline but not linked.<br>
    According to "pad-added" signal, I select which sink shall be linked
    to the pad.<br>
    <br>
    That's work well until the EOS signal<br>
    <br>
    I can see the trace<span id="l_1024" class="hl fld"
      style="padding-left: 1.5em;"><span class="hl str">"sink xxx did
        not post EOS yet" for sinks which are not linked and no EOS is
        notified to application callback<br>
         </span></span><span id="l_1024" class="hl fld"
      style="padding-left: 1.5em;"><span class="hl str"><br>
        In gstbin.is_eos(),</span></span> no filter is applied to select
    only "active" sink<br>
    <br>
    <br>
    Is there a problem in my source ? can I add an "not active" sink in
    a pipeline ?<br>
    <br>
    christophe<br>
    <span id="l_1024" class="hl fld" style="padding-left: 1.5em;"><span
        class="hl str"></span><span class="hl opt"></span></span>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>