diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index 1e2032b0da..df1ff7a8aa 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -309,6 +309,7 @@ gst_static_pad_template_get_type (void) * * Returns: a new #GstPadTemplate. */ +/* FIXME0.11: rename to gst_pad_template_new_from_static_pad_template() */ GstPadTemplate * gst_static_pad_template_get (GstStaticPadTemplate * pad_template) { diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h index 40df7ed952..9710f4a4e6 100644 --- a/gst/gstpadtemplate.h +++ b/gst/gstpadtemplate.h @@ -103,6 +103,7 @@ typedef enum { * 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)