<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:Calibri;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:Calibri;}
@page WordSection1
        {size:595.0pt 842.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US"><div>On Mon, 2017-01-16 at 16:31 +0000, <a href="mailto:john.ocallaghan@accenture.com">john.ocallaghan@accenture.com</a> wrote:</div><div><br></div><div>Hi John,</div><div> </div><blockquote type="cite"><div class="WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt"></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Am wondering if someone out there can help me to construct a pipe to process video frames faster than 1x speed?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I am creating a GST pipeline with the following elements and caps:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">uridecodebin (download=TRUE) -> queue -> appsink (drop=FALSE, buffers=1).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I then have a test framework that uses this pipe and runs in a tight loop calling gst_app_sink_pull_sample().<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">With the above I have measured that the downloadbuffer constructed in uridecodebin appears to be downloading content at 1x speed.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I think this is the case because if I wait for 10 seconds and then pull 10 seconds of frames then I can see my test pull all the frames in 1sec.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">But if I wait less than 10seconds and try the same then I can see it delay (waiting for frames to download).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Basically what I am seeing is that for however many seconds of  frames I want to pull I need to wait that corresponding amount of time or I will see a delay on the pipe.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Is there someway to tell the downloadbuffer to pull data quicker than 1x?<o:p></o:p></span></p>
</div></blockquote><div><br></div><div>What kind of URI is it? In other words - where does the data come from?</div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div><span><pre>-- <br></pre><div class="-x-evo-paragraph" style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;">Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div>
</span></div></body></html>