mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
omxvideoenc: document unit of target-bitrate property
nTargetBitrate and nEncodeBitrate are defined in bits per second in the OMX spec. https://bugzilla.gnome.org/show_bug.cgi?id=792528
This commit is contained in:
parent
52de8eaca0
commit
d14b9ffa64
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ gst_omx_video_enc_class_init (GstOMXVideoEncClass * klass)
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_TARGET_BITRATE,
|
g_object_class_install_property (gobject_class, PROP_TARGET_BITRATE,
|
||||||
g_param_spec_uint ("target-bitrate", "Target Bitrate",
|
g_param_spec_uint ("target-bitrate", "Target Bitrate",
|
||||||
"Target bitrate (0xffffffff=component default)",
|
"Target bitrate in bits per second (0xffffffff=component default)",
|
||||||
0, G_MAXUINT, GST_OMX_VIDEO_ENC_TARGET_BITRATE_DEFAULT,
|
0, G_MAXUINT, GST_OMX_VIDEO_ENC_TARGET_BITRATE_DEFAULT,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
|
||||||
GST_PARAM_MUTABLE_PLAYING));
|
GST_PARAM_MUTABLE_PLAYING));
|
||||||
|
|
Loading…
Reference in a new issue