dashdemux: marked PROP_BANDWIDTH_USAGE property as deprecated

https://bugzilla.gnome.org/show_bug.cgi?id=753890
This commit is contained in:
Florin Apostol 2015-08-20 18:14:36 +01:00 committed by Vincent Penquerc'h
parent 590df23cb1
commit fe6adec702

View file

@ -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,