mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
mssdemux: do not assert on fragment reloads for non-live
It can be used as a resource to verify if the server has updated something in the Manifest when downloads are failing
This commit is contained in:
parent
2bf87ad84c
commit
86fb14f5ed
1 changed files with 0 additions and 2 deletions
|
@ -1244,8 +1244,6 @@ gst_mss_manifest_reload_fragments (GstMssManifest * manifest, GstBuffer * data)
|
|||
xmlNodePtr root;
|
||||
GstMapInfo info;
|
||||
|
||||
g_return_if_fail (manifest->is_live);
|
||||
|
||||
gst_buffer_map (data, &info, GST_MAP_READ);
|
||||
|
||||
xml = xmlReadMemory ((const gchar *) info.data,
|
||||
|
|
Loading…
Reference in a new issue