summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstmpegvideoparse.c
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-24 16:48:23 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-04-24 16:48:26 +0100
commitc944093d0847f36bf354211bf192b0c415b84036 (patch)
treeec4eaa66319c4791ca0804f46e5e48e075839710 /gst/videoparsers/gstmpegvideoparse.c
parentb216629941c6d1db5d84e75477b539cc38fc5e70 (diff)
downloadgstreamer-plugins-bad-c944093d0847f36bf354211bf192b0c415b84036.tar.gz
remove unused enum items PROP_LAST
This were probably added to the enums due to cargo cult programming and are unused.
Diffstat (limited to 'gst/videoparsers/gstmpegvideoparse.c')
-rw-r--r--gst/videoparsers/gstmpegvideoparse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videoparsers/gstmpegvideoparse.c b/gst/videoparsers/gstmpegvideoparse.c
index dd57e9362..bf166d0fc 100644
--- a/gst/videoparsers/gstmpegvideoparse.c
+++ b/gst/videoparsers/gstmpegvideoparse.c
@@ -59,8 +59,7 @@ enum
{
PROP_0,
PROP_DROP,
- PROP_GOP_SPLIT,
- PROP_LAST
+ PROP_GOP_SPLIT
};
#define parent_class gst_mpegv_parse_parent_class