projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51791d8
)
remove unused enum items PROP_LAST
author
Luis de Bethencourt
<luis.bg@samsung.com>
Fri, 24 Apr 2015 15:48:23 +0000
(16:48 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 16 Feb 2016 00:24:40 +0000
(
00:24
+0000)
This were probably added to the enums due to cargo cult programming and are
unused.
gst/rtp/gstrtph265pay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtph265pay.c
b/gst/rtp/gstrtph265pay.c
index b2da44d99f38593e84bf373cdfd2220fad3c910f..171a242ef54e50c13666bb28e3053d700c7ce8f5 100644
(file)
--- 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))