Rename property enums from ARG_ to PROP_
Property enum items should be nameed PROP_ for consistency and readability.
This commit is contained in:
parent
19fd6f240d
commit
9a18b9e4ce
@ -65,7 +65,7 @@ enum
|
||||
|
||||
enum
|
||||
{
|
||||
ARG_0
|
||||
PROP_0
|
||||
/* FILL ME */
|
||||
};
|
||||
|
||||
|
@ -39,7 +39,7 @@ enum
|
||||
|
||||
enum
|
||||
{
|
||||
ARG_0,
|
||||
PROP_0,
|
||||
};
|
||||
|
||||
static GstStaticPadTemplate gst_rdt_depay_src_template =
|
||||
|
Loading…
x
Reference in New Issue
Block a user