summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-06-21 14:58:17 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-06-21 14:59:13 +0100
commit5b02e4ac591d212b8bdcd0e17b0dddbd399bbcd8 (patch)
treef05b0237a493fec8cad84112d0ab7dee7bf5d14d
parentd8963a015f51f872f8a05d50839370b7f52b9dbd (diff)
downloadgstreamer-plugins-bad-5b02e4ac591d212b8bdcd0e17b0dddbd399bbcd8.tar.gz
codecparsers: jpeg: fix docs for table parsing functions
-rw-r--r--gst-libs/gst/codecparsers/gstjpegparser.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst-libs/gst/codecparsers/gstjpegparser.c b/gst-libs/gst/codecparsers/gstjpegparser.c
index 7235f836b..d747a4645 100644
--- a/gst-libs/gst/codecparsers/gstjpegparser.c
+++ b/gst-libs/gst/codecparsers/gstjpegparser.c
@@ -394,7 +394,7 @@ gst_jpeg_segment_parse_scan_header (const GstJpegSegment * segment,
/**
* gst_jpeg_segment_parse_huffman_table:
* @segment: the JPEG segment
- * @huff_tables: (out): The #GstJpegHuffmanTable structure to fill in
+ * @huff_tables: (out): The #GstJpegHuffmanTables structure to fill in
*
* Parses the JPEG Huffman table structure members from @segment.
*
@@ -458,8 +458,7 @@ failed:
/**
* gst_jpeg_segment_parse_quantization_table:
* @segment: the JPEG segment
- * @quant_tables: (out): The #GstJpegQuantTable structure to fill in
- * @num_quant_tables: The number of allocated quantization tables in @quant_tables (FIXME)
+ * @quant_tables: (out): The #GstJpegQuantTables structure to fill in
*
* Parses the JPEG quantization table structure members from @segment.
*