diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:14 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:14 +0000 |
commit | ffd4b556cc0e94ccdc92b6fa47a0d1b93ab6a26b (patch) | |
tree | 84480c8c8541ea0aafc2c7982e44bd88b1d73afc /gst/avi/gstcdxaparse.c | |
parent | 30cb4afbf65b8b6b3285cca41ffe81a7f1c78754 (diff) |
fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
Diffstat (limited to 'gst/avi/gstcdxaparse.c')
-rw-r--r-- | gst/avi/gstcdxaparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/avi/gstcdxaparse.c b/gst/avi/gstcdxaparse.c index bcffdaf0..ead5854b 100644 --- a/gst/avi/gstcdxaparse.c +++ b/gst/avi/gstcdxaparse.c @@ -141,8 +141,6 @@ gst_cdxa_parse_class_init (GstCDXAParseClass *klass) static void gst_cdxa_parse_init (GstCDXAParse *cdxa_parse) { - guint i; - GST_FLAG_SET (cdxa_parse, GST_ELEMENT_EVENT_AWARE); cdxa_parse->sinkpad = gst_pad_new_from_template ( |