From 441f286e28bf79859e2b4df21645c11d4e944657 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 7 Jan 2014 12:13:51 -0800 Subject: [PATCH] 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 --- gst/rtpmanager/gstrtpbin.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.7.4