From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- gst/rtp/gstrtpjpegpay.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpjpegpay.c b/gst/rtp/gstrtpjpegpay.c index 1810eff8..0de0ac0f 100644 --- a/gst/rtp/gstrtpjpegpay.c +++ b/gst/rtp/gstrtpjpegpay.c @@ -21,7 +21,6 @@ /** * SECTION:rtpjpegpay - * @short_description: RTP payloader for JPEG pictures * * Payload encode JPEG pictures into RTP packets according to RFC 2435. * For detailed information see: http://www.rfc-editor.org/rfc/rfc2435.txt @@ -31,7 +30,6 @@ * the actual JPEG entropy scan. * * The payloader assumes that correct width and height is found in the caps. - * */ #ifdef HAVE_CONFIG_H @@ -74,7 +72,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_DEBUG_CATEGORY_STATIC (rtpjpegpay_debug); #define GST_CAT_DEFAULT (rtpjpegpay_debug) -/** +/* * QUANT_PREFIX_LEN: * * Prefix length in the header before the quantization tables: @@ -82,13 +80,13 @@ GST_DEBUG_CATEGORY_STATIC (rtpjpegpay_debug); */ #define QUANT_PREFIX_LEN 3 -/** +/* * DEFAULT_JPEG_QUALITY: * */ #define DEFAULT_JPEG_QUALITY 255 -/** +/* * DEFAULT_JPEG_TYPE: * */ @@ -96,7 +94,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpjpegpay_debug); typedef enum _RtpJpegMarker RtpJpegMarker; -/** +/* * RtpJpegMarker: * @JPEG_MARKER: Prefix for JPEG marker * @JPEG_MARKER_SOI: Start of Image marker @@ -140,7 +138,7 @@ enum typedef struct _RtpJpegHeader RtpJpegHeader; typedef struct _RtpQuantHeader RtpQuantHeader; -/** +/* * RtpJpegHeader: * @type_spec: type specific * @offset: fragment offset @@ -172,7 +170,7 @@ struct _RtpJpegHeader guint8 height; }; -/** +/* * RtpQuantHeader * @mbz: must be zero * @precision: specify size of quantization tables -- cgit v1.2.3