summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssmanifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/smoothstreaming/gstmssmanifest.c')
-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,