mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gcc-2.95 fixage
Original commit message from CVS: gcc-2.95 fixage
This commit is contained in:
parent
7c57e02dcd
commit
ec8a0d492f
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue