diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-02 10:49:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-02 10:49:32 +0000 |
commit | a45567c9771a0df2e44b6d8c0926391bad62ddf9 (patch) | |
tree | 5406f5d8259c31ba891c25a21afbbf0877e913a8 /ChangeLog | |
parent | 51345d50dff11d6fac850e399690235719676021 (diff) | |
download | gst-plugins-bad-a45567c9771a0df2e44b6d8c0926391bad62ddf9.tar.gz gst-plugins-bad-a45567c9771a0df2e44b6d8c0926391bad62ddf9.tar.bz2 gst-plugins-bad-a45567c9771a0df2e44b6d8c0926391bad62ddf9.zip |
block tick callback for 0.5 sec after a seek
Original commit message from CVS:
block tick callback for 0.5 sec after a seek
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org> + * gst-libs/gst/play/play.c: (gst_play_tick_callback), + (gst_play_state_change), (gst_play_seek_to_time): + block the tick callback for 0.5 secs after doing a seek + +2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org> + * gst-libs/gst/play/play.c: (gst_play_new): check for GError |