mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs: clarify the NOMINAL_BITRATE docs
Tell that its a target bitrate and actual values might be different.
This commit is contained in:
parent
50d566d9ad
commit
306c09e1b2
1 changed files with 2 additions and 1 deletions
|
@ -667,7 +667,8 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
|
|||
/**
|
||||
* GST_TAG_NOMINAL_BITRATE:
|
||||
*
|
||||
* nominal bitrate in bits/s (unsigned integer)
|
||||
* nominal bitrate in bits/s (unsigned integer). The actual bitrate might be
|
||||
* different from this target bitrate.
|
||||
*/
|
||||
#define GST_TAG_NOMINAL_BITRATE "nominal-bitrate"
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue