summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
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-04 14:20:16 -0300
commit86fb14f5edaaeeb26bcc5d7478839a56be8f5127 (patch)
treef4ddbd21a96b133c8d82a3412060a45950262f05 /ext/smoothstreaming
parent2bf87ad84cd0158f766bbac5ce240c51852d567f (diff)
downloadgstreamer-plugins-bad-86fb14f5edaaeeb26bcc5d7478839a56be8f5127.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
Diffstat (limited to 'ext/smoothstreaming')
-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,