Rename property enums from ARG_ to PROP_
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 27 Apr 2015 09:57:12 +0000 (10:57 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 27 Apr 2015 09:57:12 +0000 (10:57 +0100)
Property enum items should be nameed PROP_ for consistency and readability.

gst/dvdlpcmdec/gstdvdlpcmdec.c
gst/realmedia/rdtdepay.c

index b0fa850..f19c478 100644 (file)
@@ -65,7 +65,7 @@ enum
 
 enum
 {
-  ARG_0
+  PROP_0
       /* FILL ME */
 };
 
index 308faec..ac79b74 100644 (file)
@@ -39,7 +39,7 @@ enum
 
 enum
 {
-  ARG_0,
+  PROP_0,
 };
 
 static GstStaticPadTemplate gst_rdt_depay_src_template =