mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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);
|
||||
}
|
||||
|
||||
gst_element_post_message (GST_ELEMENT_CAST (dbin),
|
||||
gst_missing_decoder_message_new (GST_ELEMENT_CAST (dbin), caps));
|
||||
|
||||
if (src == dbin->typefind) {
|
||||
gchar *desc;
|
||||
|
||||
|
@ -1132,9 +1135,6 @@ unknown_type:
|
|||
("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;
|
||||
}
|
||||
non_fixed:
|
||||
|
|
Loading…
Reference in a new issue