summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 10:57:12 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 10:57:12 +0100
commit9a18b9e4ce6e38f40d743777f6095845f2fa6414 (patch)
tree78ede2606a52b169dbf4d0bce937b36bea921278 /gst
parent19fd6f240d5a0e3434a22a94d0671cc271c194c3 (diff)
Rename property enums from ARG_ to PROP_
Property enum items should be nameed PROP_ for consistency and readability.
Diffstat (limited to 'gst')
-rw-r--r--gst/dvdlpcmdec/gstdvdlpcmdec.c2
-rw-r--r--gst/realmedia/rdtdepay.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index b0fa8500..f19c4784 100644
--- a/gst/dvdlpcmdec/gstdvdlpcmdec.c
+++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c
@@ -65,7 +65,7 @@ enum
enum
{
- ARG_0
+ PROP_0
/* FILL ME */
};
diff --git a/gst/realmedia/rdtdepay.c b/gst/realmedia/rdtdepay.c
index 308faec8..ac79b745 100644
--- a/gst/realmedia/rdtdepay.c
+++ b/gst/realmedia/rdtdepay.c
@@ -39,7 +39,7 @@ enum
enum
{
- ARG_0,
+ PROP_0,
};
static GstStaticPadTemplate gst_rdt_depay_src_template =