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 b0fa850061b3d766b33c794062e2c4151eb77c21..f19c478432d04df566a5eadcc2e7b307244b4f2b 100644 (file)
@@ -65,7 +65,7 @@ enum
 
 enum
 {
-  ARG_0
+  PROP_0
       /* FILL ME */
 };
 
index 308faec8a289e24cf8ae5a8198c2bf4406b9e4c8..ac79b745cb8a35c61dd6321e7935b052386e2d00 100644 (file)
@@ -39,7 +39,7 @@ enum
 
 enum
 {
-  ARG_0,
+  PROP_0,
 };
 
 static GstStaticPadTemplate gst_rdt_depay_src_template =