<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>That would not really block, though - it would just queue up data
      until the threshold is reached or changed.</p>
    <p>The difference is that by using queue, upstream is still actively
      pushing, while with a probe, upstream too gets blocked.</p>
    <br>
    <div class="moz-cite-prefix">On 2017-02-10 11:08, Thornton, Keith
      wrote:<br>
    </div>
    <blockquote
      cite="mid:A9BCBA486CC7FC4086055001AC19D3A8012E893F@adefue01sms004"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Arial",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:"Arial",sans-serif"
            lang="EN-US">If you know how long you want to block and
            release for, you can do it with a queue by changing the
            min-threshold parameter<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><b><span
              style="font-size:11.0pt;font-family:"Calibri",sans-serif">Von:</span></b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif">
            gstreamer-devel
            [<a class="moz-txt-link-freetext" href="mailto:gstreamer-devel-bounces@lists.freedesktop.org">mailto:gstreamer-devel-bounces@lists.freedesktop.org</a>]
            <b>Im Auftrag von </b>Dimitrios Katsaros<br>
            <b>Gesendet:</b> Freitag, 10. Februar 2017 10:14<br>
            <b>An:</b> Discussion of the development of and with
            GStreamer <a class="moz-txt-link-rfc2396E" href="mailto:gstreamer-devel@lists.freedesktop.org"><gstreamer-devel@lists.freedesktop.org></a><br>
            <b>Betreff:</b> Re: Element for blocking the data - Like
            Valve<o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div>
          <div>
            <div>
              <div>
                <p class="MsoNormal" style="margin-bottom:12.0pt">Not
                  sure what you mean with this. The valve state is
                  configurable via property using the "drop" property.<o:p></o:p></p>
              </div>
              <p class="MsoNormal" style="margin-bottom:12.0pt">Do you
                want to block the pipeline rather than drop the frames?
                Unfortunately I am not aware of a variant like that.<o:p></o:p></p>
            </div>
            <p class="MsoNormal" style="margin-bottom:12.0pt">A
              solution, albeit not an answer to your exact question is
              to use a probe to block the pipeline.<o:p></o:p></p>
          </div>
          <p class="MsoNormal">Dimitrios<o:p></o:p></p>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div>
          <p class="MsoNormal"><o:p> </o:p></p>
          <div>
            <p class="MsoNormal">On Fri, Feb 10, 2017 at 10:01 AM, Baby
              Octopus <<a moz-do-not-send="true"
                href="mailto:jagadishkamathk@gmail.com" target="_blank">jagadishkamathk@gmail.com</a>>
              wrote:<o:p></o:p></p>
            <blockquote style="border:none;border-left:solid #CCCCCC
              1.0pt;padding:0cm 0cm 0cm
              6.0pt;margin-left:4.8pt;margin-right:0cm">
              <p class="MsoNormal">Hi,<br>
                <br>
                Is there an element to block the data and release the
                data dynamically to<br>
                the pipeline, something like valve, which can be
                configured via property?<br>
                <br>
                ~BO<br>
                <br>
                <br>
                <br>
                --<br>
                View this message in context: <a moz-do-not-send="true"
href="http://gstreamer-devel.966125.n4.nabble.com/Element-for-blocking-the-data-Like-Valve-tp4681810.html"
                  target="_blank">
http://gstreamer-devel.966125.n4.nabble.com/Element-for-blocking-the-data-Like-Valve-tp4681810.html</a><br>
                Sent from the GStreamer-devel mailing list archive at
                Nabble.com.<br>
                _______________________________________________<br>
                gstreamer-devel mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
                <a moz-do-not-send="true"
                  href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
                  target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><o:p></o:p></p>
            </blockquote>
          </div>
          <p class="MsoNormal"><o:p> </o:p></p>
        </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="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>