audio{de,en}coder: fixup documentation

This commit is contained in:
Mark Nauwelaerts 2012-04-02 14:23:16 +02:00
parent de7148a942
commit 91aa1eb7dd
2 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@ G_BEGIN_DECLS
/**
* GST_AUDIO_DECODER_INPUT_SEGMENT:
* @obj: base parse instance
* @obj: audio decoder instance
*
* Gives the input segment of the element.
*
@ -96,7 +96,7 @@ G_BEGIN_DECLS
/**
* GST_AUDIO_DECODER_OUTPUT_SEGMENT:
* @obj: base parse instance
* @obj: audio decoder instance
*
* Gives the output segment of the element.
*

View file

@ -54,7 +54,7 @@ G_BEGIN_DECLS
/**
* GST_AUDIO_ENCODER_SRC_PAD:
* @obj: base parse instance
* @obj: audio encoder instance
*
* Gives the pointer to the source #GstPad object of the element.
*
@ -64,7 +64,7 @@ G_BEGIN_DECLS
/**
* GST_AUDIO_ENCODER_SINK_PAD:
* @obj: base parse instance
* @obj: audio encoder instance
*
* Gives the pointer to the sink #GstPad object of the element.
*