summaryrefslogtreecommitdiff
path: root/gst/goom/gstgoom.c
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/goom/gstgoom.c
parentfd391a540473fcf6bb17f1a7d2aa79681a03de9e (diff)
downloadgstreamer-plugins-good-939162257940a94a87b9971220c92e5fcf8281da.tar.gz
Rename property enums from ARG_ to PROP_
Property enum items should be named PROP_ for consistency and readability.
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index b22531a8c..02715f9d7 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -66,7 +66,7 @@ enum
enum
{
- ARG_0
+ PROP_0
/* FILL ME */
};