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
@ -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…
x
Reference in New Issue
Block a user