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 | 3371f5cd8d9c8dd925e08f4c48ea35850312626c (patch) | |
tree | da9ace51ef9d2c195bfffb26e714e0543560d9bb | |
parent | 1604cdb1de947047ef3c412f4488d19e95260219 (diff) |
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
-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 |