From d8963a015f51f872f8a05d50839370b7f52b9dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 21 Jun 2015 13:55:29 +0100 Subject: docs: add new JPEG codecparser API to the docs And sprinkle some more Since markers --- docs/libs/gst-plugins-bad-libs-docs.sgml | 1 + docs/libs/gst-plugins-bad-libs-sections.txt | 36 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'docs') diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml index 0adc54ef1..76651b790 100644 --- a/docs/libs/gst-plugins-bad-libs-docs.sgml +++ b/docs/libs/gst-plugins-bad-libs-docs.sgml @@ -29,6 +29,7 @@ -lgstcodeparsers-&GST_API_VERSION; to the library flags. + diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index a1e346e2c..3b7cc0549 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -50,6 +50,42 @@ gst_h264_video_calculate_framerate +
+gstjpegparser +jpegparser +gst/codecparsers/gstjpegparser.h +GST_JPEG_MAX_FRAME_COMPONENTS +GST_JPEG_MAX_SCAN_COMPONENTS +GST_JPEG_MAX_QUANT_ELEMENTS +GstJpegMarker; +GST_JPEG_MARKER_SOF_MIN +GST_JPEG_MARKER_SOF_MAX +GST_JPEG_MARKER_APP_MIN +GST_JPEG_MARKER_APP_MAX +GST_JPEG_MARKER_RST_MIN +GST_JPEG_MARKER_RST_MAX +GstJpegEntropyCodingMode +GstJpegProfile +GstJpegSegment +gst_jpeg_parse +GstJpegFrameHdr +GstJpegFrameComponent +gst_jpeg_segment_parse_frame_header +GstJpegScanHdr +GstJpegScanComponent +gst_jpeg_segment_parse_scan_header +GstJpegHuffmanTables +GstJpegHuffmanTable +gst_jpeg_segment_parse_huffman_table +GstJpegQuantTable +gst_jpeg_segment_parse_quantization_table +gst_jpeg_segment_parse_restart_interval +gst_jpeg_get_default_quantization_tables +gst_jpeg_get_default_huffman_tables + + +
+
gstvc1parser vc1parser -- cgit v1.2.1