From 99df41f0d7dd21bd147792ef44b5c89c61b53ece Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sat, 27 Dec 2003 19:37:17 +0000 Subject: Fix warnings Original commit message from CVS: Fix warnings --- gst-libs/gst/video/video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst-libs/gst/video') diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index 6d804a4d..114b4bac 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -30,7 +30,7 @@ gdouble gst_video_frame_rate (GstPad *pad) { gdouble fps = 0.; - GstCaps *caps; + const GstCaps *caps = NULL; GstStructure *structure; /* get pad caps */ @@ -62,7 +62,7 @@ gst_video_get_size (GstPad *pad, gint *width, gint *height) { - GstCaps *caps; + const GstCaps *caps = NULL; GstStructure *structure; gboolean ret; -- cgit v1.2.1