mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
gstreamer_gl: fix typos
This commit is contained in:
parent
843d3749b7
commit
45708832dd
2 changed files with 4 additions and 4 deletions
|
@ -190,7 +190,7 @@ manual_traits = ["GLContextExtManual"]
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "error_quark"
|
name = "error_quark"
|
||||||
# bad error domian definition in gir
|
# bad error domain definition in gir
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
|
@ -463,7 +463,7 @@ final_type = true
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "tranform_caps"
|
name = "transform_caps"
|
||||||
[object.function.return]
|
[object.function.return]
|
||||||
nullable = false
|
nullable = false
|
||||||
|
|
||||||
|
@ -523,5 +523,5 @@ status = "generate"
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "error_quark"
|
name = "error_quark"
|
||||||
# bad error domian definition in gir
|
# bad error domain definition in gir
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
|
@ -82,7 +82,7 @@ impl GLViewConvert {
|
||||||
direction: gst::PadDirection,
|
direction: gst::PadDirection,
|
||||||
caps: &gst::Caps,
|
caps: &gst::Caps,
|
||||||
filter: &gst::Caps,
|
filter: &gst::Caps,
|
||||||
) -> Option<gst::Caps> {
|
) -> gst::Caps {
|
||||||
unsafe {
|
unsafe {
|
||||||
from_glib_full(ffi::gst_gl_view_convert_transform_caps(
|
from_glib_full(ffi::gst_gl_view_convert_transform_caps(
|
||||||
self.to_glib_none().0,
|
self.to_glib_none().0,
|
||||||
|
|
Loading…
Reference in a new issue