After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 533832 - [rmdemux] reset variables on flush
[rmdemux] reset variables on flush
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.8
Other Linux
: Normal blocker
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-19 10:09 UTC by Wim Taymans
Modified: 2008-05-21 22:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
reset variables when flushing (1.14 KB, patch)
2008-05-19 10:10 UTC, Wim Taymans
committed Details | Review

Description Wim Taymans 2008-05-19 10:09:18 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.
Comment 1 Wim Taymans 2008-05-19 10:10:06 UTC
Created attachment 111141 [details] [review]
reset variables when flushing

patch to fix the issue
Comment 2 Jan Schmidt 2008-05-19 10:19:51 UTC
OK
Comment 3 Wim Taymans 2008-05-19 10:24:00 UTC
        * gst/realmedia/rmdemux.c: (gst_rmdemux_send_event):
        Flush timestamp correction variables on a flush. Fixes #533832.