rtpbin: remove unused list of decoders
authorAleix Conchillo Flaqué <aleix@oblong.com>
Tue, 7 Jan 2014 20:13:51 +0000 (12:13 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 8 Jan 2014 09:23:52 +0000 (10:23 +0100)
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

index c3532ab..fdeffe0 100644 (file)
@@ -426,9 +426,6 @@ struct _GstRtpBinSession
   /* list of elements */
   GSList *elements;
 
-  /* list of decoders */
-  GSList *decoders;
-
   /* mapping of payload type to caps */
   GHashTable *ptmap;