[farsight2/master] Quell wrong compiler warning

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 16 11:23:16 PST 2008


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 4446019..6fd2a97 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2948,7 +2948,7 @@ link_other_pads (gpointer item, GValue *ret, gpointer user_data)
   GstPad *pad = item;
   struct link_data *data = user_data;
   GstCaps *caps;
-  GstCaps *filter_caps;
+  GstCaps *filter_caps = NULL;
   GList *listitem;
   GstElement *capsfilter;
   GstPad *otherpad;
-- 
1.5.6.5




More information about the farsight-commits mailing list