<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">


<meta name=Generator content="Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:ËÎÌå;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@ËÎÌå";
        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;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.emailstyle17
        {font-family:Arial;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.emailstyle18
        {font-family:Arial;
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.emailstyle19
        {font-family:Arial;
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.emailstyle20
        {font-family:Arial;
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.EmailStyle21
        {font-family:Arial;
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        layout-grid:15.6pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=ZH-CN link=blue vlink=purple style='text-justify-trim:punctuation'>

<div class=Section1 style='layout-grid:15.6pt'>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>Hi, all,</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
I am developing a plug-in which obtains MPEG2 source and demux functionality. I
want to add forward scan and backward scan functionality. When rate is low(&lt;
4.0), we can process it in decoder, but I want to implement scan with high
rate, maybe 32x and later. If so, this plug-in need start a new-segment and
send to all down-streaming plug-ins, and send data I picture by I picture. But
in my side, only 1<sup>st</sup> I picture is showed, why?</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
The detail is:</span></font></p>

<p class=MsoNormal style='margin-left:60.0pt;text-indent:-18.0pt'><font size=2
face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial'>1.</span></font><font
size=1><span lang=EN-US style='font-size:7.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;
font-family:Arial'>Application send a segment to pipeline with rate 32.0 and
start time is 5 seconds</span></font></p>

<p class=MsoNormal style='margin-left:60.0pt;text-indent:-18.0pt'><font size=2
face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial'>2.</span></font><font
size=1><span lang=EN-US style='font-size:7.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;
font-family:Arial'>When my plug-in receive this segment event, I find the
correspond I picture in 5 second time point.</span></font></p>

<p class=MsoNormal style='margin-left:60.0pt;text-indent:-18.0pt'><font size=2
face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial'>3.</span></font><font
size=1><span lang=EN-US style='font-size:7.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;
font-family:Arial'>After sent flush-stop event, push this I picture with a
BUFFER DISCONT, time stamp is 5 second</span></font></p>

<p class=MsoNormal style='margin-left:59.95pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>REMARK: this picture can
be shown.</span></font></p>

<p class=MsoNormal style='margin-left:60.0pt;text-indent:-18.0pt'><font size=2
face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial'>4.</span></font><font
size=1><span lang=EN-US style='font-size:7.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;
font-family:Arial'>Then I push 2<sup>nd</sup> I picture with a BUFFER DISCONT,
time stamp is 30 second, but this picture does not present.</span></font></p>

<p class=MsoNormal style='margin-left:59.95pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>REMARK: I using mpeg2dec
as my mpeg2 video decoder, I trace it, found it gst_push_pad this 1<sup>st</sup>
picture and not return, why?</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Any friends have experience about trick mode can teach me, thanks very much.</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial;
color:blue'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'><font
size=2 color=gray face=Verdana><span lang=EN-US style='font-size:10.0pt;
font-family:Verdana;color:gray'>Best Regards,</span></font></p>

<p class=MsoNormal style='margin-left:21.0pt'><font size=2
face="Times New Roman"><span lang=EN-US style='font-size:10.5pt'>Ever Chen</span></font></p>

</div>

</body>

</html>