mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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)
|
gst_videotestsrc_src_link (GstPad * pad, GstCaps * caps)
|
||||||
{
|
{
|
||||||
GstVideotestsrc *videotestsrc;
|
GstVideotestsrc *videotestsrc;
|
||||||
GstCaps *caps1;
|
GstCaps *caps1 = NULL;
|
||||||
|
|
||||||
GST_DEBUG ("gst_videotestsrc_src_link");
|
GST_DEBUG ("gst_videotestsrc_src_link");
|
||||||
videotestsrc = GST_VIDEOTESTSRC (gst_pad_get_parent (pad));
|
videotestsrc = GST_VIDEOTESTSRC (gst_pad_get_parent (pad));
|
||||||
|
|
Loading…
Reference in a new issue