mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue