summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-15 09:45:27 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-15 09:45:27 +0000
commit6e75290c497f7843cd53e6a5200329536ca469b1 (patch)
treeeb2fa0e01defb6eb9fa2886fca1421bf2ad7bd7c /ChangeLog
parent6e172e01f008c6eb26f30916fad8bbf5c6b67103 (diff)
downloadgst-plugins-bad-6e75290c497f7843cd53e6a5200329536ca469b1.tar.gz
gst-plugins-bad-6e75290c497f7843cd53e6a5200329536ca469b1.tar.bz2
gst-plugins-bad-6e75290c497f7843cd53e6a5200329536ca469b1.zip
gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is happening by posting 'buffering' messages...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering), (gst_qtdemux_chain): When buffering MDAT data, show the user something is happening by posting 'buffering' messages on the bus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7006a452..fe078dfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-15 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
+ (gst_qtdemux_chain):
+ When buffering MDAT data, show the user something is
+ happening by posting 'buffering' messages on the bus.
+
2006-02-14 Edward Hervey <edward@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),