gcc-2.95 fixage
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 14 Oct 2003 10:08:28 +0000 (10:08 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 14 Oct 2003 10:08:28 +0000 (10:08 +0000)
Original commit message from CVS:
gcc-2.95 fixage

gst/videotestsrc/gstvideotestsrc.c

index cef6e79..b0176fd 100644 (file)
@@ -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));