summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-24 16:48:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-02-16 00:24:40 +0000
commit693a924461ac535b0fe99b332c9d9d7786b1a975 (patch)
tree1d180885044b3c1babd05cd0161fc98f769b4b5c
parent51791d8fe2a4d2fc13575486293b190f07c31a43 (diff)
downloadgstreamer-plugins-good-693a924461ac535b0fe99b332c9d9d7786b1a975.tar.gz
remove unused enum items PROP_LAST
This were probably added to the enums due to cargo cult programming and are unused.
-rw-r--r--gst/rtp/gstrtph265pay.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph265pay.c b/gst/rtp/gstrtph265pay.c
index b2da44d99..171a242ef 100644
--- a/gst/rtp/gstrtph265pay.c
+++ b/gst/rtp/gstrtph265pay.c
@@ -108,8 +108,7 @@ enum
{
PROP_0,
PROP_SPROP_PARAMETER_SETS,
- PROP_CONFIG_INTERVAL,
- PROP_LAST
+ PROP_CONFIG_INTERVAL
};
#define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06))