mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
mssdemux: signal no-more-pads when finished exposing pads
This makes decodebin/playbin mechanism know it can start playing when buffering is finished
This commit is contained in:
parent
eec8164d9c
commit
4726115e83
1 changed files with 2 additions and 0 deletions
|
@ -622,6 +622,8 @@ gst_mss_demux_process_manifest (GstMssDemux * mssdemux)
|
||||||
("No known stream formats found at the Manifest"));
|
("No known stream formats found at the Manifest"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_element_no_more_pads (GST_ELEMENT_CAST (mssdemux));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue