remove unused enum items PROP_LAST
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 24 Apr 2015 15:48:23 +0000 (16:48 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Fri, 24 Apr 2015 15:48:26 +0000 (16:48 +0100)
This were probably added to the enums due to cargo cult programming and are
unused.

gst/audiobuffer/gstaudioringbuffer.c
gst/coloreffects/gstchromahold.c
gst/debugutils/gstcompare.c
gst/gaudieffects/gstgaussblur.c
gst/pcapparse/gstpcapparse.c
gst/rtp/gstrtph265pay.c
gst/sdp/gstsdpdemux.c
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth265parse.c
gst/videoparsers/gstmpeg4videoparse.c
gst/videoparsers/gstmpegvideoparse.c

index 81c6aeb..cd31472 100644 (file)
@@ -65,8 +65,7 @@ enum
 {
   PROP_0,
   PROP_BUFFER_TIME,
-  PROP_SEGMENT_TIME,
-  PROP_LAST
+  PROP_SEGMENT_TIME
 };
 
 #define GST_TYPE_AUDIO_RINGBUFFER \
index f4dd9ed..fa5709d 100644 (file)
@@ -59,8 +59,7 @@ enum
   PROP_TARGET_R,
   PROP_TARGET_G,
   PROP_TARGET_B,
-  PROP_TOLERANCE,
-  PROP_LAST
+  PROP_TOLERANCE
 };
 
 static GstStaticPadTemplate gst_chroma_hold_src_template =
index 5de2f9d..3d52615 100644 (file)
@@ -91,8 +91,7 @@ enum
   PROP_OFFSET_TS,
   PROP_METHOD,
   PROP_THRESHOLD,
-  PROP_UPPER,
-  PROP_LAST
+  PROP_UPPER
 };
 
 #define DEFAULT_META             GST_BUFFER_COPY_ALL
index 89fd929..bbf22b6 100644 (file)
@@ -111,8 +111,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
 enum
 {
   PROP_0,
-  PROP_SIGMA,
-  PROP_LAST
+  PROP_SIGMA
 };
 
 static gboolean make_gaussian_kernel (GstGaussianBlur * gb, float sigma);
index 98e71eb..1a5388e 100644 (file)
@@ -64,8 +64,7 @@ enum
   PROP_SRC_PORT,
   PROP_DST_PORT,
   PROP_CAPS,
-  PROP_TS_OFFSET,
-  PROP_LAST
+  PROP_TS_OFFSET
 };
 
 GST_DEBUG_CATEGORY_STATIC (gst_pcap_parse_debug);
index b2da44d..171a242 100644 (file)
@@ -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))
index d2a1fa3..df3e69e 100644 (file)
@@ -84,8 +84,7 @@ enum
   PROP_DEBUG,
   PROP_TIMEOUT,
   PROP_LATENCY,
-  PROP_REDIRECT,
-  PROP_LAST
+  PROP_REDIRECT
 };
 
 static void gst_sdp_demux_finalize (GObject * object);
index 4a2d748..4c7513d 100644 (file)
@@ -41,8 +41,7 @@ GST_DEBUG_CATEGORY (h264_parse_debug);
 enum
 {
   PROP_0,
-  PROP_CONFIG_INTERVAL,
-  PROP_LAST
+  PROP_CONFIG_INTERVAL
 };
 
 enum
index 2d7b997..afa5116 100644 (file)
@@ -37,8 +37,7 @@ GST_DEBUG_CATEGORY (h265_parse_debug);
 enum
 {
   PROP_0,
-  PROP_CONFIG_INTERVAL,
-  PROP_LAST
+  PROP_CONFIG_INTERVAL
 };
 
 enum
index a169363..3188439 100644 (file)
@@ -66,8 +66,7 @@ enum
 {
   PROP_0,
   PROP_DROP,
-  PROP_CONFIG_INTERVAL,
-  PROP_LAST
+  PROP_CONFIG_INTERVAL
 };
 
 #define gst_mpeg4vparse_parent_class parent_class
index dd57e93..bf166d0 100644 (file)
@@ -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