summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-18 17:11:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-18 17:11:49 +0000
commit7238064f5c62b8e4ad78c37c5b36a53d81395f77 (patch)
treea1e5aad85f23cd585958eb8cb2a7df8a9c60593f /ChangeLog
parent75f32c38c5aa3470604b9f4d4c7be35bb53a53ad (diff)
downloadgst-plugins-bad-7238064f5c62b8e4ad78c37c5b36a53d81395f77.tar.gz
gst-plugins-bad-7238064f5c62b8e4ad78c37c5b36a53d81395f77.tar.bz2
gst-plugins-bad-7238064f5c62b8e4ad78c37c5b36a53d81395f77.zip
gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the stream headers are behind the movie dat...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress), (gst_qtdemux_chain): Don't post BUFFERING messages in streaming mode if the stream headers are behind the movie data; instead, post "progress" element messages as a temporary solution. Apps might get confused and do silly things to the pipeline state if they see buffering messages from different sources and don't realize they come from different sources (#387160).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 530d763b..8122ca36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-12-18 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
+ (gst_qtdemux_chain):
+ Don't post BUFFERING messages in streaming mode if the stream
+ headers are behind the movie data; instead, post "progress" element
+ messages as a temporary solution. Apps might get confused and do
+ silly things to the pipeline state if they see buffering messages
+ from different sources and don't realize they come from different
+ sources (#387160).
+
2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac: