mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
decodebin3: Specify stream-id for missing decoder
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6886>
This commit is contained in:
parent
c987eaa427
commit
94646c642d
1 changed files with 2 additions and 0 deletions
|
@ -3989,6 +3989,8 @@ missing_decoder:
|
|||
GST_DEBUG_OBJECT (slot->src_pad,
|
||||
"We are missing a decoder for %" GST_PTR_FORMAT, caps);
|
||||
*msg = gst_missing_decoder_message_new (GST_ELEMENT_CAST (dbin), caps);
|
||||
gst_missing_plugin_message_set_stream_id (*msg,
|
||||
gst_stream_get_stream_id (slot->active_stream));
|
||||
gst_caps_unref (caps);
|
||||
|
||||
/* FALLTHROUGH */
|
||||
|
|
Loading…
Reference in a new issue