summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstdice.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 23:09:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 23:09:13 +0000
commit0f4d96ce68be9c504d975aa07c143053b5886be6 (patch)
treece69732a01b0a6e8c2454324417521ea69ab0271 /gst/effectv/gstdice.c
parentad06345b2ac579573e42e95402cfa475590a6fa7 (diff)
Vertigo is another cool one
Original commit message from CVS: Vertigo is another cool one
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r--gst/effectv/gstdice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index b6355319..7bff8242 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -59,7 +59,7 @@ struct _GstDiceTVClass
{
GstElementClass parent_class;
- void (*reset) (GstElement *elem);
+ void (*reset) (GstElement *element);
};
GstElementDetails gst_dicetv_details = {
@@ -196,9 +196,9 @@ gst_dicetv_init (GstDiceTV * filter)
}
static void
-gst_dicetv_reset_handler (GstElement *elem)
+gst_dicetv_reset_handler (GstElement *element)
{
- GstDiceTV *filter = GST_DICETV (elem);
+ GstDiceTV *filter = GST_DICETV (element);
gst_dicetv_create_map (filter);
}