mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
decodebin: Fix compilation
This commit is contained in:
parent
d16df7f70d
commit
2228d9f22b
1 changed files with 2 additions and 4 deletions
|
@ -2906,8 +2906,7 @@ no_more_pads_cb (GstElement * element, GstDecodeChain * chain)
|
||||||
GST_DEBUG_OBJECT (group->dbin, "Setting group %p multiqueue to "
|
GST_DEBUG_OBJECT (group->dbin, "Setting group %p multiqueue to "
|
||||||
"'playing' buffering mode", group);
|
"'playing' buffering mode", group);
|
||||||
decodebin_set_queue_size (group->dbin, group->multiqueue, FALSE,
|
decodebin_set_queue_size (group->dbin, group->multiqueue, FALSE,
|
||||||
(group->parent ? group->parent->seekable : TRUE),
|
(group->parent ? group->parent->seekable : TRUE));
|
||||||
(group->parent ? group->parent->adaptive_demuxer : FALSE));
|
|
||||||
CHAIN_MUTEX_UNLOCK (chain);
|
CHAIN_MUTEX_UNLOCK (chain);
|
||||||
|
|
||||||
EXPOSE_LOCK (chain->dbin);
|
EXPOSE_LOCK (chain->dbin);
|
||||||
|
@ -3328,8 +3327,7 @@ multi_queue_overrun_cb (GstElement * queue, GstDecodeGroup * group)
|
||||||
GST_DEBUG_OBJECT (group->dbin, "Setting group %p multiqueue to "
|
GST_DEBUG_OBJECT (group->dbin, "Setting group %p multiqueue to "
|
||||||
"'playing' buffering mode", group);
|
"'playing' buffering mode", group);
|
||||||
decodebin_set_queue_size (group->dbin, group->multiqueue, FALSE,
|
decodebin_set_queue_size (group->dbin, group->multiqueue, FALSE,
|
||||||
(group->parent ? group->parent->seekable : TRUE),
|
(group->parent ? group->parent->seekable : TRUE));
|
||||||
(group->parent ? group->parent->adaptive_demuxer : FALSE));
|
|
||||||
|
|
||||||
/* FIXME: We should make sure that everything gets exposed now
|
/* FIXME: We should make sure that everything gets exposed now
|
||||||
* even if child chains are not complete because the will never
|
* even if child chains are not complete because the will never
|
||||||
|
|
Loading…
Reference in a new issue