https://bugzilla.novell.com/show_bug.cgi?id=356053

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=356053#c2


Jeffrey Stedfast <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|mono-bugs@lists.ximian.com                      |[EMAIL 
PROTECTED]
            Summary|progressive buffering broken                    |video 
races to catch up to audio after a seek




--- Comment #2 from Jeffrey Stedfast <[EMAIL PROTECTED]>  2008-01-25 16:57:40 
MST ---
watch a few minutes of a halo3 video then seek to some position (I've been
seeking to a position a few second behind the current position).

the video stream will restart from the beginning while the audio stream starts
from the seek position.


looks like a bug in ASFFrameReader::Advance(int)

if I change like 889 from:

                if (false && payload->presentation_time < first_pts) {

to:

                if (payload->presentation_time < first_pts) {


then it mostly works, but there's some distortion in the video for a few frames
(probably until it gets a keyframe?)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to