diff options
| author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-05-18 22:19:39 +0200 | 
|---|---|---|
| committer | Wim Taymans <wim@metal.(none)> | 2009-05-21 22:05:09 +0200 | 
| commit | d7fd42999eca5fffa3a7d1028a0253e0377fc841 (patch) | |
| tree | edce9f5a5c90abf45287df86e8c657e4137fe99a | |
| parent | eab2b16b63a17e73abf9c0002503531f595cf982 (diff) | |
rtp: fix channel positions for mono
| -rw-r--r-- | gst/rtp/gstrtpchannels.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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[] = { | 
