mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audio{de,en}coder: fixup documentation
This commit is contained in:
parent
de7148a942
commit
91aa1eb7dd
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue