mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +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 */
|
/* list of elements */
|
||||||
GSList *elements;
|
GSList *elements;
|
||||||
|
|
||||||
/* list of decoders */
|
|
||||||
GSList *decoders;
|
|
||||||
|
|
||||||
/* mapping of payload type to caps */
|
/* mapping of payload type to caps */
|
||||||
GHashTable *ptmap;
|
GHashTable *ptmap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue