gst/playback/gstplaybasebin.c: Only post buffering messages when we are a stream.
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (queue_threshold_reached): Only post buffering messages when we are a stream.
This commit is contained in:
parent
0afe67c9e0
commit
5c59b5a2aa
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-16 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
|
* gst/playback/gstplaybasebin.c: (queue_threshold_reached):
|
||||||
|
Only post buffering messages when we are a stream.
|
||||||
|
|
||||||
2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
|
2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst-libs/gst/pbutils/install-plugins.c:
|
* gst-libs/gst/pbutils/install-plugins.c:
|
||||||
|
@ -685,6 +685,7 @@ queue_threshold_reached (GstElement * queue, GstPlayBaseBin * play_base_bin)
|
|||||||
|
|
||||||
/* we post a 100% buffering message to notify the app that buffering is
|
/* we post a 100% buffering message to notify the app that buffering is
|
||||||
* completed and playback can start/continue */
|
* completed and playback can start/continue */
|
||||||
|
if (play_base_bin->is_stream)
|
||||||
fill_buffer (play_base_bin, 100);
|
fill_buffer (play_base_bin, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user