uridecodebin: Reset the default query return value when the iterator has to resync
This commit is contained in:
parent
5da04ca3c7
commit
2813e08210
@ -2714,7 +2714,7 @@ gst_uri_decode_bin_query (GstElement * element, GstQuery * query)
|
|||||||
gst_iterator_resync (iter);
|
gst_iterator_resync (iter);
|
||||||
if (fold_init)
|
if (fold_init)
|
||||||
fold_init (decoder, &fold_data);
|
fold_init (decoder, &fold_data);
|
||||||
g_value_set_boolean (&ret, FALSE);
|
g_value_set_boolean (&ret, default_ret);
|
||||||
break;
|
break;
|
||||||
case GST_ITERATOR_OK:
|
case GST_ITERATOR_OK:
|
||||||
case GST_ITERATOR_DONE:
|
case GST_ITERATOR_DONE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user