summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-05-22 16:49:58 +0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-23 10:16:25 +0200
commit38a2fe673e97e42fb6c66831f84a2f7c04512a2f (patch)
treef87851e5d164bdf75db2ae375073a10978f464ec
parentd9ec99e59882cb50b5751e694d39db4a6ed15a66 (diff)
videodecoder: improve doc
-rw-r--r--gst-libs/gst/video/gstvideodecoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c
index 8730a3e3d..e677b92e7 100644
--- a/gst-libs/gst/video/gstvideodecoder.c
+++ b/gst-libs/gst/video/gstvideodecoder.c
@@ -2056,7 +2056,7 @@ done:
/**
* gst_video_decoder_add_to_frame:
* @decoder: a #GstVideoDecoder
- * @n_bytes: an encoded #GstVideoCodecFrame
+ * @n_bytes: the number of bytes to add
*
* Removes next @n_bytes of input data and adds it to currently parsed frame.
*