diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 11:22:11 +0100 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 11:22:11 +0100 |
commit | 939162257940a94a87b9971220c92e5fcf8281da (patch) | |
tree | 35cc04299b59d2e3c69aec3952ef190ad86b9a7d /gst/goom2k1 | |
parent | fd391a540473fcf6bb17f1a7d2aa79681a03de9e (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.c | 2 |
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 */ }; |