rtpsession: Do not use an array of maps if they are not being used
authorSantiago Carot-Nemesio <sancane@gmail.com>
Wed, 4 Mar 2015 09:35:12 +0000 (10:35 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 4 Mar 2015 10:25:30 +0000 (11:25 +0100)
commit1591adf4cd843d13d8622a30c619425691a84128
tree27755243cb249969b8dfa32d0ed2087aa8ca8676
parent42599eab7658b7fbe844a13310b2771a72ca9c90
rtpsession: Do not use an array of maps if they are not being used

rtpsession declares an array of maps to store srrcs but only the
the key 0 is being used. This patch replaces the array of maps
for just one map and remove useless parameters in rtpsession

https://bugzilla.gnome.org/show_bug.cgi?id=745586
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsession.h