audiodecoder: Fix typo in documentation

Fix a couple of harmless warnings in the gtk-doc parsing
This commit is contained in:
Jan Schmidt 2015-01-27 01:31:50 +11:00
parent 5e69a0f898
commit ef42a163e4
2 changed files with 2 additions and 2 deletions

View File

@ -2434,7 +2434,7 @@ exit:
* *
* Returns: (transfer-full): a #GstCaps owned by caller * Returns: (transfer-full): a #GstCaps owned by caller
* *
* @Since: 1.6 * Since: 1.6
*/ */
GstCaps * GstCaps *
gst_audio_decoder_proxy_getcaps (GstAudioDecoder * decoder, GstCaps * caps, gst_audio_decoder_proxy_getcaps (GstAudioDecoder * decoder, GstCaps * caps,

View File

@ -295,7 +295,7 @@ GType gst_audio_decoder_get_type (void);
gboolean gst_audio_decoder_set_output_format (GstAudioDecoder * dec, gboolean gst_audio_decoder_set_output_format (GstAudioDecoder * dec,
const GstAudioInfo * info); const GstAudioInfo * info);
GstCaps * gst_audio_decoder_proxy_getcaps (GstAudioDecoder * dec, GstCaps * gst_audio_decoder_proxy_getcaps (GstAudioDecoder * decoder,
GstCaps * caps, GstCaps * caps,
GstCaps * filter); GstCaps * filter);
gboolean gst_audio_decoder_negotiate (GstAudioDecoder * dec); gboolean gst_audio_decoder_negotiate (GstAudioDecoder * dec);