mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
[MOVED FROM BAD 061/134] vp8enc: Add description for bitrate units.
This commit is contained in:
parent
7734336a97
commit
4d5ad6d0ca
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ gst_vp8_enc_class_init (GstVP8EncClass * klass)
|
|||
|
||||
g_object_class_install_property (gobject_class, PROP_BITRATE,
|
||||
g_param_spec_int ("bitrate", "Bit rate",
|
||||
"Bit rate",
|
||||
"Bit rate (in bits/sec)",
|
||||
0, 1000000000, DEFAULT_BITRATE,
|
||||
(GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue