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 | de15c50800f47925b5efda6c6cf1b344502a1dfb (patch) | |
tree | 76d87100410d7f4350067c35c6f39f8384fa4851 | |
parent | 44aa07eb16df73cbd3347a9c9d846d489f79282e (diff) |
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.
-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: |