<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/29/2011 03:17 PM, vijay wrote:
<blockquote
cite="mid:CANVoM3ynvLieDPbPCTVTkY-wi_dx98NEFQcrw9n_C20B=Jq=Cg@mail.gmail.com"
type="cite">Hi,<br>
I have writen parser and decoder plugin for WMA codec.I have
implemented fast forward also,<br>
<br>
For example,in case of "4x" ,<br>
i will be doing decoing for one sec(0 - 1) and for remaining 3
sec(2-4) i just increased the time stamp,and i will be decoding
for one second (4 -5 ) and increasing the time stamp for 3 second
(5 - 8), and goes on like this<br>
becase of just increasing the time stamp ,i am getting delay for
the skipped 3 seconds.<br>
</blockquote>
<br>
This is not how it is been done usually. Fast forward is requested
by seeking with a playback rate>1.0 and the rate is usually
applied in the sink by resampling. Just skipping parts in the
decoder will probably harm the A/V sync.<br>
<br>
Stefan<br>
<blockquote
cite="mid:CANVoM3ynvLieDPbPCTVTkY-wi_dx98NEFQcrw9n_C20B=Jq=Cg@mail.gmail.com"
type="cite"><br>
I want to how to skip for that three seconds without delay.<br>
<br>
Can any one help how to do this ?<br>
<br>
Regards,<br>
Vijay P<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
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="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>