@girs/ges-1.0 1.23.0-3.2.8 → 1.23.0-3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/ges-1.0.d.cts +2 -2
- package/ges-1.0.d.ts +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GES-1.0, generated from library version 1.23.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for GES-1.0, generated from library version 1.23.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
|
|
9
9
|
|
|
10
10
|
The GStreamer Editing Services (GES) aims to fill the gap between GStreamer/NLE and the application developer by offering a series of classes to simplify the creation of many kind of editing-related applications.
|
|
11
11
|
|
package/ges-1.0.d.cts
CHANGED
|
@@ -4594,7 +4594,7 @@ export class Container extends TimelineElement {
|
|
|
4594
4594
|
* the sources share the same #GESAsset. If this fails, or one of the
|
|
4595
4595
|
* elements is not a #GESClip, this method will try to create a #GESGroup
|
|
4596
4596
|
* instead.
|
|
4597
|
-
* @param containers
|
|
4597
|
+
* @param containers The #GESContainer-s to group
|
|
4598
4598
|
* @returns The container created by merging @containers, or %NULL if they could not be merged into a single container.
|
|
4599
4599
|
*/
|
|
4600
4600
|
static group(containers: Container[] | null): Container | null
|
|
@@ -11339,7 +11339,7 @@ export interface TrackElement extends Extractable, MetaContainer {
|
|
|
11339
11339
|
*
|
|
11340
11340
|
* This is intended to be used by subclasses when constructing.
|
|
11341
11341
|
* @param element The child object to retrieve properties from
|
|
11342
|
-
* @param wanted_categories
|
|
11342
|
+
* @param wanted_categories An array of element factory "klass" categories to whitelist, or %NULL to accept all categories
|
|
11343
11343
|
* @param blacklist A blacklist of element factory names, or %NULL to not blacklist any element factory
|
|
11344
11344
|
* @param whitelist A whitelist of element property names, or %NULL to whitelist all writeable properties
|
|
11345
11345
|
*/
|
package/ges-1.0.d.ts
CHANGED
|
@@ -4596,7 +4596,7 @@ class Container extends TimelineElement {
|
|
|
4596
4596
|
* the sources share the same #GESAsset. If this fails, or one of the
|
|
4597
4597
|
* elements is not a #GESClip, this method will try to create a #GESGroup
|
|
4598
4598
|
* instead.
|
|
4599
|
-
* @param containers
|
|
4599
|
+
* @param containers The #GESContainer-s to group
|
|
4600
4600
|
* @returns The container created by merging @containers, or %NULL if they could not be merged into a single container.
|
|
4601
4601
|
*/
|
|
4602
4602
|
static group(containers: Container[] | null): Container | null
|
|
@@ -11341,7 +11341,7 @@ interface TrackElement extends Extractable, MetaContainer {
|
|
|
11341
11341
|
*
|
|
11342
11342
|
* This is intended to be used by subclasses when constructing.
|
|
11343
11343
|
* @param element The child object to retrieve properties from
|
|
11344
|
-
* @param wanted_categories
|
|
11344
|
+
* @param wanted_categories An array of element factory "klass" categories to whitelist, or %NULL to accept all categories
|
|
11345
11345
|
* @param blacklist A blacklist of element factory names, or %NULL to not blacklist any element factory
|
|
11346
11346
|
* @param whitelist A whitelist of element property names, or %NULL to whitelist all writeable properties
|
|
11347
11347
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/ges-1.0",
|
|
3
|
-
"version": "1.23.0-3.
|
|
3
|
+
"version": "1.23.0-3.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GES-1.0, generated from library version 1.23.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "ges-1.0.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit ges-1.0.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^3.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-3.
|
|
38
|
-
"@girs/gobject-2.0": "^2.
|
|
39
|
-
"@girs/gst-1.0": "^1.23.0-3.
|
|
40
|
-
"@girs/gstaudio-1.0": "^1.0.0-3.
|
|
41
|
-
"@girs/gstbase-1.0": "^1.0.0-3.
|
|
42
|
-
"@girs/gstpbutils-1.0": "^1.0.0-3.
|
|
43
|
-
"@girs/gstvideo-1.0": "^1.0.0-3.
|
|
34
|
+
"@girs/gio-2.0": "^2.78.0-3.3.0",
|
|
35
|
+
"@girs/gjs": "^3.3.0",
|
|
36
|
+
"@girs/glib-2.0": "^2.78.0-3.3.0",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-3.3.0",
|
|
38
|
+
"@girs/gobject-2.0": "^2.78.0-3.3.0",
|
|
39
|
+
"@girs/gst-1.0": "^1.23.0-3.3.0",
|
|
40
|
+
"@girs/gstaudio-1.0": "^1.0.0-3.3.0",
|
|
41
|
+
"@girs/gstbase-1.0": "^1.0.0-3.3.0",
|
|
42
|
+
"@girs/gstpbutils-1.0": "^1.0.0-3.3.0",
|
|
43
|
+
"@girs/gstvideo-1.0": "^1.0.0-3.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "*"
|