mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue