audioparsers: documentation fixes

This commit is contained in:
Mark Nauwelaerts 2010-01-05 15:05:05 +01:00
parent 51a28ed325
commit e63fc68628
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
*/
/**
* SECTION:gstaacparse
* SECTION:element-aacparse
* @short_description: AAC parser
* @see_also: #GstAmrParse
*

View file

@ -21,7 +21,7 @@
*/
/**
* SECTION:gstamrparse
* SECTION:element-amrparse
* @short_description: AMR parser
* @see_also: #GstAmrnbDec, #GstAmrnbEnc
*

View file

@ -1711,7 +1711,7 @@ gst_base_parse_set_frame_props (GstBaseParse * parse, guint fps_num,
* gst_base_transform_get_sync:
* @parse: the #GstBaseParse to query
*
* Returns TRUE if parser is considered 'in sync'. That is, frames have been
* Returns: TRUE if parser is considered 'in sync'. That is, frames have been
* continuously successfully parsed and pushed.
*/
gboolean
@ -1734,7 +1734,7 @@ gst_base_parse_get_sync (GstBaseParse * parse)
* gst_base_transform_get_drain:
* @parse: the #GstBaseParse to query
*
* Returns TRUE if parser is currently 'draining'. That is, leftover data
* Returns: TRUE if parser is currently 'draining'. That is, leftover data
* (e.g. in FLUSH or EOS situation) is being parsed.
*/
gboolean