mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audioencoder: Mark caps argument as not being transferred
https://bugzilla.gnome.org/show_bug.cgi?id=734540
This commit is contained in:
parent
58ec221608
commit
a285f7126b
1 changed files with 1 additions and 1 deletions
|
@ -2705,7 +2705,7 @@ gst_audio_encoder_negotiate (GstAudioEncoder * enc)
|
||||||
/*
|
/*
|
||||||
* gst_audio_encoder_set_output_format:
|
* gst_audio_encoder_set_output_format:
|
||||||
* @enc: a #GstAudioEncoder
|
* @enc: a #GstAudioEncoder
|
||||||
* @caps: #GstCaps
|
* @caps: (transfer none): #GstCaps
|
||||||
*
|
*
|
||||||
* Configure output caps on the srcpad of @enc.
|
* Configure output caps on the srcpad of @enc.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue