mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 03:46: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;
|
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…
Reference in a new issue