From: Aleix Conchillo FlaquƩ Date: Tue, 7 Jan 2014 20:13:51 +0000 (-0800) Subject: rtpbin: remove unused list of decoders X-Git-Tag: 1.3.1~376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=441f286e28bf79859e2b4df21645c11d4e944657;p=platform%2Fupstream%2Fgst-plugins-good.git rtpbin: remove unused list of decoders remove list of decoders, which are already handled by the list of elements. https://bugzilla.gnome.org/show_bug.cgi?id=719938 --- diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index c3532ab..fdeffe0 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -426,9 +426,6 @@ struct _GstRtpBinSession /* list of elements */ GSList *elements; - /* list of decoders */ - GSList *decoders; - /* mapping of payload type to caps */ GHashTable *ptmap;