summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2016-02-02 09:52:17 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2016-02-02 09:52:17 -0300
commit957c04e61b9e36928765ddba9f937a7990a7dafd (patch)
tree3ec5999b929f98186543f606a64978aaaf068c36
parent55e9014495f3da442c70899157698bb4f2a489b5 (diff)
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
-rw-r--r--ext/smoothstreaming/gstmssmanifest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/smoothstreaming/gstmssmanifest.c b/ext/smoothstreaming/gstmssmanifest.c
index 708afbd03..a10047787 100644
--- a/ext/smoothstreaming/gstmssmanifest.c
+++ b/ext/smoothstreaming/gstmssmanifest.c
@@ -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,