summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-08-11 15:09:10 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-08-11 15:10:19 +0100
commit741d23f06ced5759732b48e72a0b4cd57f71141d (patch)
treeb22e7700914c26b3c6c2bf8c643f526baa9e0ab6 /ext
parent8dc4bfdd0ea956088291c3d331af19881f9b287a (diff)
theoraenc: mention videorate is often needed in docs
https://bugzilla.gnome.org/show_bug.cgi?id=748877
Diffstat (limited to 'ext')
-rw-r--r--ext/theora/gsttheoraenc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c
index f8af35310..ff83aff9b 100644
--- a/ext/theora/gsttheoraenc.c
+++ b/ext/theora/gsttheoraenc.c
@@ -42,6 +42,9 @@
* bitrate (CBR) stream while setting the quality property will produce a
* variable bitrate (VBR) stream.
*
+ * A videorate element is often required in front of theoraenc, especially
+ * when transcoding and when putting Theora into the Ogg container.
+ *
* <refsect2>
* <title>Example pipeline</title>
* |[