docs: clarify the NOMINAL_BITRATE docs

Tell that its a target bitrate and actual values might be different.
This commit is contained in:
Stefan Kost 2011-02-09 15:23:13 +02:00
parent 50d566d9ad
commit 306c09e1b2

View file

@ -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"
/**