diff options
author | Martin Soto <martinsoto@users.sourceforge.net> | 2004-11-27 09:37:20 +0000 |
---|---|---|
committer | Martin Soto <martinsoto@users.sourceforge.net> | 2004-11-27 09:37:20 +0000 |
commit | 3b48708b7727cdf8827f0d7d9d108e0a090028dd (patch) | |
tree | 067e453052bfb786fcb9ab43e55f75fecd5209b4 /ChangeLog | |
parent | aeb09d35abf17934407c8e1c826de3d8fab7193d (diff) | |
download | gst-plugins-bad-3b48708b7727cdf8827f0d7d9d108e0a090028dd.tar.gz gst-plugins-bad-3b48708b7727cdf8827f0d7d9d108e0a090028dd.tar.bz2 gst-plugins-bad-3b48708b7727cdf8827f0d7d9d108e0a090028dd.zip |
gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
Original commit message from CVS:
2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
(gst_audio_clock_get_internal_time):
Fix active <-> inactive transitions: ensure time value always
grows and avoid abrupt value changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-11-27 Martin Soto <martinsoto@users.sourceforge.net> + + * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active) + (gst_audio_clock_get_internal_time): + Fix active <-> inactive transitions: ensure time value always + grows and avoid abrupt value changes. + 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net> * configure.ac: * gst/tta/Makefile.am: |