From a5b3ba09b87f1caeb04d3ff3b52041720c86db8f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 6 May 2014 08:52:27 -0300 Subject: [PATCH] dashdemux: deprecate max-buffering-time property It is not used as dashdemux doesn't have a internal buffer for fragments anymore --- ext/dash/gstdashdemux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 703d4c3392..546ae0e2df 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -273,7 +273,8 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass) g_object_class_install_property (gobject_class, PROP_MAX_BUFFERING_TIME, g_param_spec_uint ("max-buffering-time", "Maximum buffering time", - "Maximum number of seconds of buffer accumulated during playback", + "Maximum number of seconds of buffer accumulated during playback" + "(deprecated)", 2, G_MAXUINT, DEFAULT_MAX_BUFFERING_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));