mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
padtemplate: add two FIXME0.11: comments
This commit is contained in:
parent
f9039c2204
commit
d4e2107987
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue