summaryrefslogtreecommitdiff
path: root/gst/gstelement.h
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-03-29 15:28:44 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-03-29 15:28:44 +0200
commit2d95de113ed2bf02b8c17c102cf12cd7f68479bf (patch)
tree7989ba0850e00e3efdf0da6628d78ceb4c27f40b /gst/gstelement.h
parent31ca9f9216a9e6242c85779b84169c55294c116a (diff)
gstelement: lower GST_ELEMENT_FLAG_LAST
It wouldn't leave that much room for subclass users
Diffstat (limited to 'gst/gstelement.h')
-rw-r--r--gst/gstelement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstelement.h b/gst/gstelement.h
index d86bb656e..5269b685d 100644
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
@@ -335,7 +335,7 @@ typedef enum
GST_ELEMENT_FLAG_REQUIRE_CLOCK = (GST_OBJECT_FLAG_LAST << 5),
GST_ELEMENT_FLAG_INDEXABLE = (GST_OBJECT_FLAG_LAST << 6),
/* padding */
- GST_ELEMENT_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 16)
+ GST_ELEMENT_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 10)
} GstElementFlags;
/**