From 306c09e1b20f6f0226ceb3b9fca19f4b1dd3ffdf Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 9 Feb 2011 15:23:13 +0200 Subject: [PATCH] docs: clarify the NOMINAL_BITRATE docs Tell that its a target bitrate and actual values might be different. --- gst/gsttaglist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index f4bef9cbea..f9be499ebb 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -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" /**