mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
audioencoder: fix gtk-doc comment format
This commit is contained in:
parent
7a206336dd
commit
052fe11949
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue