mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
decodebin2: Post missing plugin messages before any error messages
This commit is contained in:
parent
008c760b6b
commit
2194166e05
1 changed files with 3 additions and 3 deletions
|
@ -1115,6 +1115,9 @@ unknown_type:
|
||||||
do_async_done (dbin);
|
do_async_done (dbin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_element_post_message (GST_ELEMENT_CAST (dbin),
|
||||||
|
gst_missing_decoder_message_new (GST_ELEMENT_CAST (dbin), caps));
|
||||||
|
|
||||||
if (src == dbin->typefind) {
|
if (src == dbin->typefind) {
|
||||||
gchar *desc;
|
gchar *desc;
|
||||||
|
|
||||||
|
@ -1132,9 +1135,6 @@ unknown_type:
|
||||||
("Stream caps %" GST_PTR_FORMAT, caps));
|
("Stream caps %" GST_PTR_FORMAT, caps));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_element_post_message (GST_ELEMENT_CAST (dbin),
|
|
||||||
gst_missing_decoder_message_new (GST_ELEMENT_CAST (dbin), caps));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
non_fixed:
|
non_fixed:
|
||||||
|
|
Loading…
Reference in a new issue