diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-12-27 19:37:16 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-12-27 19:37:16 +0000 |
commit | dec4f2b8a3931e0292cc8433b7e1802cc81a224a (patch) | |
tree | cbb8dcc9ed6c6af3f38993acab18b00c81ba7bf7 /gst/cutter | |
parent | c96803fc0c3f8d4b740bd4e69f2cb5a9f27a9d0f (diff) |
Fix warnings
Original commit message from CVS:
Fix warnings
Diffstat (limited to 'gst/cutter')
-rw-r--r-- | gst/cutter/gstcutter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 83114939..71004d78 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -450,7 +450,7 @@ GST_PLUGIN_DEFINE ( void gst_cutter_get_caps (GstPad *pad, GstCutter* filter) { - GstCaps *caps = NULL; + const GstCaps *caps = NULL; GstStructure *structure; caps = GST_PAD_CAPS (pad); |