From d7fd42999eca5fffa3a7d1028a0253e0377fc841 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 18 May 2009 22:19:39 +0200 Subject: rtp: fix channel positions for mono --- gst/rtp/gstrtpchannels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpchannels.h b/gst/rtp/gstrtpchannels.h index 591eb05f..b99a200e 100644 --- a/gst/rtp/gstrtpchannels.h +++ b/gst/rtp/gstrtpchannels.h @@ -111,7 +111,7 @@ static const GstAudioChannelPosition pos_8_3[] = { }; static const GstAudioChannelPosition pos_def_1[] = { - GST_AUDIO_CHANNEL_POSITION_NONE + GST_AUDIO_CHANNEL_POSITION_FRONT_MONO }; static const GstAudioChannelPosition pos_def_2[] = { -- cgit