padtemplate: add two FIXME0.11: comments

This commit is contained in:
Stefan Kost 2010-11-19 10:29:34 +02:00
parent f9039c2204
commit d4e2107987
2 changed files with 2 additions and 0 deletions

View 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)
{

View 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)