From c7da86665f75106d8a2a29592c0747d77b375d13 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 31 Jul 2020 21:07:15 +0900 Subject: docs: Update wasapi2 and mfvideosrc doc Part-of: --- docs/plugins/gst_plugins_cache.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 9e5702d20..19ae3a673 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -207213,6 +207213,17 @@ "readable": true, "type": "gchararray", "writable": true + }, + "dispatcher": { + "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of capture device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management", + "conditionally-available": true, + "construct": false, + "construct-only": false, + "controllable": false, + "mutable": "ready", + "readable": false, + "type": "gpointer", + "writable": true } }, "rank": "secondary" @@ -223159,6 +223170,17 @@ "type": "gchararray", "writable": true }, + "dispatcher": { + "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "mutable": "ready", + "readable": false, + "type": "gpointer", + "writable": true + }, "low-latency": { "blurb": "Optimize all settings for lowest latency. Always safe to enable.", "conditionally-available": false, @@ -223239,6 +223261,17 @@ "type": "gchararray", "writable": true }, + "dispatcher": { + "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "mutable": "ready", + "readable": false, + "type": "gpointer", + "writable": true + }, "low-latency": { "blurb": "Optimize all settings for lowest latency. Always safe to enable.", "conditionally-available": false, -- cgit v1.2.1