mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
mssdemux: deprecate unused max-queue-size-buffers
There is no internal storage of buffers anymore
This commit is contained in:
parent
99a2e425de
commit
45d5859131
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ gst_mss_demux_class_init (GstMssDemuxClass * klass)
|
|||
g_object_class_install_property (gobject_class, PROP_MAX_QUEUE_SIZE_BUFFERS,
|
||||
g_param_spec_uint ("max-queue-size-buffers", "Max queue size in buffers",
|
||||
"Maximum buffers that can be stored in each internal stream queue "
|
||||
"(0 = infinite)", 0, G_MAXUINT, DEFAULT_MAX_QUEUE_SIZE_BUFFERS,
|
||||
"(0 = infinite) (deprecated)", 0, G_MAXUINT,
|
||||
DEFAULT_MAX_QUEUE_SIZE_BUFFERS,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_BITRATE_LIMIT,
|
||||
|
|
Loading…
Reference in a new issue