mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +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 "
|
"Percentage of the available bandwidth to use when "
|
||||||
"selecting representations (deprecated)",
|
"selecting representations (deprecated)",
|
||||||
0, 1, DEFAULT_BANDWIDTH_USAGE,
|
0, 1, DEFAULT_BANDWIDTH_USAGE,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_DEPRECATED));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_MAX_BITRATE,
|
g_object_class_install_property (gobject_class, PROP_MAX_BITRATE,
|
||||||
|
|
Loading…
Reference in a new issue