diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 10:55:13 +0100 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 10:55:18 +0100 |
commit | 925b65b02ed43f79a397d97e3664b8dc8d7be2a8 (patch) | |
tree | 43cdaaecb2e389f27c6bce6118bfba8f8928549e /gst/vmnc/vmncdec.c | |
parent | 4ca63b01ab6821600397caf01f8ce0634242f590 (diff) | |
download | gstreamer-plugins-bad-925b65b02ed43f79a397d97e3664b8dc8d7be2a8.tar.gz |
Rename property enums from ARG_ to PROP_
Property enum items should be named PROP_ for consistency and readability.
Diffstat (limited to 'gst/vmnc/vmncdec.c')
-rw-r--r-- | gst/vmnc/vmncdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vmnc/vmncdec.c b/gst/vmnc/vmncdec.c index 058a84449..54a42ed08 100644 --- a/gst/vmnc/vmncdec.c +++ b/gst/vmnc/vmncdec.c @@ -51,7 +51,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); enum { - ARG_0, + PROP_0, }; enum |