mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtp: fix channel positions for mono
This commit is contained in:
parent
eab2b16b63
commit
d7fd42999e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ static const GstAudioChannelPosition pos_8_3[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const GstAudioChannelPosition pos_def_1[] = {
|
static const GstAudioChannelPosition pos_def_1[] = {
|
||||||
GST_AUDIO_CHANNEL_POSITION_NONE
|
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
|
||||||
};
|
};
|
||||||
|
|
||||||
static const GstAudioChannelPosition pos_def_2[] = {
|
static const GstAudioChannelPosition pos_def_2[] = {
|
||||||
|
|
Loading…
Reference in a new issue