mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
tee: fix property description for now-unused "alloc-pad" property
Should probably proxy ALLOCATION queries on that though, if set. But what else? CAPS and ACCEPT_CAPS too?
This commit is contained in:
parent
4d1cb14c68
commit
789b68e506
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ gst_tee_class_init (GstTeeClass * klass)
|
|||
DEFAULT_PULL_MODE,
|
||||
G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
pspec_alloc_pad = g_param_spec_object ("alloc-pad", "Allocation Src Pad",
|
||||
"The pad used for gst_pad_alloc_buffer", GST_TYPE_PAD,
|
||||
"The pad ALLOCATION queries will be proxied to (unused)", GST_TYPE_PAD,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
||||
g_object_class_install_property (gobject_class, PROP_ALLOC_PAD,
|
||||
pspec_alloc_pad);
|
||||
|
|
Loading…
Reference in a new issue