gcc-2.95 fixage

Original commit message from CVS:
gcc-2.95 fixage
This commit is contained in:
Ronald S. Bultje 2003-10-14 10:08:28 +00:00
parent 7c57e02dcd
commit ec8a0d492f

View 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));