Detected by initial pre-run of gi-scanner.
#define GST_H264_IS_SI_SLICE(slice) (((slice)->type % 5) == GST_H264_SI_SLICE)
/**
+ * GstH264Profile:
* @GST_H264_PROFILE_BASELINE: Baseline profile (A.2.1)
* @GST_H264_PROFILE_MAIN: Main profile (A.2.2)
* @GST_H264_PROFILE_EXTENDED: Extended profile (A.2.3)
} GstMpeg4VideoObjectCodingType;
/**
- * GstMpeg4ChromaFormat
+ * GstMpeg4ChromaFormat:
*
* The chroma format in use as
* defined in: Table 6-13 -- Meaning of chroma_format
};
/**
+ * GstMpeg4VisualObject:
+ *
* The visual object structure as defined in:
* 6.2.2 Visual Object Sequence and Visual Object
*/
/**
* GstMpegVideoTypeOffsetSize:
- *
* @type: the type of the packet that start at @offset
* @data: the data containing the packet starting at @offset
* @offset: the offset of the packet start in bytes, it is the exact, start of the packet, no sync code included
gboolean gst_mpeg_video_parse (GstMpegVideoPacket * packet,
const guint8 * data, gsize size, guint offset);
-gboolean gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * params,
+gboolean gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * seqhdr,
const guint8 * data, gsize size, guint offset);
/* seqext and displayext may be NULL if not received */
g_return_val_if_fail (bdu != NULL, GST_VC1_PARSER_ERROR);
if (size < 4) {
- GST_DEBUG ("Can't parse, buffer has too small size %" G_GSIZE_FORMAT,
- size);
+ GST_DEBUG ("Can't parse, buffer has too small size %" G_GSIZE_FORMAT, size);
return GST_VC1_PARSER_ERROR;
}
* gst_vc1_parse_sequence_layer:
* @data: The data to parse
* @size: the size of @data
- * @structa: The #GstVC1SeqLayer to set.
+ * @seqlayer: The #GstVC1SeqLayer to set.
*
* Parses @data, and fills @seqlayer fields.
*
* gst_vc1_parse_sequence_header_struct_b:
* @data: The data to parse
* @size: the size of @data
- * @structa: The #GstVC1SeqStructB to set.
+ * @structb: The #GstVC1SeqStructB to set.
*
* Parses @data, and fills @structb fields.
*
/**
* gst_vc1_bitplanes_new:
- * @seqhdr: The #GstVC1SeqHdr from which to set @bitplanes
*
* Creates a new #GstVC1BitPlanes. It should be freed with
* gst_vc1_bitplanes_free() after use.
#define MAX_HRD_NUM_LEAKY_BUCKETS 31
/**
- * @GST_VC1_BFRACTION_BASIS: The @bfraction variable should be divided
+ * GST_VC1_BFRACTION_BASIS:
+ * The @bfraction variable should be divided
* by this constant to have the actual value.
*/
#define GST_VC1_BFRACTION_BASIS 840