Fix warnings

Original commit message from CVS:
Fix warnings
This commit is contained in:
Jeremy Simon 2003-12-27 19:37:16 +00:00
parent c96803fc0c
commit dec4f2b8a3

View file

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