gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the stream...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 18 Dec 2006 17:11:49 +0000 (17:11 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 18 Dec 2006 17:11:49 +0000 (17:11 +0000)
commit2f353d73796cf36aeadf7f9e60cbf79d532e10cc
tree47886dc9b6d8a4ea0eb08b29c1a45979d623b44a
parent0cd3a072c11c29651c9c1be834019a4b8082ae70
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).
gst/qtdemux/qtdemux.c