audioencoder: fix gtk-doc comment format

This commit is contained in:
Víctor Manuel Jáquez Leal 2016-04-04 16:39:21 +02:00
parent 7a206336dd
commit 052fe11949

View file

@ -2837,7 +2837,7 @@ gst_audio_encoder_negotiate (GstAudioEncoder * enc)
return ret;
}
/*
/**
* gst_audio_encoder_set_output_format:
* @enc: a #GstAudioEncoder
* @caps: (transfer none): #GstCaps
@ -2845,7 +2845,7 @@ gst_audio_encoder_negotiate (GstAudioEncoder * enc)
* Configure output caps on the srcpad of @enc.
*
* Returns: %TRUE on success.
**/
*/
gboolean
gst_audio_encoder_set_output_format (GstAudioEncoder * enc, GstCaps * caps)
{