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:
Thiago Santos 2016-02-02 09:52:17 -03:00
parent 2bf87ad84c
commit 86fb14f5ed

View file

@ -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,