audioencoder: fix gtk-doc comment format
This commit is contained in:
parent
7a206336dd
commit
052fe11949
@ -2837,7 +2837,7 @@ gst_audio_encoder_negotiate (GstAudioEncoder * enc)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* gst_audio_encoder_set_output_format:
|
* gst_audio_encoder_set_output_format:
|
||||||
* @enc: a #GstAudioEncoder
|
* @enc: a #GstAudioEncoder
|
||||||
* @caps: (transfer none): #GstCaps
|
* @caps: (transfer none): #GstCaps
|
||||||
@ -2845,7 +2845,7 @@ gst_audio_encoder_negotiate (GstAudioEncoder * enc)
|
|||||||
* Configure output caps on the srcpad of @enc.
|
* Configure output caps on the srcpad of @enc.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE on success.
|
* Returns: %TRUE on success.
|
||||||
**/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gst_audio_encoder_set_output_format (GstAudioEncoder * enc, GstCaps * caps)
|
gst_audio_encoder_set_output_format (GstAudioEncoder * enc, GstCaps * caps)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user