summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-03-14 16:49:25 +1100
committerMatthew Waters <matthew@centricular.com>2017-03-14 16:50:30 +1100
commitfd8d35298f212487d54b50b3534326a316668ebc (patch)
tree6f56439beabe7442ad01a0d5f7ef8859e6ef2f22 /ext/smoothstreaming
parentefc015f27deca351e4f7cca1ebf6bc23bad6fd71 (diff)
downloadgstreamer-plugins-bad-fd8d35298f212487d54b50b3534326a316668ebc.tar.gz
Revert "adaptivedemux: answer duration queries for live streams"
Completely disabling duration reporting with live streams is not cool. This reverts commit e1b68d9a65ba512a52c3a2b298fa830a445eb451. https://bugzilla.gnome.org/show_bug.cgi?id=753879
Diffstat (limited to 'ext/smoothstreaming')
-rw-r--r--ext/smoothstreaming/gstmssmanifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/smoothstreaming/gstmssmanifest.c b/ext/smoothstreaming/gstmssmanifest.c
index 111fb7840..7ef11140e 100644
--- a/ext/smoothstreaming/gstmssmanifest.c
+++ b/ext/smoothstreaming/gstmssmanifest.c
@@ -934,7 +934,7 @@ guint64
gst_mss_manifest_get_duration (GstMssManifest * manifest)
{
gchar *duration;
- guint64 dur = GST_CLOCK_TIME_NONE;
+ guint64 dur = -1;
/* try the property */
duration =