From 925b65b02ed43f79a397d97e3664b8dc8d7be2a8 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 27 Apr 2015 10:55:13 +0100 Subject: Rename property enums from ARG_ to PROP_ Property enum items should be named PROP_ for consistency and readability. --- gst/festival/gstfestival.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/festival') 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 */ }; -- cgit v1.2.1