forked from mirrors/gstreamer-rs
gstreamer, gstreamer-app: fix Structure mutability
This commit is contained in:
parent
1e12354cd5
commit
9540ddd596
7 changed files with 17 additions and 6 deletions
|
@ -71,7 +71,6 @@ manual = [
|
||||||
"GLib.Source",
|
"GLib.Source",
|
||||||
"GLib.DateTime",
|
"GLib.DateTime",
|
||||||
"GObject.Object",
|
"GObject.Object",
|
||||||
"Gst.Structure",
|
|
||||||
"Gst.Iterator",
|
"Gst.Iterator",
|
||||||
"Gst.Segment",
|
"Gst.Segment",
|
||||||
]
|
]
|
||||||
|
@ -130,6 +129,12 @@ trait = false
|
||||||
name = "message"
|
name = "message"
|
||||||
concurrency = "send"
|
concurrency = "send"
|
||||||
|
|
||||||
|
|
||||||
|
[[object]]
|
||||||
|
name = "Gst.Structure"
|
||||||
|
status = "manual"
|
||||||
|
ref_mode = "ref-mut"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Gst.Caps"
|
name = "Gst.Caps"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
|
|
|
@ -112,6 +112,12 @@ trait = false
|
||||||
# Has getter function
|
# Has getter function
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
|
||||||
|
[[object]]
|
||||||
|
name = "Gst.Structure"
|
||||||
|
status = "manual"
|
||||||
|
ref_mode = "ref-mut"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Gst.Caps"
|
name = "Gst.Caps"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was generated by gir (9f70278) from gir-files (???)
|
// This file was generated by gir (3294959) from gir-files (???)
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
use ffi;
|
use ffi;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was generated by gir (9f70278) from gir-files (???)
|
// This file was generated by gir (3294959) from gir-files (???)
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
use AppStreamType;
|
use AppStreamType;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was generated by gir (9f70278) from gir-files (???)
|
// This file was generated by gir (3294959) from gir-files (???)
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
use ffi;
|
use ffi;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was generated by gir (9f70278) from gir-files (???)
|
// This file was generated by gir (3294959) from gir-files (???)
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
use ffi;
|
use ffi;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was generated by gir (9f70278) from gir-files (???)
|
// This file was generated by gir (3294959) from gir-files (???)
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
mod app_sink;
|
mod app_sink;
|
||||||
|
|
Loading…
Reference in a new issue