summaryrefslogtreecommitdiff
path: root/gst/goom2k1
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 11:22:11 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 11:22:11 +0100
commit939162257940a94a87b9971220c92e5fcf8281da (patch)
tree35cc04299b59d2e3c69aec3952ef190ad86b9a7d /gst/goom2k1
parentfd391a540473fcf6bb17f1a7d2aa79681a03de9e (diff)
Rename property enums from ARG_ to PROP_
Property enum items should be named PROP_ for consistency and readability.
Diffstat (limited to 'gst/goom2k1')
-rw-r--r--gst/goom2k1/gstgoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom2k1/gstgoom.c b/gst/goom2k1/gstgoom.c
index 447352cba..7f37b32f3 100644
--- a/gst/goom2k1/gstgoom.c
+++ b/gst/goom2k1/gstgoom.c
@@ -62,7 +62,7 @@ enum
enum
{
- ARG_0
+ PROP_0
/* FILL ME */
};