mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
audiointerleave: fix property docs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2785>
This commit is contained in:
parent
202c3bc4b1
commit
ccb5d52be5
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ gst_audio_interleave_class_init (GstAudioInterleaveClass * klass)
|
|||
aagg_class->aggregate_one_buffer = gst_audio_interleave_aggregate_one_buffer;
|
||||
|
||||
/**
|
||||
* GstInterleave:channel-positions
|
||||
* GstAudioInterleave:channel-positions:
|
||||
*
|
||||
* Channel positions: This property controls the channel positions
|
||||
* that are used on the src caps. The number of elements should be
|
||||
|
@ -606,7 +606,7 @@ gst_audio_interleave_class_init (GstAudioInterleaveClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstInterleave:channel-positions-from-input
|
||||
* GstAudioInterleave:channel-positions-from-input:
|
||||
*
|
||||
* Channel positions from input: If this property is set to %TRUE the channel
|
||||
* positions will be taken from the input caps if valid channel positions for
|
||||
|
|
Loading…
Reference in a new issue