summaryrefslogtreecommitdiff
path: root/gst/festival
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 10:55:13 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 10:55:18 +0100
commit925b65b02ed43f79a397d97e3664b8dc8d7be2a8 (patch)
tree43cdaaecb2e389f27c6bce6118bfba8f8928549e /gst/festival
parent4ca63b01ab6821600397caf01f8ce0634242f590 (diff)
downloadgstreamer-plugins-bad-925b65b02ed43f79a397d97e3664b8dc8d7be2a8.tar.gz
Rename property enums from ARG_ to PROP_
Property enum items should be named PROP_ for consistency and readability.
Diffstat (limited to 'gst/festival')
-rw-r--r--gst/festival/gstfestival.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c
index 7c4b88f6c..cb2d1cb9b 100644
--- a/gst/festival/gstfestival.c
+++ b/gst/festival/gstfestival.c
@@ -142,7 +142,7 @@ enum
enum
{
- ARG_0
+ PROP_0
/* FILL ME */
};