summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Soto <martinsoto@users.sourceforge.net>2004-11-27 09:37:20 +0000
committerMartin Soto <martinsoto@users.sourceforge.net>2004-11-27 09:37:20 +0000
commitde15c50800f47925b5efda6c6cf1b344502a1dfb (patch)
tree76d87100410d7f4350067c35c6f39f8384fa4851
parent44aa07eb16df73cbd3347a9c9d846d489f79282e (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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35b9dbb3..fb2cc6f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: