audio{de,en}coder: fixup documentation
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 2 Apr 2012 12:23:16 +0000 (14:23 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 2 Apr 2012 12:23:33 +0000 (14:23 +0200)
gst-libs/gst/audio/gstaudiodecoder.h
gst-libs/gst/audio/gstaudioencoder.h

index 967be93..e38747f 100644 (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.
  *
index b4fce54..bdca44b 100644 (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.
  *