dashdemux: deprecate max-buffering-time property
It is not used as dashdemux doesn't have a internal buffer for fragments anymore
This commit is contained in:
parent
e9638fe3fd
commit
a5b3ba09b8
@ -273,7 +273,8 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass)
|
|||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_MAX_BUFFERING_TIME,
|
g_object_class_install_property (gobject_class, PROP_MAX_BUFFERING_TIME,
|
||||||
g_param_spec_uint ("max-buffering-time", "Maximum 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,
|
2, G_MAXUINT, DEFAULT_MAX_BUFFERING_TIME,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user