mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
2cddf3a0a9
commit
441f286e28
1 changed files with 0 additions and 3 deletions
|
@ -426,9 +426,6 @@ struct _GstRtpBinSession
|
|||
/* list of elements */
|
||||
GSList *elements;
|
||||
|
||||
/* list of decoders */
|
||||
GSList *decoders;
|
||||
|
||||
/* mapping of payload type to caps */
|
||||
GHashTable *ptmap;
|
||||
|
||||
|
|
Loading…
Reference in a new issue