Rename property enums from ARG_ to PROP_

Property enum items should be nameed PROP_ for consistency and readability.
This commit is contained in:
Luis de Bethencourt 2015-04-27 10:57:12 +01:00
parent 19fd6f240d
commit 9a18b9e4ce
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ enum
enum
{
ARG_0
PROP_0
/* FILL ME */
};

View file

@ -39,7 +39,7 @@ enum
enum
{
ARG_0,
PROP_0,
};
static GstStaticPadTemplate gst_rdt_depay_src_template =