[farsight2/master] rtpsubstrea: Remove unused variable

Olivier Crête olivier.crete at collabora.co.uk
Tue Sep 1 15:50:51 PDT 2009


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

diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index a166b73..b616240 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -1170,7 +1170,6 @@ fs_rtp_sub_stream_add_output_ghostpad_unlock (FsRtpSubStream *substream,
   GstPad *valve_srcpad;
   gchar *padname = NULL;
   GstPad *ghostpad = NULL;
-  gboolean receiving;
   FsCodec *codec = NULL;
 
   if (substream->priv->adding_output_ghostpad)
@@ -1238,7 +1237,6 @@ fs_rtp_sub_stream_add_output_ghostpad_unlock (FsRtpSubStream *substream,
       substream->ssrc, substream->pt,
       FS_CODEC_ARGS (substream->codec));
 
-  receiving = substream->priv->receiving;
   codec = fs_codec_copy (substream->codec);
 
   FS_RTP_SESSION_UNLOCK (substream->priv->session);
-- 
1.5.6.5




More information about the farsight-commits mailing list