diff --git a/gstreamer-app/src/auto/versions.txt b/gstreamer-app/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-app/src/auto/versions.txt +++ b/gstreamer-app/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-app/sys/build.rs b/gstreamer-app/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-app/sys/build.rs +++ b/gstreamer-app/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-app/sys/src/lib.rs b/gstreamer-app/sys/src/lib.rs index cfb967fef..0d9aac242 100644 --- a/gstreamer-app/sys/src/lib.rs +++ b/gstreamer-app/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/abi.rs b/gstreamer-app/sys/tests/abi.rs index ba12af81c..9185d3772 100644 --- a/gstreamer-app/sys/tests/abi.rs +++ b/gstreamer-app/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/constant.c b/gstreamer-app/sys/tests/constant.c index a758ad232..76e1a1a3a 100644 --- a/gstreamer-app/sys/tests/constant.c +++ b/gstreamer-app/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/layout.c b/gstreamer-app/sys/tests/layout.c index b11a29291..07d0ad406 100644 --- a/gstreamer-app/sys/tests/layout.c +++ b/gstreamer-app/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-audio/src/auto/audio_base_sink.rs b/gstreamer-audio/src/auto/audio_base_sink.rs index f57c26674..94552068b 100644 --- a/gstreamer-audio/src/auto/audio_base_sink.rs +++ b/gstreamer-audio/src/auto/audio_base_sink.rs @@ -313,7 +313,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -341,7 +341,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -369,7 +369,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -397,7 +397,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -425,7 +425,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -453,7 +453,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -481,7 +481,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -509,7 +509,7 @@ impl> AudioBaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-audio/src/auto/audio_base_src.rs b/gstreamer-audio/src/auto/audio_base_src.rs index 4d04cfd57..397bbedbd 100644 --- a/gstreamer-audio/src/auto/audio_base_src.rs +++ b/gstreamer-audio/src/auto/audio_base_src.rs @@ -219,7 +219,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -247,7 +247,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -275,7 +275,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -303,7 +303,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -331,7 +331,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -359,7 +359,7 @@ impl> AudioBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-audio/src/auto/audio_decoder.rs b/gstreamer-audio/src/auto/audio_decoder.rs index e13b48a0c..240dc7a12 100644 --- a/gstreamer-audio/src/auto/audio_decoder.rs +++ b/gstreamer-audio/src/auto/audio_decoder.rs @@ -379,7 +379,7 @@ impl> AudioDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -407,7 +407,7 @@ impl> AudioDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -432,7 +432,7 @@ impl> AudioDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -460,7 +460,7 @@ impl> AudioDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-audio/src/auto/audio_encoder.rs b/gstreamer-audio/src/auto/audio_encoder.rs index a336b08f0..7b898f5e7 100644 --- a/gstreamer-audio/src/auto/audio_encoder.rs +++ b/gstreamer-audio/src/auto/audio_encoder.rs @@ -394,7 +394,7 @@ impl> AudioEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -422,7 +422,7 @@ impl> AudioEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -450,7 +450,7 @@ impl> AudioEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -478,7 +478,7 @@ impl> AudioEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-audio/src/auto/stream_volume.rs b/gstreamer-audio/src/auto/stream_volume.rs index e0a66b492..2ab04048c 100644 --- a/gstreamer-audio/src/auto/stream_volume.rs +++ b/gstreamer-audio/src/auto/stream_volume.rs @@ -97,7 +97,7 @@ impl> StreamVolumeExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&StreamVolume::from_glib_borrow(this).unsafe_cast_ref()) + f(StreamVolume::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -122,7 +122,7 @@ impl> StreamVolumeExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&StreamVolume::from_glib_borrow(this).unsafe_cast_ref()) + f(StreamVolume::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-audio/src/auto/versions.txt b/gstreamer-audio/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-audio/src/auto/versions.txt +++ b/gstreamer-audio/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-audio/sys/build.rs b/gstreamer-audio/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-audio/sys/build.rs +++ b/gstreamer-audio/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-audio/sys/src/lib.rs b/gstreamer-audio/sys/src/lib.rs index 7b1f22ee9..a2245da31 100644 --- a/gstreamer-audio/sys/src/lib.rs +++ b/gstreamer-audio/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/abi.rs b/gstreamer-audio/sys/tests/abi.rs index c269fee31..c2ae6f5d7 100644 --- a/gstreamer-audio/sys/tests/abi.rs +++ b/gstreamer-audio/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/constant.c b/gstreamer-audio/sys/tests/constant.c index 21fd3ee21..a29c1c4e6 100644 --- a/gstreamer-audio/sys/tests/constant.c +++ b/gstreamer-audio/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/layout.c b/gstreamer-audio/sys/tests/layout.c index 18b1daf7b..04ea44854 100644 --- a/gstreamer-audio/sys/tests/layout.c +++ b/gstreamer-audio/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-base/src/auto/aggregator.rs b/gstreamer-base/src/auto/aggregator.rs index 147d176a1..9a4123a18 100644 --- a/gstreamer-base/src/auto/aggregator.rs +++ b/gstreamer-base/src/auto/aggregator.rs @@ -286,7 +286,7 @@ impl> AggregatorExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref()) + f(Aggregator::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -316,7 +316,7 @@ impl> AggregatorExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref()) + f(Aggregator::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -344,7 +344,7 @@ impl> AggregatorExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref()) + f(Aggregator::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -374,7 +374,7 @@ impl> AggregatorExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref()) + f(Aggregator::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/aggregator_pad.rs b/gstreamer-base/src/auto/aggregator_pad.rs index c8f8f2c72..94a8ddd79 100644 --- a/gstreamer-base/src/auto/aggregator_pad.rs +++ b/gstreamer-base/src/auto/aggregator_pad.rs @@ -159,7 +159,7 @@ impl> AggregatorPadExt for O { ) { let f: &F = &*(f as *const F); f( - &AggregatorPad::from_glib_borrow(this).unsafe_cast_ref(), + AggregatorPad::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -191,7 +191,7 @@ impl> AggregatorPadExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&AggregatorPad::from_glib_borrow(this).unsafe_cast_ref()) + f(AggregatorPad::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/base_parse.rs b/gstreamer-base/src/auto/base_parse.rs index 07ed93d59..39e59767b 100644 --- a/gstreamer-base/src/auto/base_parse.rs +++ b/gstreamer-base/src/auto/base_parse.rs @@ -222,7 +222,7 @@ impl> BaseParseExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseParse::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseParse::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/base_sink.rs b/gstreamer-base/src/auto/base_sink.rs index cbdf251e4..b4dc88b7a 100644 --- a/gstreamer-base/src/auto/base_sink.rs +++ b/gstreamer-base/src/auto/base_sink.rs @@ -491,7 +491,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -519,7 +519,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -547,7 +547,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -575,7 +575,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -603,7 +603,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -631,7 +631,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -661,7 +661,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -686,7 +686,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -714,7 +714,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -741,7 +741,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -766,7 +766,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -794,7 +794,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -822,7 +822,7 @@ impl> BaseSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/base_src.rs b/gstreamer-base/src/auto/base_src.rs index a918c6a2e..509766be8 100644 --- a/gstreamer-base/src/auto/base_src.rs +++ b/gstreamer-base/src/auto/base_src.rs @@ -308,7 +308,7 @@ impl> BaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -336,7 +336,7 @@ impl> BaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -364,7 +364,7 @@ impl> BaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -392,7 +392,7 @@ impl> BaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/base_transform.rs b/gstreamer-base/src/auto/base_transform.rs index bfd73ac5e..2cb63fea5 100644 --- a/gstreamer-base/src/auto/base_transform.rs +++ b/gstreamer-base/src/auto/base_transform.rs @@ -213,7 +213,7 @@ impl> BaseTransformExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&BaseTransform::from_glib_borrow(this).unsafe_cast_ref()) + f(BaseTransform::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-base/src/auto/versions.txt b/gstreamer-base/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-base/src/auto/versions.txt +++ b/gstreamer-base/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-base/sys/build.rs b/gstreamer-base/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-base/sys/build.rs +++ b/gstreamer-base/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-base/sys/src/lib.rs b/gstreamer-base/sys/src/lib.rs index 924b47859..e2dcc838d 100644 --- a/gstreamer-base/sys/src/lib.rs +++ b/gstreamer-base/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/abi.rs b/gstreamer-base/sys/tests/abi.rs index 7b0dc03dc..5a856cc0f 100644 --- a/gstreamer-base/sys/tests/abi.rs +++ b/gstreamer-base/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/constant.c b/gstreamer-base/sys/tests/constant.c index 97e8b932f..62976d0aa 100644 --- a/gstreamer-base/sys/tests/constant.c +++ b/gstreamer-base/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/layout.c b/gstreamer-base/sys/tests/layout.c index d9a97caec..117903c29 100644 --- a/gstreamer-base/sys/tests/layout.c +++ b/gstreamer-base/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-check/src/auto/versions.txt b/gstreamer-check/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-check/src/auto/versions.txt +++ b/gstreamer-check/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-check/sys/build.rs b/gstreamer-check/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-check/sys/build.rs +++ b/gstreamer-check/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-check/sys/src/lib.rs b/gstreamer-check/sys/src/lib.rs index 5436984ac..17f1fafc4 100644 --- a/gstreamer-check/sys/src/lib.rs +++ b/gstreamer-check/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/abi.rs b/gstreamer-check/sys/tests/abi.rs index 700b3329a..0b42be85e 100644 --- a/gstreamer-check/sys/tests/abi.rs +++ b/gstreamer-check/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/constant.c b/gstreamer-check/sys/tests/constant.c index a78649b02..596cd0f9f 100644 --- a/gstreamer-check/sys/tests/constant.c +++ b/gstreamer-check/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/layout.c b/gstreamer-check/sys/tests/layout.c index e54535291..8d51bcae9 100644 --- a/gstreamer-check/sys/tests/layout.c +++ b/gstreamer-check/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-controller/src/auto/argb_control_binding.rs b/gstreamer-controller/src/auto/argb_control_binding.rs index 99f5f1110..d80e88397 100644 --- a/gstreamer-controller/src/auto/argb_control_binding.rs +++ b/gstreamer-controller/src/auto/argb_control_binding.rs @@ -222,7 +222,7 @@ impl> ARGBControlBindingExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) + f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -250,7 +250,7 @@ impl> ARGBControlBindingExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) + f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -278,7 +278,7 @@ impl> ARGBControlBindingExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) + f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -306,7 +306,7 @@ impl> ARGBControlBindingExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) + f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-controller/src/auto/direct_control_binding.rs b/gstreamer-controller/src/auto/direct_control_binding.rs index c8acb0f40..54be650cd 100644 --- a/gstreamer-controller/src/auto/direct_control_binding.rs +++ b/gstreamer-controller/src/auto/direct_control_binding.rs @@ -132,7 +132,7 @@ impl> DirectControlBindingExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&DirectControlBinding::from_glib_borrow(this).unsafe_cast_ref()) + f(DirectControlBinding::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-controller/src/auto/interpolation_control_source.rs b/gstreamer-controller/src/auto/interpolation_control_source.rs index cbc1d4f19..ead3948ab 100644 --- a/gstreamer-controller/src/auto/interpolation_control_source.rs +++ b/gstreamer-controller/src/auto/interpolation_control_source.rs @@ -91,7 +91,7 @@ impl> InterpolationControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&InterpolationControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(InterpolationControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-controller/src/auto/lfo_control_source.rs b/gstreamer-controller/src/auto/lfo_control_source.rs index 974af145a..d8612202b 100644 --- a/gstreamer-controller/src/auto/lfo_control_source.rs +++ b/gstreamer-controller/src/auto/lfo_control_source.rs @@ -227,7 +227,7 @@ impl> LFOControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -255,7 +255,7 @@ impl> LFOControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -280,7 +280,7 @@ impl> LFOControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -308,7 +308,7 @@ impl> LFOControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -336,7 +336,7 @@ impl> LFOControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-controller/src/auto/timed_value_control_source.rs b/gstreamer-controller/src/auto/timed_value_control_source.rs index 272204027..a1b196517 100644 --- a/gstreamer-controller/src/auto/timed_value_control_source.rs +++ b/gstreamer-controller/src/auto/timed_value_control_source.rs @@ -125,7 +125,7 @@ impl> TimedValueControlSourceExt for O { ) { let f: &F = &*(f as *const F); f( - &TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), + TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timed_value), ) } @@ -156,7 +156,7 @@ impl> TimedValueControlSourceExt for O { ) { let f: &F = &*(f as *const F); f( - &TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), + TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timed_value), ) } @@ -187,7 +187,7 @@ impl> TimedValueControlSourceExt for O { ) { let f: &F = &*(f as *const F); f( - &TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), + TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timed_value), ) } diff --git a/gstreamer-controller/src/auto/trigger_control_source.rs b/gstreamer-controller/src/auto/trigger_control_source.rs index 4594daaa1..fec7ba1a6 100644 --- a/gstreamer-controller/src/auto/trigger_control_source.rs +++ b/gstreamer-controller/src/auto/trigger_control_source.rs @@ -94,7 +94,7 @@ impl> TriggerControlSourceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TriggerControlSource::from_glib_borrow(this).unsafe_cast_ref()) + f(TriggerControlSource::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-controller/src/auto/versions.txt b/gstreamer-controller/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-controller/src/auto/versions.txt +++ b/gstreamer-controller/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-controller/sys/build.rs b/gstreamer-controller/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-controller/sys/build.rs +++ b/gstreamer-controller/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-controller/sys/src/lib.rs b/gstreamer-controller/sys/src/lib.rs index cf6036cef..b643b6945 100644 --- a/gstreamer-controller/sys/src/lib.rs +++ b/gstreamer-controller/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/abi.rs b/gstreamer-controller/sys/tests/abi.rs index 6abed356b..700e06a1d 100644 --- a/gstreamer-controller/sys/tests/abi.rs +++ b/gstreamer-controller/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/constant.c b/gstreamer-controller/sys/tests/constant.c index 9a19ce5e0..3f524495c 100644 --- a/gstreamer-controller/sys/tests/constant.c +++ b/gstreamer-controller/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/layout.c b/gstreamer-controller/sys/tests/layout.c index 7925b7987..30074009f 100644 --- a/gstreamer-controller/sys/tests/layout.c +++ b/gstreamer-controller/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-editing-services/src/auto/asset.rs b/gstreamer-editing-services/src/auto/asset.rs index 903988284..da25a62e4 100644 --- a/gstreamer-editing-services/src/auto/asset.rs +++ b/gstreamer-editing-services/src/auto/asset.rs @@ -238,7 +238,7 @@ impl> AssetExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Asset::from_glib_borrow(this).unsafe_cast_ref()) + f(Asset::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -260,7 +260,7 @@ impl> AssetExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Asset::from_glib_borrow(this).unsafe_cast_ref()) + f(Asset::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/clip.rs b/gstreamer-editing-services/src/auto/clip.rs index ce10b3284..9ec4ba161 100644 --- a/gstreamer-editing-services/src/auto/clip.rs +++ b/gstreamer-editing-services/src/auto/clip.rs @@ -536,7 +536,7 @@ impl> ClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clip::from_glib_borrow(this).unsafe_cast_ref()) + f(Clip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -558,7 +558,7 @@ impl> ClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clip::from_glib_borrow(this).unsafe_cast_ref()) + f(Clip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -583,7 +583,7 @@ impl> ClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clip::from_glib_borrow(this).unsafe_cast_ref()) + f(Clip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/container.rs b/gstreamer-editing-services/src/auto/container.rs index ab557b1a6..2e8cc6029 100644 --- a/gstreamer-editing-services/src/auto/container.rs +++ b/gstreamer-editing-services/src/auto/container.rs @@ -173,7 +173,7 @@ impl> GESContainerExt for O { ) { let f: &F = &*(f as *const F); f( - &Container::from_glib_borrow(this).unsafe_cast_ref(), + Container::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(element), ) } @@ -204,7 +204,7 @@ impl> GESContainerExt for O { ) { let f: &F = &*(f as *const F); f( - &Container::from_glib_borrow(this).unsafe_cast_ref(), + Container::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(element), ) } @@ -228,7 +228,7 @@ impl> GESContainerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Container::from_glib_borrow(this).unsafe_cast_ref()) + f(Container::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/group.rs b/gstreamer-editing-services/src/auto/group.rs index 6f5e7717e..6a4166493 100644 --- a/gstreamer-editing-services/src/auto/group.rs +++ b/gstreamer-editing-services/src/auto/group.rs @@ -210,7 +210,7 @@ impl> GroupExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Group::from_glib_borrow(this).unsafe_cast_ref()) + f(Group::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -232,7 +232,7 @@ impl> GroupExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Group::from_glib_borrow(this).unsafe_cast_ref()) + f(Group::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -254,7 +254,7 @@ impl> GroupExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Group::from_glib_borrow(this).unsafe_cast_ref()) + f(Group::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -276,7 +276,7 @@ impl> GroupExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Group::from_glib_borrow(this).unsafe_cast_ref()) + f(Group::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -298,7 +298,7 @@ impl> GroupExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Group::from_glib_borrow(this).unsafe_cast_ref()) + f(Group::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/layer.rs b/gstreamer-editing-services/src/auto/layer.rs index 94d0d7a35..fdd58e1c8 100644 --- a/gstreamer-editing-services/src/auto/layer.rs +++ b/gstreamer-editing-services/src/auto/layer.rs @@ -355,7 +355,7 @@ impl> LayerExt for O { ) { let f: &F = &*(f as *const F); f( - &Layer::from_glib_borrow(this).unsafe_cast_ref(), + Layer::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(clip), ) } @@ -380,7 +380,7 @@ impl> LayerExt for O { ) { let f: &F = &*(f as *const F); f( - &Layer::from_glib_borrow(this).unsafe_cast_ref(), + Layer::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(clip), ) } @@ -407,7 +407,7 @@ impl> LayerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Layer::from_glib_borrow(this).unsafe_cast_ref()) + f(Layer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -429,7 +429,7 @@ impl> LayerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Layer::from_glib_borrow(this).unsafe_cast_ref()) + f(Layer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/pipeline.rs b/gstreamer-editing-services/src/auto/pipeline.rs index 8f8e7466a..f3f5a059e 100644 --- a/gstreamer-editing-services/src/auto/pipeline.rs +++ b/gstreamer-editing-services/src/auto/pipeline.rs @@ -374,7 +374,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -396,7 +396,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -418,7 +418,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -440,7 +440,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -465,7 +465,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -487,7 +487,7 @@ impl> GESPipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/project.rs b/gstreamer-editing-services/src/auto/project.rs index 19d100d63..ffa8f1e40 100644 --- a/gstreamer-editing-services/src/auto/project.rs +++ b/gstreamer-editing-services/src/auto/project.rs @@ -294,7 +294,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(asset), ) } @@ -322,7 +322,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(asset), ) } @@ -350,7 +350,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(asset), ) } @@ -384,7 +384,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timeline), &from_glib_borrow(error), ) @@ -420,7 +420,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(error), &glib::GString::from_glib_borrow(id), from_glib(extractable_type), @@ -447,7 +447,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timeline), ) } @@ -474,7 +474,7 @@ impl> ProjectExt for O { ) { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(timeline), ) } @@ -508,7 +508,7 @@ impl> ProjectExt for O { ) -> *mut libc::c_char { let f: &F = &*(f as *const F); f( - &Project::from_glib_borrow(this).unsafe_cast_ref(), + Project::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(error), &from_glib_borrow(wrong_asset), ) diff --git a/gstreamer-editing-services/src/auto/timeline.rs b/gstreamer-editing-services/src/auto/timeline.rs index 5bce54037..d43b58f4c 100644 --- a/gstreamer-editing-services/src/auto/timeline.rs +++ b/gstreamer-editing-services/src/auto/timeline.rs @@ -512,7 +512,7 @@ impl> TimelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Timeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Timeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -538,7 +538,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(group), ) } @@ -570,7 +570,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(layer), ) } @@ -598,7 +598,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(layer), ) } @@ -632,7 +632,7 @@ impl> TimelineExt for O { ) -> *mut ffi::GESTrack { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(clip), &from_glib_borrow(track_element), ) @@ -671,7 +671,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(obj1), &from_glib_borrow(obj2), position, @@ -706,7 +706,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(obj1), &from_glib_borrow(obj2), position, @@ -736,7 +736,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(track), ) } @@ -764,7 +764,7 @@ impl> TimelineExt for O { ) { let f: &F = &*(f as *const F); f( - &Timeline::from_glib_borrow(this).unsafe_cast_ref(), + Timeline::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(track), ) } @@ -791,7 +791,7 @@ impl> TimelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Timeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Timeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -813,7 +813,7 @@ impl> TimelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Timeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Timeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -838,7 +838,7 @@ impl> TimelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Timeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Timeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/timeline_element.rs b/gstreamer-editing-services/src/auto/timeline_element.rs index 8bb0dd734..0f5288b9b 100644 --- a/gstreamer-editing-services/src/auto/timeline_element.rs +++ b/gstreamer-editing-services/src/auto/timeline_element.rs @@ -751,7 +751,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -776,7 +776,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -801,7 +801,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -826,7 +826,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -851,7 +851,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -876,7 +876,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -901,7 +901,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -926,7 +926,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -951,7 +951,7 @@ impl> TimelineElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/track.rs b/gstreamer-editing-services/src/auto/track.rs index c2d32340e..28b7a8027 100644 --- a/gstreamer-editing-services/src/auto/track.rs +++ b/gstreamer-editing-services/src/auto/track.rs @@ -355,7 +355,7 @@ impl> GESTrackExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Track::from_glib_borrow(this).unsafe_cast_ref()) + f(Track::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -384,7 +384,7 @@ impl> GESTrackExt for O { ) { let f: &F = &*(f as *const F); f( - &Track::from_glib_borrow(this).unsafe_cast_ref(), + Track::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(effect), ) } @@ -415,7 +415,7 @@ impl> GESTrackExt for O { ) { let f: &F = &*(f as *const F); f( - &Track::from_glib_borrow(this).unsafe_cast_ref(), + Track::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(effect), ) } @@ -439,7 +439,7 @@ impl> GESTrackExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Track::from_glib_borrow(this).unsafe_cast_ref()) + f(Track::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -463,7 +463,7 @@ impl> GESTrackExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Track::from_glib_borrow(this).unsafe_cast_ref()) + f(Track::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -485,7 +485,7 @@ impl> GESTrackExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Track::from_glib_borrow(this).unsafe_cast_ref()) + f(Track::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -510,7 +510,7 @@ impl> GESTrackExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Track::from_glib_borrow(this).unsafe_cast_ref()) + f(Track::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/track_element.rs b/gstreamer-editing-services/src/auto/track_element.rs index 328dc7e04..b351dce45 100644 --- a/gstreamer-editing-services/src/auto/track_element.rs +++ b/gstreamer-editing-services/src/auto/track_element.rs @@ -394,7 +394,7 @@ impl> TrackElementExt for O { ) { let f: &F = &*(f as *const F); f( - &TrackElement::from_glib_borrow(this).unsafe_cast_ref(), + TrackElement::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(control_binding), ) } @@ -425,7 +425,7 @@ impl> TrackElementExt for O { ) { let f: &F = &*(f as *const F); f( - &TrackElement::from_glib_borrow(this).unsafe_cast_ref(), + TrackElement::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(control_binding), ) } @@ -449,7 +449,7 @@ impl> TrackElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TrackElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -479,7 +479,7 @@ impl> TrackElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TrackElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -506,7 +506,7 @@ impl> TrackElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TrackElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -528,7 +528,7 @@ impl> TrackElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TrackElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -553,7 +553,7 @@ impl> TrackElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref()) + f(TrackElement::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/transition_clip.rs b/gstreamer-editing-services/src/auto/transition_clip.rs index 1b8035655..02e7cdadd 100644 --- a/gstreamer-editing-services/src/auto/transition_clip.rs +++ b/gstreamer-editing-services/src/auto/transition_clip.rs @@ -91,7 +91,7 @@ impl> TransitionClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&TransitionClip::from_glib_borrow(this).unsafe_cast_ref()) + f(TransitionClip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/uri_clip.rs b/gstreamer-editing-services/src/auto/uri_clip.rs index ded28f33d..9ce111fab 100644 --- a/gstreamer-editing-services/src/auto/uri_clip.rs +++ b/gstreamer-editing-services/src/auto/uri_clip.rs @@ -96,7 +96,7 @@ impl> UriClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&UriClip::from_glib_borrow(this).unsafe_cast_ref()) + f(UriClip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -118,7 +118,7 @@ impl> UriClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&UriClip::from_glib_borrow(this).unsafe_cast_ref()) + f(UriClip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -143,7 +143,7 @@ impl> UriClipExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&UriClip::from_glib_borrow(this).unsafe_cast_ref()) + f(UriClip::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/uri_clip_asset.rs b/gstreamer-editing-services/src/auto/uri_clip_asset.rs index 50bd31e47..4f2dece8d 100644 --- a/gstreamer-editing-services/src/auto/uri_clip_asset.rs +++ b/gstreamer-editing-services/src/auto/uri_clip_asset.rs @@ -178,7 +178,7 @@ impl> UriClipAssetExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&UriClipAsset::from_glib_borrow(this).unsafe_cast_ref()) + f(UriClipAsset::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -205,7 +205,7 @@ impl> UriClipAssetExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&UriClipAsset::from_glib_borrow(this).unsafe_cast_ref()) + f(UriClipAsset::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-editing-services/src/auto/versions.txt b/gstreamer-editing-services/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-editing-services/src/auto/versions.txt +++ b/gstreamer-editing-services/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-editing-services/sys/build.rs b/gstreamer-editing-services/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-editing-services/sys/build.rs +++ b/gstreamer-editing-services/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/src/lib.rs b/gstreamer-editing-services/sys/src/lib.rs index 8a6699530..d040514bc 100644 --- a/gstreamer-editing-services/sys/src/lib.rs +++ b/gstreamer-editing-services/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/abi.rs b/gstreamer-editing-services/sys/tests/abi.rs index deb1962c7..89334b0ac 100644 --- a/gstreamer-editing-services/sys/tests/abi.rs +++ b/gstreamer-editing-services/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/constant.c b/gstreamer-editing-services/sys/tests/constant.c index 387cb3fba..33051b351 100644 --- a/gstreamer-editing-services/sys/tests/constant.c +++ b/gstreamer-editing-services/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/layout.c b/gstreamer-editing-services/sys/tests/layout.c index 0a25da60e..f6c639c05 100644 --- a/gstreamer-editing-services/sys/tests/layout.c +++ b/gstreamer-editing-services/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/egl/src/auto/versions.txt b/gstreamer-gl/egl/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-gl/egl/src/auto/versions.txt +++ b/gstreamer-gl/egl/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-gl/egl/sys/build.rs b/gstreamer-gl/egl/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-gl/egl/sys/build.rs +++ b/gstreamer-gl/egl/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/src/lib.rs b/gstreamer-gl/egl/sys/src/lib.rs index 88fc18843..35a2e4581 100644 --- a/gstreamer-gl/egl/sys/src/lib.rs +++ b/gstreamer-gl/egl/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/abi.rs b/gstreamer-gl/egl/sys/tests/abi.rs index ce064b794..b89dec18d 100644 --- a/gstreamer-gl/egl/sys/tests/abi.rs +++ b/gstreamer-gl/egl/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/constant.c b/gstreamer-gl/egl/sys/tests/constant.c index 7e711651e..10bb2ad3b 100644 --- a/gstreamer-gl/egl/sys/tests/constant.c +++ b/gstreamer-gl/egl/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/layout.c b/gstreamer-gl/egl/sys/tests/layout.c index f9fff3b55..9520f3421 100644 --- a/gstreamer-gl/egl/sys/tests/layout.c +++ b/gstreamer-gl/egl/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/src/auto/gl_base_filter.rs b/gstreamer-gl/src/auto/gl_base_filter.rs index 4a3293454..24d4f411b 100644 --- a/gstreamer-gl/src/auto/gl_base_filter.rs +++ b/gstreamer-gl/src/auto/gl_base_filter.rs @@ -94,7 +94,7 @@ impl> GLBaseFilterExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&GLBaseFilter::from_glib_borrow(this).unsafe_cast_ref()) + f(GLBaseFilter::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-gl/src/auto/gl_base_src.rs b/gstreamer-gl/src/auto/gl_base_src.rs index 244cf5298..8c0806e87 100644 --- a/gstreamer-gl/src/auto/gl_base_src.rs +++ b/gstreamer-gl/src/auto/gl_base_src.rs @@ -79,7 +79,7 @@ impl> GLBaseSrcExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&GLBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) + f(GLBaseSrc::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-gl/src/auto/gl_display.rs b/gstreamer-gl/src/auto/gl_display.rs index 81e6dbfe9..f0d812d92 100644 --- a/gstreamer-gl/src/auto/gl_display.rs +++ b/gstreamer-gl/src/auto/gl_display.rs @@ -217,7 +217,7 @@ impl> GLDisplayExt for O { ) -> *mut ffi::GstGLContext { let f: &F = &*(f as *const F); f( - &GLDisplay::from_glib_borrow(this).unsafe_cast_ref(), + GLDisplay::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(context), ) .to_glib_full() diff --git a/gstreamer-gl/src/auto/gl_window.rs b/gstreamer-gl/src/auto/gl_window.rs index 627631d1e..0cff4c206 100644 --- a/gstreamer-gl/src/auto/gl_window.rs +++ b/gstreamer-gl/src/auto/gl_window.rs @@ -287,7 +287,7 @@ impl> GLWindowExt for O { ) { let f: &F = &*(f as *const F); f( - &GLWindow::from_glib_borrow(this).unsafe_cast_ref(), + GLWindow::from_glib_borrow(this).unsafe_cast_ref(), &glib::GString::from_glib_borrow(id), &glib::GString::from_glib_borrow(key), ) @@ -322,7 +322,7 @@ impl> GLWindowExt for O { ) { let f: &F = &*(f as *const F); f( - &GLWindow::from_glib_borrow(this).unsafe_cast_ref(), + GLWindow::from_glib_borrow(this).unsafe_cast_ref(), &glib::GString::from_glib_borrow(id), button, x, @@ -361,7 +361,7 @@ impl> GLWindowExt for O { ) { let f: &F = &*(f as *const F); f( - &GLWindow::from_glib_borrow(this).unsafe_cast_ref(), + GLWindow::from_glib_borrow(this).unsafe_cast_ref(), x, y, delta_x, diff --git a/gstreamer-gl/src/auto/versions.txt b/gstreamer-gl/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-gl/src/auto/versions.txt +++ b/gstreamer-gl/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-gl/sys/build.rs b/gstreamer-gl/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-gl/sys/build.rs +++ b/gstreamer-gl/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/sys/src/lib.rs b/gstreamer-gl/sys/src/lib.rs index 0b701e46b..924c59046 100644 --- a/gstreamer-gl/sys/src/lib.rs +++ b/gstreamer-gl/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/abi.rs b/gstreamer-gl/sys/tests/abi.rs index 0f4d4b4b4..e82ca5c94 100644 --- a/gstreamer-gl/sys/tests/abi.rs +++ b/gstreamer-gl/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/constant.c b/gstreamer-gl/sys/tests/constant.c index fed48da55..2637bdf4f 100644 --- a/gstreamer-gl/sys/tests/constant.c +++ b/gstreamer-gl/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/layout.c b/gstreamer-gl/sys/tests/layout.c index dad93b9a6..037a2f9d4 100644 --- a/gstreamer-gl/sys/tests/layout.c +++ b/gstreamer-gl/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/src/auto/versions.txt b/gstreamer-gl/wayland/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-gl/wayland/src/auto/versions.txt +++ b/gstreamer-gl/wayland/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-gl/wayland/sys/build.rs b/gstreamer-gl/wayland/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-gl/wayland/sys/build.rs +++ b/gstreamer-gl/wayland/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/src/lib.rs b/gstreamer-gl/wayland/sys/src/lib.rs index 53a5c217e..c87097eca 100644 --- a/gstreamer-gl/wayland/sys/src/lib.rs +++ b/gstreamer-gl/wayland/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/abi.rs b/gstreamer-gl/wayland/sys/tests/abi.rs index fbebb5dec..0e6c071eb 100644 --- a/gstreamer-gl/wayland/sys/tests/abi.rs +++ b/gstreamer-gl/wayland/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/constant.c b/gstreamer-gl/wayland/sys/tests/constant.c index a78649b02..596cd0f9f 100644 --- a/gstreamer-gl/wayland/sys/tests/constant.c +++ b/gstreamer-gl/wayland/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/layout.c b/gstreamer-gl/wayland/sys/tests/layout.c index ad581415a..762ae92e0 100644 --- a/gstreamer-gl/wayland/sys/tests/layout.c +++ b/gstreamer-gl/wayland/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/x11/src/auto/versions.txt b/gstreamer-gl/x11/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-gl/x11/src/auto/versions.txt +++ b/gstreamer-gl/x11/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-gl/x11/sys/build.rs b/gstreamer-gl/x11/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-gl/x11/sys/build.rs +++ b/gstreamer-gl/x11/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/src/lib.rs b/gstreamer-gl/x11/sys/src/lib.rs index a27b033ec..53bf6e5ca 100644 --- a/gstreamer-gl/x11/sys/src/lib.rs +++ b/gstreamer-gl/x11/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/abi.rs b/gstreamer-gl/x11/sys/tests/abi.rs index 8d259caa2..de8fbdf7e 100644 --- a/gstreamer-gl/x11/sys/tests/abi.rs +++ b/gstreamer-gl/x11/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/constant.c b/gstreamer-gl/x11/sys/tests/constant.c index a78649b02..596cd0f9f 100644 --- a/gstreamer-gl/x11/sys/tests/constant.c +++ b/gstreamer-gl/x11/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/layout.c b/gstreamer-gl/x11/sys/tests/layout.c index ec2e20b30..2796a0637 100644 --- a/gstreamer-gl/x11/sys/tests/layout.c +++ b/gstreamer-gl/x11/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/build.rs b/gstreamer-mpegts/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-mpegts/sys/build.rs +++ b/gstreamer-mpegts/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/src/lib.rs b/gstreamer-mpegts/sys/src/lib.rs index f31cd5d13..a9d22f76a 100644 --- a/gstreamer-mpegts/sys/src/lib.rs +++ b/gstreamer-mpegts/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/abi.rs b/gstreamer-mpegts/sys/tests/abi.rs index ac5bbbd7c..017717029 100644 --- a/gstreamer-mpegts/sys/tests/abi.rs +++ b/gstreamer-mpegts/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/constant.c b/gstreamer-mpegts/sys/tests/constant.c index 627f6d259..32883d2a4 100644 --- a/gstreamer-mpegts/sys/tests/constant.c +++ b/gstreamer-mpegts/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/layout.c b/gstreamer-mpegts/sys/tests/layout.c index 77aaa5b79..5eed03fae 100644 --- a/gstreamer-mpegts/sys/tests/layout.c +++ b/gstreamer-mpegts/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-net/src/auto/versions.txt b/gstreamer-net/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-net/src/auto/versions.txt +++ b/gstreamer-net/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-net/sys/build.rs b/gstreamer-net/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-net/sys/build.rs +++ b/gstreamer-net/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-net/sys/src/lib.rs b/gstreamer-net/sys/src/lib.rs index 23366da3e..6502a5475 100644 --- a/gstreamer-net/sys/src/lib.rs +++ b/gstreamer-net/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/abi.rs b/gstreamer-net/sys/tests/abi.rs index ecd63b8a9..f7a050802 100644 --- a/gstreamer-net/sys/tests/abi.rs +++ b/gstreamer-net/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/constant.c b/gstreamer-net/sys/tests/constant.c index 5096afbb9..aba262de9 100644 --- a/gstreamer-net/sys/tests/constant.c +++ b/gstreamer-net/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/layout.c b/gstreamer-net/sys/tests/layout.c index 5b49eee4d..0c72e48d3 100644 --- a/gstreamer-net/sys/tests/layout.c +++ b/gstreamer-net/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-pbutils/src/auto/encoding_profile.rs b/gstreamer-pbutils/src/auto/encoding_profile.rs index 9f0d4d10c..5393961b6 100644 --- a/gstreamer-pbutils/src/auto/encoding_profile.rs +++ b/gstreamer-pbutils/src/auto/encoding_profile.rs @@ -279,7 +279,7 @@ impl> EncodingProfileExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&EncodingProfile::from_glib_borrow(this).unsafe_cast_ref()) + f(EncodingProfile::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-pbutils/src/auto/versions.txt b/gstreamer-pbutils/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-pbutils/src/auto/versions.txt +++ b/gstreamer-pbutils/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-pbutils/sys/build.rs b/gstreamer-pbutils/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-pbutils/sys/build.rs +++ b/gstreamer-pbutils/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/src/lib.rs b/gstreamer-pbutils/sys/src/lib.rs index ce8305bcc..6ddb3ac68 100644 --- a/gstreamer-pbutils/sys/src/lib.rs +++ b/gstreamer-pbutils/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/abi.rs b/gstreamer-pbutils/sys/tests/abi.rs index bcf7f4d8c..0a1d5d351 100644 --- a/gstreamer-pbutils/sys/tests/abi.rs +++ b/gstreamer-pbutils/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/constant.c b/gstreamer-pbutils/sys/tests/constant.c index 1d83e5103..ed85a2450 100644 --- a/gstreamer-pbutils/sys/tests/constant.c +++ b/gstreamer-pbutils/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/layout.c b/gstreamer-pbutils/sys/tests/layout.c index 389089958..70f12b3e8 100644 --- a/gstreamer-pbutils/sys/tests/layout.c +++ b/gstreamer-pbutils/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-player/src/auto/versions.txt b/gstreamer-player/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-player/src/auto/versions.txt +++ b/gstreamer-player/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-player/sys/build.rs b/gstreamer-player/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-player/sys/build.rs +++ b/gstreamer-player/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-player/sys/src/lib.rs b/gstreamer-player/sys/src/lib.rs index 1946c53b8..181e3d746 100644 --- a/gstreamer-player/sys/src/lib.rs +++ b/gstreamer-player/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/abi.rs b/gstreamer-player/sys/tests/abi.rs index 10f9835d5..eb9bdde9d 100644 --- a/gstreamer-player/sys/tests/abi.rs +++ b/gstreamer-player/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/constant.c b/gstreamer-player/sys/tests/constant.c index 31bff9754..106eb0f7f 100644 --- a/gstreamer-player/sys/tests/constant.c +++ b/gstreamer-player/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/layout.c b/gstreamer-player/sys/tests/layout.c index 4be39c5c0..e9886a0c5 100644 --- a/gstreamer-player/sys/tests/layout.c +++ b/gstreamer-player/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtp/src/auto/versions.txt b/gstreamer-rtp/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-rtp/src/auto/versions.txt +++ b/gstreamer-rtp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-rtp/sys/build.rs b/gstreamer-rtp/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-rtp/sys/build.rs +++ b/gstreamer-rtp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/src/lib.rs b/gstreamer-rtp/sys/src/lib.rs index 7acf9ccf2..ec354e072 100644 --- a/gstreamer-rtp/sys/src/lib.rs +++ b/gstreamer-rtp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/abi.rs b/gstreamer-rtp/sys/tests/abi.rs index 958b8e83e..af49d55d0 100644 --- a/gstreamer-rtp/sys/tests/abi.rs +++ b/gstreamer-rtp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/constant.c b/gstreamer-rtp/sys/tests/constant.c index d4736470e..208ac3076 100644 --- a/gstreamer-rtp/sys/tests/constant.c +++ b/gstreamer-rtp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/layout.c b/gstreamer-rtp/sys/tests/layout.c index 21cc99e06..ad590aee1 100644 --- a/gstreamer-rtp/sys/tests/layout.c +++ b/gstreamer-rtp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/src/auto/rtsp_auth.rs b/gstreamer-rtsp-server/src/auto/rtsp_auth.rs index e31defcdc..7cb386c13 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_auth.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_auth.rs @@ -311,7 +311,7 @@ impl> RTSPAuthExt for O { ) -> glib::ffi::gboolean { let f: &F = &*(f as *const F); f( - &RTSPAuth::from_glib_borrow(this).unsafe_cast_ref(), + RTSPAuth::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(connection), &from_glib_borrow(peer_cert), from_glib(errors), diff --git a/gstreamer-rtsp-server/src/auto/rtsp_client.rs b/gstreamer-rtsp-server/src/auto/rtsp_client.rs index 34279276b..16c05590f 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_client.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_client.rs @@ -567,7 +567,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -597,7 +597,7 @@ impl> RTSPClientExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -626,7 +626,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -657,7 +657,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -688,7 +688,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -719,7 +719,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -750,7 +750,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -781,7 +781,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -812,7 +812,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -847,7 +847,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -883,7 +883,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -919,7 +919,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -955,7 +955,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -991,7 +991,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1027,7 +1027,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1063,7 +1063,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1099,7 +1099,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1135,7 +1135,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1171,7 +1171,7 @@ impl> RTSPClientExt for O { ) -> gst_rtsp::ffi::GstRTSPStatusCode { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) .into_glib() @@ -1203,7 +1203,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -1238,7 +1238,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -1269,7 +1269,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -1300,7 +1300,7 @@ impl> RTSPClientExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), + RTSPClient::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(ctx), ) } @@ -1330,7 +1330,7 @@ impl> RTSPClientExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1358,7 +1358,7 @@ impl> RTSPClientExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1386,7 +1386,7 @@ impl> RTSPClientExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1414,7 +1414,7 @@ impl> RTSPClientExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPClient::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media.rs b/gstreamer-rtsp-server/src/auto/rtsp_media.rs index 175fc56a7..41309fa45 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media.rs @@ -1138,7 +1138,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), object) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), object) } unsafe { let f: Box_ = Box_::new(f); @@ -1167,7 +1167,7 @@ impl> RTSPMediaExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), + RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -1193,7 +1193,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1222,7 +1222,7 @@ impl> RTSPMediaExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), + RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -1252,7 +1252,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), object) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref(), object) } unsafe { let f: Box_ = Box_::new(f); @@ -1276,7 +1276,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1304,7 +1304,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1332,7 +1332,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1357,7 +1357,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1385,7 +1385,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1413,7 +1413,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1441,7 +1441,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1469,7 +1469,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1497,7 +1497,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1525,7 +1525,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1553,7 +1553,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1578,7 +1578,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1606,7 +1606,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1634,7 +1634,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1662,7 +1662,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1690,7 +1690,7 @@ impl> RTSPMediaExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMedia::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs b/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs index 6b5011829..8390ee310 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs @@ -825,7 +825,7 @@ impl> RTSPMediaFactoryExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref(), + RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -856,7 +856,7 @@ impl> RTSPMediaFactoryExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref(), + RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -886,7 +886,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -914,7 +914,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -939,7 +939,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -967,7 +967,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -997,7 +997,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1025,7 +1025,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1053,7 +1053,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1078,7 +1078,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1106,7 +1106,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1134,7 +1134,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1162,7 +1162,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1187,7 +1187,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1215,7 +1215,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1243,7 +1243,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1271,7 +1271,7 @@ impl> RTSPMediaFactoryExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactory::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs b/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs index a854324ac..9bd40a8c3 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs @@ -118,7 +118,7 @@ impl> RTSPMediaFactoryURIExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactoryURI::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactoryURI::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -146,7 +146,7 @@ impl> RTSPMediaFactoryURIExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPMediaFactoryURI::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPMediaFactoryURI::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_server.rs b/gstreamer-rtsp-server/src/auto/rtsp_server.rs index 09dbb4b7e..4cffeadce 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_server.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_server.rs @@ -477,7 +477,7 @@ impl> RTSPServerExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPServer::from_glib_borrow(this).unsafe_cast_ref(), + RTSPServer::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -507,7 +507,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -535,7 +535,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -563,7 +563,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -591,7 +591,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -619,7 +619,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -647,7 +647,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -675,7 +675,7 @@ impl> RTSPServerExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPServer::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_session.rs b/gstreamer-rtsp-server/src/auto/rtsp_session.rs index 748244de4..fe3c08416 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_session.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_session.rs @@ -333,7 +333,7 @@ impl> RTSPSessionExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -361,7 +361,7 @@ impl> RTSPSessionExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -389,7 +389,7 @@ impl> RTSPSessionExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPSession::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs b/gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs index 666ca6710..7b177364a 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs @@ -191,7 +191,7 @@ impl> RTSPSessionPoolExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPSessionPool::from_glib_borrow(this).unsafe_cast_ref(), + RTSPSessionPool::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -221,7 +221,7 @@ impl> RTSPSessionPoolExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPSessionPool::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPSessionPool::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_stream.rs b/gstreamer-rtsp-server/src/auto/rtsp_stream.rs index e8e91488e..c1f4dd8ca 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_stream.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_stream.rs @@ -1274,7 +1274,7 @@ impl> RTSPStreamExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), + RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -1305,7 +1305,7 @@ impl> RTSPStreamExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), + RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -1336,7 +1336,7 @@ impl> RTSPStreamExt for O { ) { let f: &F = &*(f as *const F); f( - &RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), + RTSPStream::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), ) } @@ -1366,7 +1366,7 @@ impl> RTSPStreamExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1394,7 +1394,7 @@ impl> RTSPStreamExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -1422,7 +1422,7 @@ impl> RTSPStreamExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPStream::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs b/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs index 2e0faa1b6..af7ca5764 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs @@ -103,7 +103,7 @@ impl> RTSPThreadPoolExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&RTSPThreadPool::from_glib_borrow(this).unsafe_cast_ref()) + f(RTSPThreadPool::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-rtsp-server/src/auto/versions.txt b/gstreamer-rtsp-server/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-rtsp-server/src/auto/versions.txt +++ b/gstreamer-rtsp-server/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-rtsp-server/sys/build.rs b/gstreamer-rtsp-server/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-rtsp-server/sys/build.rs +++ b/gstreamer-rtsp-server/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/src/lib.rs b/gstreamer-rtsp-server/sys/src/lib.rs index 72321ea8f..e1808a4ee 100644 --- a/gstreamer-rtsp-server/sys/src/lib.rs +++ b/gstreamer-rtsp-server/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/abi.rs b/gstreamer-rtsp-server/sys/tests/abi.rs index c7fbd1b76..4de2875d0 100644 --- a/gstreamer-rtsp-server/sys/tests/abi.rs +++ b/gstreamer-rtsp-server/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/constant.c b/gstreamer-rtsp-server/sys/tests/constant.c index ee367680c..ae5391e24 100644 --- a/gstreamer-rtsp-server/sys/tests/constant.c +++ b/gstreamer-rtsp-server/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/layout.c b/gstreamer-rtsp-server/sys/tests/layout.c index 631f6c050..f3d0f1759 100644 --- a/gstreamer-rtsp-server/sys/tests/layout.c +++ b/gstreamer-rtsp-server/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp/src/auto/versions.txt b/gstreamer-rtsp/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-rtsp/src/auto/versions.txt +++ b/gstreamer-rtsp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-rtsp/sys/build.rs b/gstreamer-rtsp/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-rtsp/sys/build.rs +++ b/gstreamer-rtsp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/src/lib.rs b/gstreamer-rtsp/sys/src/lib.rs index 9de876200..3895cc537 100644 --- a/gstreamer-rtsp/sys/src/lib.rs +++ b/gstreamer-rtsp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/abi.rs b/gstreamer-rtsp/sys/tests/abi.rs index 07970bdea..82769601f 100644 --- a/gstreamer-rtsp/sys/tests/abi.rs +++ b/gstreamer-rtsp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/constant.c b/gstreamer-rtsp/sys/tests/constant.c index 4f439fcaf..bddd50046 100644 --- a/gstreamer-rtsp/sys/tests/constant.c +++ b/gstreamer-rtsp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/layout.c b/gstreamer-rtsp/sys/tests/layout.c index 90a626acf..58d88761f 100644 --- a/gstreamer-rtsp/sys/tests/layout.c +++ b/gstreamer-rtsp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-sdp/src/auto/versions.txt b/gstreamer-sdp/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-sdp/src/auto/versions.txt +++ b/gstreamer-sdp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-sdp/sys/build.rs b/gstreamer-sdp/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-sdp/sys/build.rs +++ b/gstreamer-sdp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/src/lib.rs b/gstreamer-sdp/sys/src/lib.rs index 99abb4ff0..fbe68e05c 100644 --- a/gstreamer-sdp/sys/src/lib.rs +++ b/gstreamer-sdp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/abi.rs b/gstreamer-sdp/sys/tests/abi.rs index 6f7fb2ff4..4029defb4 100644 --- a/gstreamer-sdp/sys/tests/abi.rs +++ b/gstreamer-sdp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/constant.c b/gstreamer-sdp/sys/tests/constant.c index 6f4a97f8e..012abf0a3 100644 --- a/gstreamer-sdp/sys/tests/constant.c +++ b/gstreamer-sdp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/layout.c b/gstreamer-sdp/sys/tests/layout.c index df913d821..bf3e7d444 100644 --- a/gstreamer-sdp/sys/tests/layout.c +++ b/gstreamer-sdp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-tag/sys/build.rs b/gstreamer-tag/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-tag/sys/build.rs +++ b/gstreamer-tag/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-tag/sys/src/lib.rs b/gstreamer-tag/sys/src/lib.rs index f0bf68aa3..b67369392 100644 --- a/gstreamer-tag/sys/src/lib.rs +++ b/gstreamer-tag/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/abi.rs b/gstreamer-tag/sys/tests/abi.rs index 8fe6ad66a..f121f5348 100644 --- a/gstreamer-tag/sys/tests/abi.rs +++ b/gstreamer-tag/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/constant.c b/gstreamer-tag/sys/tests/constant.c index c8a649e86..18baaa671 100644 --- a/gstreamer-tag/sys/tests/constant.c +++ b/gstreamer-tag/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/layout.c b/gstreamer-tag/sys/tests/layout.c index de95f79a0..7a7496c5d 100644 --- a/gstreamer-tag/sys/tests/layout.c +++ b/gstreamer-tag/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-video/src/auto/versions.txt b/gstreamer-video/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-video/src/auto/versions.txt +++ b/gstreamer-video/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-video/src/auto/video_decoder.rs b/gstreamer-video/src/auto/video_decoder.rs index ba213a46e..8d93c8fcb 100644 --- a/gstreamer-video/src/auto/video_decoder.rs +++ b/gstreamer-video/src/auto/video_decoder.rs @@ -451,7 +451,7 @@ impl> VideoDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -481,7 +481,7 @@ impl> VideoDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -511,7 +511,7 @@ impl> VideoDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -538,7 +538,7 @@ impl> VideoDecoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoDecoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-video/src/auto/video_encoder.rs b/gstreamer-video/src/auto/video_encoder.rs index 01e2e94b2..32f30965a 100644 --- a/gstreamer-video/src/auto/video_encoder.rs +++ b/gstreamer-video/src/auto/video_encoder.rs @@ -228,7 +228,7 @@ impl> VideoEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -253,7 +253,7 @@ impl> VideoEncoderExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoEncoder::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoEncoder::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-video/src/auto/video_sink.rs b/gstreamer-video/src/auto/video_sink.rs index 817bb1c85..9a54d3858 100644 --- a/gstreamer-video/src/auto/video_sink.rs +++ b/gstreamer-video/src/auto/video_sink.rs @@ -79,7 +79,7 @@ impl> VideoSinkExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&VideoSink::from_glib_borrow(this).unsafe_cast_ref()) + f(VideoSink::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer-video/sys/build.rs b/gstreamer-video/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-video/sys/build.rs +++ b/gstreamer-video/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-video/sys/src/lib.rs b/gstreamer-video/sys/src/lib.rs index c34e3dda7..93573eb22 100644 --- a/gstreamer-video/sys/src/lib.rs +++ b/gstreamer-video/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/abi.rs b/gstreamer-video/sys/tests/abi.rs index 2d65c8de5..f05c6f2be 100644 --- a/gstreamer-video/sys/tests/abi.rs +++ b/gstreamer-video/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/constant.c b/gstreamer-video/sys/tests/constant.c index e9d8e7184..0ec58944a 100644 --- a/gstreamer-video/sys/tests/constant.c +++ b/gstreamer-video/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/layout.c b/gstreamer-video/sys/tests/layout.c index 8b1213bc0..ac18caff5 100644 --- a/gstreamer-video/sys/tests/layout.c +++ b/gstreamer-video/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-webrtc/src/auto/versions.txt b/gstreamer-webrtc/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer-webrtc/src/auto/versions.txt +++ b/gstreamer-webrtc/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer-webrtc/sys/build.rs b/gstreamer-webrtc/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer-webrtc/sys/build.rs +++ b/gstreamer-webrtc/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/src/lib.rs b/gstreamer-webrtc/sys/src/lib.rs index 57f5df24d..05fbde62d 100644 --- a/gstreamer-webrtc/sys/src/lib.rs +++ b/gstreamer-webrtc/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/abi.rs b/gstreamer-webrtc/sys/tests/abi.rs index d07a818fe..d369ab865 100644 --- a/gstreamer-webrtc/sys/tests/abi.rs +++ b/gstreamer-webrtc/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/constant.c b/gstreamer-webrtc/sys/tests/constant.c index 048089864..618144e3d 100644 --- a/gstreamer-webrtc/sys/tests/constant.c +++ b/gstreamer-webrtc/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/layout.c b/gstreamer-webrtc/sys/tests/layout.c index 5f83e9b33..2598f9bda 100644 --- a/gstreamer-webrtc/sys/tests/layout.c +++ b/gstreamer-webrtc/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer/src/auto/bin.rs b/gstreamer/src/auto/bin.rs index 1f6b48df2..28c0f78b2 100644 --- a/gstreamer/src/auto/bin.rs +++ b/gstreamer/src/auto/bin.rs @@ -297,7 +297,7 @@ impl> GstBinExt for O { ) { let f: &F = &*(f as *const F); f( - &Bin::from_glib_borrow(this).unsafe_cast_ref(), + Bin::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(sub_bin), &from_glib_borrow(element), ) @@ -332,7 +332,7 @@ impl> GstBinExt for O { ) { let f: &F = &*(f as *const F); f( - &Bin::from_glib_borrow(this).unsafe_cast_ref(), + Bin::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(sub_bin), &from_glib_borrow(element), ) @@ -364,7 +364,7 @@ impl> GstBinExt for O { ) { let f: &F = &*(f as *const F); f( - &Bin::from_glib_borrow(this).unsafe_cast_ref(), + Bin::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(element), ) } @@ -395,7 +395,7 @@ impl> GstBinExt for O { ) { let f: &F = &*(f as *const F); f( - &Bin::from_glib_borrow(this).unsafe_cast_ref(), + Bin::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(element), ) } @@ -425,7 +425,7 @@ impl> GstBinExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Bin::from_glib_borrow(this).unsafe_cast_ref()) + f(Bin::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -453,7 +453,7 @@ impl> GstBinExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Bin::from_glib_borrow(this).unsafe_cast_ref()) + f(Bin::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/child_proxy.rs b/gstreamer/src/auto/child_proxy.rs index 0e9094ec8..3b4c432cc 100644 --- a/gstreamer/src/auto/child_proxy.rs +++ b/gstreamer/src/auto/child_proxy.rs @@ -151,7 +151,7 @@ impl> ChildProxyExt for O { ) { let f: &F = &*(f as *const F); f( - &ChildProxy::from_glib_borrow(this).unsafe_cast_ref(), + ChildProxy::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), &glib::GString::from_glib_borrow(name), ) @@ -184,7 +184,7 @@ impl> ChildProxyExt for O { ) { let f: &F = &*(f as *const F); f( - &ChildProxy::from_glib_borrow(this).unsafe_cast_ref(), + ChildProxy::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(object), &glib::GString::from_glib_borrow(name), ) diff --git a/gstreamer/src/auto/clock.rs b/gstreamer/src/auto/clock.rs index 0701e6b5c..4ed8fc571 100644 --- a/gstreamer/src/auto/clock.rs +++ b/gstreamer/src/auto/clock.rs @@ -447,7 +447,7 @@ impl> ClockExt for O { ) { let f: &F = &*(f as *const F); f( - &Clock::from_glib_borrow(this).unsafe_cast_ref(), + Clock::from_glib_borrow(this).unsafe_cast_ref(), from_glib(synced), ) } @@ -477,7 +477,7 @@ impl> ClockExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clock::from_glib_borrow(this).unsafe_cast_ref()) + f(Clock::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -505,7 +505,7 @@ impl> ClockExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clock::from_glib_borrow(this).unsafe_cast_ref()) + f(Clock::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -533,7 +533,7 @@ impl> ClockExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Clock::from_glib_borrow(this).unsafe_cast_ref()) + f(Clock::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/device.rs b/gstreamer/src/auto/device.rs index e036cb73e..70639ab81 100644 --- a/gstreamer/src/auto/device.rs +++ b/gstreamer/src/auto/device.rs @@ -146,7 +146,7 @@ impl> DeviceExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Device::from_glib_borrow(this).unsafe_cast_ref()) + f(Device::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/device_monitor.rs b/gstreamer/src/auto/device_monitor.rs index d8d89be67..d892d72d1 100644 --- a/gstreamer/src/auto/device_monitor.rs +++ b/gstreamer/src/auto/device_monitor.rs @@ -163,7 +163,7 @@ impl> DeviceMonitorExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&DeviceMonitor::from_glib_borrow(this).unsafe_cast_ref()) + f(DeviceMonitor::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/device_provider.rs b/gstreamer/src/auto/device_provider.rs index 3b715bf5a..0ce7e7f71 100644 --- a/gstreamer/src/auto/device_provider.rs +++ b/gstreamer/src/auto/device_provider.rs @@ -218,7 +218,7 @@ impl> DeviceProviderExt for O { ) { let f: &F = &*(f as *const F); f( - &DeviceProvider::from_glib_borrow(this).unsafe_cast_ref(), + DeviceProvider::from_glib_borrow(this).unsafe_cast_ref(), &glib::GString::from_glib_borrow(object), ) } @@ -249,7 +249,7 @@ impl> DeviceProviderExt for O { ) { let f: &F = &*(f as *const F); f( - &DeviceProvider::from_glib_borrow(this).unsafe_cast_ref(), + DeviceProvider::from_glib_borrow(this).unsafe_cast_ref(), &glib::GString::from_glib_borrow(object), ) } diff --git a/gstreamer/src/auto/element.rs b/gstreamer/src/auto/element.rs index ba7cd6e4a..a9bd26151 100644 --- a/gstreamer/src/auto/element.rs +++ b/gstreamer/src/auto/element.rs @@ -743,7 +743,7 @@ impl> ElementExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Element::from_glib_borrow(this).unsafe_cast_ref()) + f(Element::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -772,7 +772,7 @@ impl> ElementExt for O { ) { let f: &F = &*(f as *const F); f( - &Element::from_glib_borrow(this).unsafe_cast_ref(), + Element::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(new_pad), ) } @@ -803,7 +803,7 @@ impl> ElementExt for O { ) { let f: &F = &*(f as *const F); f( - &Element::from_glib_borrow(this).unsafe_cast_ref(), + Element::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(old_pad), ) } diff --git a/gstreamer/src/auto/object.rs b/gstreamer/src/auto/object.rs index 119e7f5c8..04aefb735 100644 --- a/gstreamer/src/auto/object.rs +++ b/gstreamer/src/auto/object.rs @@ -341,7 +341,7 @@ impl> GstObjectExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Object::from_glib_borrow(this).unsafe_cast_ref()) + f(Object::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/pad.rs b/gstreamer/src/auto/pad.rs index 8649e11f9..d1db711e0 100644 --- a/gstreamer/src/auto/pad.rs +++ b/gstreamer/src/auto/pad.rs @@ -642,7 +642,7 @@ impl> PadExt for O { ) { let f: &F = &*(f as *const F); f( - &Pad::from_glib_borrow(this).unsafe_cast_ref(), + Pad::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(peer), ) } @@ -673,7 +673,7 @@ impl> PadExt for O { ) { let f: &F = &*(f as *const F); f( - &Pad::from_glib_borrow(this).unsafe_cast_ref(), + Pad::from_glib_borrow(this).unsafe_cast_ref(), &from_glib_borrow(peer), ) } @@ -700,7 +700,7 @@ impl> PadExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pad::from_glib_borrow(this).unsafe_cast_ref()) + f(Pad::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -725,7 +725,7 @@ impl> PadExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pad::from_glib_borrow(this).unsafe_cast_ref()) + f(Pad::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/pipeline.rs b/gstreamer/src/auto/pipeline.rs index 41db22aa3..fae99a1d0 100644 --- a/gstreamer/src/auto/pipeline.rs +++ b/gstreamer/src/auto/pipeline.rs @@ -171,7 +171,7 @@ impl> PipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -196,7 +196,7 @@ impl> PipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); @@ -224,7 +224,7 @@ impl> PipelineExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref()) + f(Pipeline::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/system_clock.rs b/gstreamer/src/auto/system_clock.rs index fcfa39d18..485836696 100644 --- a/gstreamer/src/auto/system_clock.rs +++ b/gstreamer/src/auto/system_clock.rs @@ -98,7 +98,7 @@ impl> SystemClockExt for O { f: glib::ffi::gpointer, ) { let f: &F = &*(f as *const F); - f(&SystemClock::from_glib_borrow(this).unsafe_cast_ref()) + f(SystemClock::from_glib_borrow(this).unsafe_cast_ref()) } unsafe { let f: Box_ = Box_::new(f); diff --git a/gstreamer/src/auto/versions.txt b/gstreamer/src/auto/versions.txt index cc887207f..9cc4ce959 100644 --- a/gstreamer/src/auto/versions.txt +++ b/gstreamer/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) diff --git a/gstreamer/sys/build.rs b/gstreamer/sys/build.rs index 56685d06e..e7507362b 100644 --- a/gstreamer/sys/build.rs +++ b/gstreamer/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer/sys/src/lib.rs b/gstreamer/sys/src/lib.rs index 01ca3e535..8f3a68788 100644 --- a/gstreamer/sys/src/lib.rs +++ b/gstreamer/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer/sys/tests/abi.rs b/gstreamer/sys/tests/abi.rs index ca2d3ee50..a34b386d7 100644 --- a/gstreamer/sys/tests/abi.rs +++ b/gstreamer/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer/sys/tests/constant.c b/gstreamer/sys/tests/constant.c index ab5d2796d..776341df7 100644 --- a/gstreamer/sys/tests/constant.c +++ b/gstreamer/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT diff --git a/gstreamer/sys/tests/layout.c b/gstreamer/sys/tests/layout.c index 9c1b1929a..80089eb48 100644 --- a/gstreamer/sys/tests/layout.c +++ b/gstreamer/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ b75e059) +// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607) // from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b) // DO NOT EDIT