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/mpegdemux | |
parent | 4ca63b01ab6821600397caf01f8ce0634242f590 (diff) |
Rename property enums from ARG_ to PROP_
Property enum items should be named PROP_ for consistency and readability.
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r-- | gst/mpegdemux/gstmpegdemux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index c5501902f..5f9241337 100644 --- a/gst/mpegdemux/gstmpegdemux.c +++ b/gst/mpegdemux/gstmpegdemux.c @@ -89,8 +89,8 @@ enum enum { - ARG_0, - ARG_SYNC, + PROP_0, + PROP_SYNC, /* FILL ME */ }; |