padtemplate: add two FIXME0.11: comments
authorStefan Kost <ensonic@users.sf.net>
Fri, 19 Nov 2010 08:29:34 +0000 (10:29 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 3 Dec 2010 07:50:31 +0000 (09:50 +0200)
gst/gstpadtemplate.c
gst/gstpadtemplate.h

index 1e2032b..df1ff7a 100644 (file)
@@ -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)
 {
index 40df7ed..9710f4a 100644 (file)
@@ -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)