From 5b02e4ac591d212b8bdcd0e17b0dddbd399bbcd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 21 Jun 2015 14:58:17 +0100 Subject: [PATCH] codecparsers: jpeg: fix docs for table parsing functions --- gst-libs/gst/codecparsers/gstjpegparser.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/codecparsers/gstjpegparser.c b/gst-libs/gst/codecparsers/gstjpegparser.c index 7235f83..d747a46 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. * -- 2.7.4