summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-14 10:08:28 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-14 10:08:28 +0000
commitec8a0d492fe4c2f96b6a78e852a651eb94b6a0f3 (patch)
tree856d7a6690548155a4880ed318502c2ac45508d9
parent7c57e02dcd82259a92392904ea2c372058f1b306 (diff)
downloadgstreamer-plugins-base-ec8a0d492fe4c2f96b6a78e852a651eb94b6a0f3.tar.gz
gcc-2.95 fixage
Original commit message from CVS: gcc-2.95 fixage
-rw-r--r--gst/videotestsrc/gstvideotestsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c
index cef6e7963..b0176fd91 100644
--- a/gst/videotestsrc/gstvideotestsrc.c
+++ b/gst/videotestsrc/gstvideotestsrc.c
@@ -187,7 +187,7 @@ static GstPadLinkReturn
gst_videotestsrc_src_link (GstPad * pad, GstCaps * caps)
{
GstVideotestsrc *videotestsrc;
- GstCaps *caps1;
+ GstCaps *caps1 = NULL;
GST_DEBUG ("gst_videotestsrc_src_link");
videotestsrc = GST_VIDEOTESTSRC (gst_pad_get_parent (pad));