summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-05-24 18:29:48 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-05-24 18:29:48 +0200
commit7da32991df87d82bd4b160ba3ce0221a8e667867 (patch)
tree90054cc194accafee00b904ba48a5756783b7bde
parent2c221a57296183a8e5fda3ec91e6874f590fa39b (diff)
padtemplate: remove unused flag
-rw-r--r--gst/gstpadtemplate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h
index 9710f4a4e..e8e592120 100644
--- a/gst/gstpadtemplate.h
+++ b/gst/gstpadtemplate.h
@@ -97,14 +97,11 @@ typedef enum {
/**
* GstPadTemplateFlags:
- * @GST_PAD_TEMPLATE_FIXED: the padtemplate has no variable properties
* @GST_PAD_TEMPLATE_FLAG_LAST: first flag that can be used by subclasses.
*
* Flags for the padtemplate
*/
typedef enum {
- /* FIXME0.11: this is not used and the purpose is unclear */
- GST_PAD_TEMPLATE_FIXED = (GST_OBJECT_FLAG_LAST << 0),
/* padding */
GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4)
} GstPadTemplateFlags;