summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-02-09 15:23:13 +0200
committerStefan Kost <ensonic@users.sf.net>2011-02-09 15:23:13 +0200
commit306c09e1b20f6f0226ceb3b9fca19f4b1dd3ffdf (patch)
tree872e586810bae80aaa3b061204454dbbdffd12e7 /gst
parent50d566d9ade049f8e42bb52add7cf1b9cba505df (diff)
docs: clarify the NOMINAL_BITRATE docs
Tell that its a target bitrate and actual values might be different.
Diffstat (limited to 'gst')
-rw-r--r--gst/gsttaglist.h3
1 files changed, 2 insertions, 1 deletions
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"
/**