projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cddf3a
)
rtpbin: remove unused list of decoders
author
Aleix Conchillo Flaqué
<aleix@oblong.com>
Tue, 7 Jan 2014 20:13:51 +0000
(12:13 -0800)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpbin.c
b/gst/rtpmanager/gstrtpbin.c
index c3532ab5431324825baa20067a4c97c90187a3d1..fdeffe046bbf66cc2aa0fff8c3e34306c1ff2421 100644
(file)
--- 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;