padtemplate: remove unused flag

This commit is contained in:
Wim Taymans 2011-05-24 18:29:48 +02:00
parent 2c221a5729
commit 7da32991df

View file

@ -97,14 +97,11 @@ typedef enum {
/** /**
* GstPadTemplateFlags: * GstPadTemplateFlags:
* @GST_PAD_TEMPLATE_FIXED: the padtemplate has no variable properties
* @GST_PAD_TEMPLATE_FLAG_LAST: first flag that can be used by subclasses. * @GST_PAD_TEMPLATE_FLAG_LAST: first flag that can be used by subclasses.
* *
* Flags for the padtemplate * Flags for the padtemplate
*/ */
typedef enum { typedef enum {
/* FIXME0.11: this is not used and the purpose is unclear */
GST_PAD_TEMPLATE_FIXED = (GST_OBJECT_FLAG_LAST << 0),
/* padding */ /* padding */
GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4) GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4)
} GstPadTemplateFlags; } GstPadTemplateFlags;