mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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.
|
* Returns: a new #GstPadTemplate.
|
||||||
*/
|
*/
|
||||||
|
/* FIXME0.11: rename to gst_pad_template_new_from_static_pad_template() */
|
||||||
GstPadTemplate *
|
GstPadTemplate *
|
||||||
gst_static_pad_template_get (GstStaticPadTemplate * pad_template)
|
gst_static_pad_template_get (GstStaticPadTemplate * pad_template)
|
||||||
{
|
{
|
||||||
|
|
|
@ -103,6 +103,7 @@ typedef enum {
|
||||||
* Flags for the padtemplate
|
* Flags for the padtemplate
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
/* FIXME0.11: this is not used and the purpose is unclear */
|
||||||
GST_PAD_TEMPLATE_FIXED = (GST_OBJECT_FLAG_LAST << 0),
|
GST_PAD_TEMPLATE_FIXED = (GST_OBJECT_FLAG_LAST << 0),
|
||||||
/* padding */
|
/* padding */
|
||||||
GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4)
|
GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4)
|
||||||
|
|
Loading…
Reference in a new issue