diff options
author | Matthew Waters <matthew@centricular.com> | 2017-03-14 16:49:25 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2017-03-14 16:50:30 +1100 |
commit | fd8d35298f212487d54b50b3534326a316668ebc (patch) | |
tree | 6f56439beabe7442ad01a0d5f7ef8859e6ef2f22 /ext/smoothstreaming | |
parent | efc015f27deca351e4f7cca1ebf6bc23bad6fd71 (diff) | |
download | gstreamer-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.c | 2 |
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 = |