mssdemux: do not assert on fragment reloads for non-live
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 2 Feb 2016 12:52:17 +0000 (09:52 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 4 Feb 2016 17:20:16 +0000 (14:20 -0300)
It can be used as a resource to verify if the server has updated
something in the Manifest when downloads are failing

ext/smoothstreaming/gstmssmanifest.c

index 708afbd..a100477 100644 (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,