forked from mirrors/gstreamer-rs
treewide/gir: Mark Gst.Structure as ref
instead of ref-mut
mode
The only bindings using this type show up in v1.20 and use `&mut` which lacks a matching `.to_glib_full()` implementation.
This commit is contained in:
parent
9fd768425e
commit
bdc26746b6
12 changed files with 12 additions and 12 deletions
|
@ -191,7 +191,7 @@ final_type = true
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Caps"
|
||||
|
|
|
@ -303,7 +303,7 @@ status = "generate"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Caps"
|
||||
|
|
|
@ -64,7 +64,7 @@ trait_name = "GstObjectExt"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Caps"
|
||||
|
|
|
@ -70,7 +70,7 @@ manual = [
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Buffer"
|
||||
|
|
|
@ -35,7 +35,7 @@ manual = [
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Buffer"
|
||||
|
|
|
@ -35,7 +35,7 @@ manual = [
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Buffer"
|
||||
|
|
|
@ -35,7 +35,7 @@ manual = [
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Buffer"
|
||||
|
|
|
@ -66,7 +66,7 @@ ref_mode = "ref"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.ClockTime"
|
||||
|
|
|
@ -54,7 +54,7 @@ ref_mode = "ref"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "GstPlayer.Player"
|
||||
|
|
|
@ -86,7 +86,7 @@ ref_mode = "ref"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.Buffer"
|
||||
|
|
|
@ -61,7 +61,7 @@ ref_mode = "ref"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "GstRtsp.RTSPLowerTrans"
|
||||
|
|
|
@ -415,7 +415,7 @@ status = "generate"
|
|||
[[object]]
|
||||
name = "Gst.Structure"
|
||||
status = "manual"
|
||||
ref_mode = "ref-mut"
|
||||
ref_mode = "ref"
|
||||
# Functions moved to `StructureRef`
|
||||
[[object.function]]
|
||||
name = "set"
|
||||
|
|
Loading…
Reference in a new issue