codecparsers: jpeg: fix docs for table parsing functions
authorTim-Philipp Müller <tim@centricular.com>
Sun, 21 Jun 2015 13:58:17 +0000 (14:58 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 21 Jun 2015 13:59:13 +0000 (14:59 +0100)
gst-libs/gst/codecparsers/gstjpegparser.c

index 7235f83..d747a46 100644 (file)
@@ -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.
  *