summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-11-19 10:29:34 +0200
committerStefan Kost <ensonic@users.sf.net>2010-12-03 09:50:31 +0200
commitd4e21079871756ee7745176d7b3c9f94e93a570c (patch)
tree9f1361412f57b5e6b756aa38565c0abf1cd5e0d9
parentf9039c22040e1a38a3691bc4d299af427c963255 (diff)
padtemplate: add two FIXME0.11: comments
-rw-r--r--gst/gstpadtemplate.c1
-rw-r--r--gst/gstpadtemplate.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c
index 1e2032b0d..df1ff7a8a 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 40df7ed95..9710f4a4e 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)