summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2016-02-02 09:52:17 -0300
committerTim-Philipp Müller <tim@centricular.com>2016-04-06 14:09:54 +0100
commita8dc763e48aa30f20624aa160c8c0f7e780b3174 (patch)
treee1faf17e2553366c0f73ce1e895541929295f420
parent692a8719b6d829cc5e12660080a253a35fa5f9be (diff)
downloadgstreamer-plugins-bad-a8dc763e48aa30f20624aa160c8c0f7e780b3174.tar.gz
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 6559c2ec7..e591eb66e 100644
--- a/ext/smoothstreaming/gstmssmanifest.c
+++ b/ext/smoothstreaming/gstmssmanifest.c
@@ -1156,8 +1156,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,