[farsight2/master] Remove unused element in temporary struct

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:50 PST 2008


---
 gst/fsrtpconference/fs-rtp-session.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index ab159cf..4c5f5a5 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2847,7 +2847,6 @@ out:
 struct link_data {
   FsRtpSession *session;
   GstCaps *caps;
-  GstElement *codecbin;
   FsCodec *codec;
 
   GList *all_codecs;
@@ -3098,7 +3097,6 @@ fs_rtp_session_add_send_codec_bin (FsRtpSession *session,
   g_value_set_boolean (&link_rv, FALSE);
 
   data.session = session;
-  data.codecbin = codecbin;
   data.caps = sendcaps;
   data.error = NULL;
   data.all_codecs = codecs;
-- 
1.5.6.5




More information about the farsight-commits mailing list