GNOME Bugzilla – Bug 533832
[rmdemux] reset variables on flush
Last modified: 2008-05-21 22:55:23 UTC
rmdemux does not reset the variables it uses for correcting the timestamps after a flush. This causes weird lockups and sync issues after a seek.
Created attachment 111141 [details] [review] reset variables when flushing patch to fix the issue
OK
* gst/realmedia/rmdemux.c: (gst_rmdemux_send_event): Flush timestamp correction variables on a flush. Fixes #533832.