mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
queue2: add some docs to mark new property
This commit is contained in:
parent
183ffdc126
commit
62e0d976f3
1 changed files with 7 additions and 0 deletions
|
@ -332,6 +332,13 @@ gst_queue2_class_init (GstQueue2Class * klass)
|
|||
"property, use temp-template to configure the name template)",
|
||||
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstQueue2:temp-remove
|
||||
*
|
||||
* When temp-template is set, remove the temporary file when going to READY.
|
||||
*
|
||||
* Since: 0.10.26
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_TEMP_REMOVE,
|
||||
g_param_spec_boolean ("temp-remove", "Remove the Temporary File",
|
||||
"Remove the temp-location after use",
|
||||
|
|
Loading…
Reference in a new issue