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
This commit is contained in:
Aleix Conchillo Flaqué 2014-01-07 12:13:51 -08:00 committed by Sebastian Dröge
parent 2cddf3a0a9
commit 441f286e28

View 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;