summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-15 11:05:35 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-15 11:05:35 +0000
commit8bc146d759aedcb3e102840df978b296b667ced0 (patch)
tree85d605f150b73cdb182ade7b29798df8cc152d07 /ChangeLog
parent3d40ce29002cdd03687198d819a23becdd2e0e84 (diff)
downloadgst-plugins-bad-8bc146d759aedcb3e102840df978b296b667ced0.tar.gz
gst-plugins-bad-8bc146d759aedcb3e102840df978b296b667ced0.tar.bz2
gst-plugins-bad-8bc146d759aedcb3e102840df978b296b667ced0.zip
Add query function to GstSpeed, so that the stream length and current position get adjusted when queried (note that c...
Original commit message from CVS: Add query function to GstSpeed, so that the stream length and current position get adjusted when queried (note that current position queries may still be wrong if the audio sink returns values based on buffer timestamps instead of passing on the query
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 497864d6..86673377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/speed/demo-mp3.c: (time_tick_cb), (main):
+ Display current position and track length; misc. clean-ups.
+
+ * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
+ (speed_init), (speed_chain):
+ Add query function, so that the stream length and current position
+ get adjusted when queried (note that current position queries may
+ still be wrong if the audio sink returns values based on buffer
+ timestamps instead of passing on the query).
+
2005-02-13 Benjamin Otte <otte@gnome.org>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),