audiodecoder: Fix typo in documentation
Fix a couple of harmless warnings in the gtk-doc parsing
This commit is contained in:
parent
5e69a0f898
commit
ef42a163e4
@ -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,
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user