[0.11] gst-plugins-bad: docs: minor fixes
Wim Taymans
wtay at kemper.freedesktop.org
Tue Sep 6 07:14:36 PDT 2011
Module: gst-plugins-bad
Branch: 0.11
Commit: 52a6db220616ff33125e8b033ffe7b3115f3e37d
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=52a6db220616ff33125e8b033ffe7b3115f3e37d
Author: Edward Hervey <edward.hervey at collabora.co.uk>
Date: Fri Sep 2 16:08:59 2011 +0200
docs: minor fixes
---
docs/libs/gst-plugins-bad-libs-sections.txt | 2 +-
gst-libs/gst/codecparsers/gsth264parser.h | 13 ++++++++++++-
gst-libs/gst/codecparsers/gstmpegvideoparser.h | 8 ++++----
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index f582562..73cc720 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -73,7 +73,7 @@ gst_mpeg_video_parse_quant_matrix_extension
</SECTION>
<SECTION>
-<FILE>photography</FILE>
+<FILE>gstphotography</FILE>
GST_PHOTOGRAPHY_AUTOFOCUS_DONE
GST_PHOTOGRAPHY_SHAKE_RISK
GST_PHOTOGRAPHY_PROP_WB_MODE
diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h
index 56c9883..84577f6 100644
--- a/gst-libs/gst/codecparsers/gsth264parser.h
+++ b/gst-libs/gst/codecparsers/gsth264parser.h
@@ -143,6 +143,12 @@ typedef enum
GST_H264_SEI_PIC_STRUCT_FRAME_TRIPLING = 8
} GstH264SEIPicStructType;
+/**
+ * GstH264SliceType:
+ *
+ * Type of Picture slice
+ */
+
typedef enum
{
GST_H264_P_SLICE = 0,
@@ -624,9 +630,14 @@ struct _GstH264SEIMessage
};
};
-/* Opaque structure */
+/**
+ * GstH264NalParser:
+ *
+ * H264 NAL Parser (opaque structure).
+ */
struct _GstH264NalParser
{
+ /*< private >*/
GstH264SPS sps[GST_H264_MAX_SPS_COUNT];
GstH264PPS pps[GST_H264_MAX_PPS_COUNT];
GstH264SPS *last_sps;
diff --git a/gst-libs/gst/codecparsers/gstmpegvideoparser.h b/gst-libs/gst/codecparsers/gstmpegvideoparser.h
index 2fed93b..a42792b 100644
--- a/gst-libs/gst/codecparsers/gstmpegvideoparser.h
+++ b/gst-libs/gst/codecparsers/gstmpegvideoparser.h
@@ -77,10 +77,10 @@ typedef enum {
/**
* GstMpegVideoLevel:
- * @GST_MPEG_VIDEO_LEVEL_LOW
- * @GST_MPEG_VIDEO_LEVEL_MAIN
- * @GST_MPEG_VIDEO_LEVEL_HIGH_1440
- * @GST_MPEG_VIDEO_LEVEL_HIGH
+ * @GST_MPEG_VIDEO_LEVEL_LOW: Level Low
+ * @GST_MPEG_VIDEO_LEVEL_MAIN: Level Main
+ * @GST_MPEG_VIDEO_LEVEL_HIGH_1440: Level High 1440
+ * @GST_MPEG_VIDEO_LEVEL_HIGH: Level High
*
* Indicates the level in use
**/
More information about the gstreamer-commits
mailing list