mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dashdemux: marked PROP_BANDWIDTH_USAGE property as deprecated
https://bugzilla.gnome.org/show_bug.cgi?id=753890
This commit is contained in:
parent
590df23cb1
commit
fe6adec702
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass)
|
|||
"Percentage of the available bandwidth to use when "
|
||||
"selecting representations (deprecated)",
|
||||
0, 1, DEFAULT_BANDWIDTH_USAGE,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_DEPRECATED));
|
||||
#endif
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_MAX_BITRATE,
|
||||
|
|
Loading…
Reference in a new issue