<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10-09-09 11:17 PM, Sebastian Dröge wrote:
    <blockquote cite="mid:1284099440.4080.425.camel@odin.lan"
      type="cite">
      <pre wrap="">On Thu, 2010-09-09 at 15:46 -0700, Ron McOuat wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Last time I looked queue2 is missing the feature that allows the queue 
to maintain N seconds of buffer and then leak buffers as they pass that 
N second age.
</pre>
      </blockquote>
      <pre wrap="">
You don't really want queue to leak buffers anyway. That's just a bad
hack for broken QoS handling IMHO
</pre>
      <pre wrap="">
</pre>
    </blockquote>
    My use has nothing to do with QoS, I am using queue in buffer leak
    mode to implement a pre-trigger buffer downstream of a live source.
    When an event occurs I have N sec of video from before the event
    stored in the queue so when I unblock the src pad I record the video
    buffers stored in the queue followed by the real time data from the
    live source until the event ends at which time I again block the src
    pad. I don't want any more than N sec worth of pre-trigger, just a
    short period of time up to 10 seconds before the trigger point. If
    nothing interesting is happening possibly for hours the video can
    fall off the end of the queue. The queue element is perfect for this
    purpose.<br>
    <br>
    <blockquote cite="mid:1284099440.4080.425.camel@odin.lan"
      type="cite">
      <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/dell-sfdev2dev">http://p.sf.net/sfu/dell-sfdev2dev</a></pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
  </body>
</html>