diff --git a/gstreamer-allocators/src/auto/versions.txt b/gstreamer-allocators/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-allocators/src/auto/versions.txt +++ b/gstreamer-allocators/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-allocators/sys/src/auto/versions.txt b/gstreamer-allocators/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-allocators/sys/src/auto/versions.txt +++ b/gstreamer-allocators/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-app/src/auto/app_sink.rs b/gstreamer-app/src/auto/app_sink.rs index 13acf4b6f..ba5d77a51 100644 --- a/gstreamer-app/src/auto/app_sink.rs +++ b/gstreamer-app/src/auto/app_sink.rs @@ -176,7 +176,7 @@ impl AppSink { #[doc(alias = "buffer-list")] pub fn set_buffer_list(&self, buffer_list: bool) { - glib::ObjectExt::set_property(self, "buffer-list", &buffer_list) + glib::ObjectExt::set_property(self, "buffer-list", buffer_list) } #[doc(alias = "buffer-list")] diff --git a/gstreamer-app/src/auto/app_src.rs b/gstreamer-app/src/auto/app_src.rs index ea22769e0..ff8aa28c5 100644 --- a/gstreamer-app/src/auto/app_src.rs +++ b/gstreamer-app/src/auto/app_src.rs @@ -214,7 +214,7 @@ impl AppSrc { } pub fn set_block(&self, block: bool) { - glib::ObjectExt::set_property(self, "block", &block) + glib::ObjectExt::set_property(self, "block", block) } pub fn format(&self) -> gst::Format { @@ -222,7 +222,7 @@ impl AppSrc { } pub fn set_format(&self, format: gst::Format) { - glib::ObjectExt::set_property(self, "format", &format) + glib::ObjectExt::set_property(self, "format", format) } #[cfg(any(feature = "v1_18", feature = "dox"))] @@ -236,7 +236,7 @@ impl AppSrc { #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "handle-segment-change")] pub fn set_handle_segment_change(&self, handle_segment_change: bool) { - glib::ObjectExt::set_property(self, "handle-segment-change", &handle_segment_change) + glib::ObjectExt::set_property(self, "handle-segment-change", handle_segment_change) } #[doc(alias = "is-live")] @@ -246,7 +246,7 @@ impl AppSrc { #[doc(alias = "is-live")] pub fn set_is_live(&self, is_live: bool) { - glib::ObjectExt::set_property(self, "is-live", &is_live) + glib::ObjectExt::set_property(self, "is-live", is_live) } #[doc(alias = "max-latency")] @@ -256,7 +256,7 @@ impl AppSrc { #[doc(alias = "max-latency")] pub fn set_max_latency(&self, max_latency: i64) { - glib::ObjectExt::set_property(self, "max-latency", &max_latency) + glib::ObjectExt::set_property(self, "max-latency", max_latency) } #[doc(alias = "min-latency")] @@ -266,7 +266,7 @@ impl AppSrc { #[doc(alias = "min-latency")] pub fn set_min_latency(&self, min_latency: i64) { - glib::ObjectExt::set_property(self, "min-latency", &min_latency) + glib::ObjectExt::set_property(self, "min-latency", min_latency) } #[doc(alias = "min-percent")] @@ -276,7 +276,7 @@ impl AppSrc { #[doc(alias = "min-percent")] pub fn set_min_percent(&self, min_percent: u32) { - glib::ObjectExt::set_property(self, "min-percent", &min_percent) + glib::ObjectExt::set_property(self, "min-percent", min_percent) } #[doc(alias = "block")] diff --git a/gstreamer-app/src/auto/versions.txt b/gstreamer-app/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-app/sys/src/auto/versions.txt b/gstreamer-app/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-app/sys/src/auto/versions.txt +++ b/gstreamer-app/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-audio/src/auto/audio_aggregator.rs b/gstreamer-audio/src/auto/audio_aggregator.rs index d57cb954f..8139cfd4d 100644 --- a/gstreamer-audio/src/auto/audio_aggregator.rs +++ b/gstreamer-audio/src/auto/audio_aggregator.rs @@ -70,7 +70,7 @@ impl> AudioAggregatorExt for O { } fn set_alignment_threshold(&self, alignment_threshold: u64) { - glib::ObjectExt::set_property(self.as_ref(), "alignment-threshold", &alignment_threshold) + glib::ObjectExt::set_property(self.as_ref(), "alignment-threshold", alignment_threshold) } fn discont_wait(&self) -> u64 { @@ -78,7 +78,7 @@ impl> AudioAggregatorExt for O { } fn set_discont_wait(&self, discont_wait: u64) { - glib::ObjectExt::set_property(self.as_ref(), "discont-wait", &discont_wait) + glib::ObjectExt::set_property(self.as_ref(), "discont-wait", discont_wait) } fn output_buffer_duration(&self) -> u64 { @@ -89,7 +89,7 @@ impl> AudioAggregatorExt for O { glib::ObjectExt::set_property( self.as_ref(), "output-buffer-duration", - &output_buffer_duration, + output_buffer_duration, ) } diff --git a/gstreamer-audio/src/auto/audio_aggregator_convert_pad.rs b/gstreamer-audio/src/auto/audio_aggregator_convert_pad.rs index 3ea4a0cea..490e2c762 100644 --- a/gstreamer-audio/src/auto/audio_aggregator_convert_pad.rs +++ b/gstreamer-audio/src/auto/audio_aggregator_convert_pad.rs @@ -47,7 +47,7 @@ impl> AudioAggregatorConvertPadExt for O { //} //fn set_converter_config(&self, converter_config: /*Ignored*/Option<&gst::Structure>) { - // glib::ObjectExt::set_property(self.as_ref(),"converter-config", &converter_config) + // glib::ObjectExt::set_property(self.as_ref(),"converter-config", converter_config) //} fn connect_converter_config_notify( diff --git a/gstreamer-audio/src/auto/audio_aggregator_pad.rs b/gstreamer-audio/src/auto/audio_aggregator_pad.rs index be77e55cb..7b5f6b3fa 100644 --- a/gstreamer-audio/src/auto/audio_aggregator_pad.rs +++ b/gstreamer-audio/src/auto/audio_aggregator_pad.rs @@ -60,7 +60,7 @@ impl> AudioAggregatorPadExt for O { #[cfg(any(feature = "v1_20", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_20")))] fn set_qos_messages(&self, qos_messages: bool) { - glib::ObjectExt::set_property(self.as_ref(), "qos-messages", &qos_messages) + glib::ObjectExt::set_property(self.as_ref(), "qos-messages", qos_messages) } #[cfg(any(feature = "v1_20", feature = "dox"))] diff --git a/gstreamer-audio/src/auto/audio_base_sink.rs b/gstreamer-audio/src/auto/audio_base_sink.rs index f390ad77d..366bfbb34 100644 --- a/gstreamer-audio/src/auto/audio_base_sink.rs +++ b/gstreamer-audio/src/auto/audio_base_sink.rs @@ -232,7 +232,7 @@ impl> AudioBaseSinkExt for O { } fn set_buffer_time(&self, buffer_time: i64) { - glib::ObjectExt::set_property(self.as_ref(), "buffer-time", &buffer_time) + glib::ObjectExt::set_property(self.as_ref(), "buffer-time", buffer_time) } fn can_activate_pull(&self) -> bool { @@ -240,7 +240,7 @@ impl> AudioBaseSinkExt for O { } fn set_can_activate_pull(&self, can_activate_pull: bool) { - glib::ObjectExt::set_property(self.as_ref(), "can-activate-pull", &can_activate_pull) + glib::ObjectExt::set_property(self.as_ref(), "can-activate-pull", can_activate_pull) } fn latency_time(&self) -> i64 { @@ -248,7 +248,7 @@ impl> AudioBaseSinkExt for O { } fn set_latency_time(&self, latency_time: i64) { - glib::ObjectExt::set_property(self.as_ref(), "latency-time", &latency_time) + glib::ObjectExt::set_property(self.as_ref(), "latency-time", latency_time) } fn connect_alignment_threshold_notify( diff --git a/gstreamer-audio/src/auto/audio_base_src.rs b/gstreamer-audio/src/auto/audio_base_src.rs index 51b5ba966..a8865f5fb 100644 --- a/gstreamer-audio/src/auto/audio_base_src.rs +++ b/gstreamer-audio/src/auto/audio_base_src.rs @@ -142,7 +142,7 @@ impl> AudioBaseSrcExt for O { } fn set_buffer_time(&self, buffer_time: i64) { - glib::ObjectExt::set_property(self.as_ref(), "buffer-time", &buffer_time) + glib::ObjectExt::set_property(self.as_ref(), "buffer-time", buffer_time) } fn latency_time(&self) -> i64 { @@ -150,7 +150,7 @@ impl> AudioBaseSrcExt for O { } fn set_latency_time(&self, latency_time: i64) { - glib::ObjectExt::set_property(self.as_ref(), "latency-time", &latency_time) + glib::ObjectExt::set_property(self.as_ref(), "latency-time", latency_time) } fn connect_actual_buffer_time_notify( diff --git a/gstreamer-audio/src/auto/versions.txt b/gstreamer-audio/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-audio/sys/src/auto/versions.txt b/gstreamer-audio/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-audio/sys/src/auto/versions.txt +++ b/gstreamer-audio/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-base/src/auto/aggregator.rs b/gstreamer-base/src/auto/aggregator.rs index 378e9b6e7..6de8be299 100644 --- a/gstreamer-base/src/auto/aggregator.rs +++ b/gstreamer-base/src/auto/aggregator.rs @@ -291,7 +291,7 @@ impl> AggregatorExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_emit_signals(&self, emit_signals: bool) { - glib::ObjectExt::set_property(self.as_ref(), "emit-signals", &emit_signals) + glib::ObjectExt::set_property(self.as_ref(), "emit-signals", emit_signals) } fn start_time(&self) -> u64 { @@ -299,7 +299,7 @@ impl> AggregatorExt for O { } fn set_start_time(&self, start_time: u64) { - glib::ObjectExt::set_property(self.as_ref(), "start-time", &start_time) + glib::ObjectExt::set_property(self.as_ref(), "start-time", start_time) } #[cfg(any(feature = "v1_18", feature = "dox"))] @@ -311,7 +311,7 @@ impl> AggregatorExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection) { - glib::ObjectExt::set_property(self.as_ref(), "start-time-selection", &start_time_selection) + glib::ObjectExt::set_property(self.as_ref(), "start-time-selection", start_time_selection) } #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-base/src/auto/aggregator_pad.rs b/gstreamer-base/src/auto/aggregator_pad.rs index 467dfccc9..e33b78a73 100644 --- a/gstreamer-base/src/auto/aggregator_pad.rs +++ b/gstreamer-base/src/auto/aggregator_pad.rs @@ -136,7 +136,7 @@ impl> AggregatorPadExt for O { #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] fn set_emit_signals(&self, emit_signals: bool) { - glib::ObjectExt::set_property(self.as_ref(), "emit-signals", &emit_signals) + glib::ObjectExt::set_property(self.as_ref(), "emit-signals", emit_signals) } fn connect_buffer_consumed( diff --git a/gstreamer-base/src/auto/base_parse.rs b/gstreamer-base/src/auto/base_parse.rs index 87a4e68b7..84a9cf9b5 100644 --- a/gstreamer-base/src/auto/base_parse.rs +++ b/gstreamer-base/src/auto/base_parse.rs @@ -185,7 +185,7 @@ impl> BaseParseExt for O { } fn set_disable_passthrough(&self, disable_passthrough: bool) { - glib::ObjectExt::set_property(self.as_ref(), "disable-passthrough", &disable_passthrough) + glib::ObjectExt::set_property(self.as_ref(), "disable-passthrough", disable_passthrough) } fn connect_disable_passthrough_notify( diff --git a/gstreamer-base/src/auto/base_sink.rs b/gstreamer-base/src/auto/base_sink.rs index 44c58982f..6a9230855 100644 --- a/gstreamer-base/src/auto/base_sink.rs +++ b/gstreamer-base/src/auto/base_sink.rs @@ -404,7 +404,7 @@ impl> BaseSinkExt for O { } fn set_async(&self, async_: bool) { - glib::ObjectExt::set_property(self.as_ref(), "async", &async_) + glib::ObjectExt::set_property(self.as_ref(), "async", async_) } fn enables_last_sample(&self) -> bool { @@ -412,7 +412,7 @@ impl> BaseSinkExt for O { } fn set_enable_last_sample(&self, enable_last_sample: bool) { - glib::ObjectExt::set_property(self.as_ref(), "enable-last-sample", &enable_last_sample) + glib::ObjectExt::set_property(self.as_ref(), "enable-last-sample", enable_last_sample) } fn is_qos(&self) -> bool { @@ -420,7 +420,7 @@ impl> BaseSinkExt for O { } fn set_qos(&self, qos: bool) { - glib::ObjectExt::set_property(self.as_ref(), "qos", &qos) + glib::ObjectExt::set_property(self.as_ref(), "qos", qos) } fn connect_async_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-base/src/auto/base_src.rs b/gstreamer-base/src/auto/base_src.rs index 7a6b5cf8b..13111e756 100644 --- a/gstreamer-base/src/auto/base_src.rs +++ b/gstreamer-base/src/auto/base_src.rs @@ -254,7 +254,7 @@ impl> BaseSrcExt for O { } fn set_num_buffers(&self, num_buffers: i32) { - glib::ObjectExt::set_property(self.as_ref(), "num-buffers", &num_buffers) + glib::ObjectExt::set_property(self.as_ref(), "num-buffers", num_buffers) } fn is_typefind(&self) -> bool { @@ -262,7 +262,7 @@ impl> BaseSrcExt for O { } fn set_typefind(&self, typefind: bool) { - glib::ObjectExt::set_property(self.as_ref(), "typefind", &typefind) + glib::ObjectExt::set_property(self.as_ref(), "typefind", typefind) } fn connect_blocksize_notify( diff --git a/gstreamer-base/src/auto/base_transform.rs b/gstreamer-base/src/auto/base_transform.rs index 1b7681e80..3c5e49832 100644 --- a/gstreamer-base/src/auto/base_transform.rs +++ b/gstreamer-base/src/auto/base_transform.rs @@ -185,7 +185,7 @@ impl> BaseTransformExt for O { } fn set_qos(&self, qos: bool) { - glib::ObjectExt::set_property(self.as_ref(), "qos", &qos) + glib::ObjectExt::set_property(self.as_ref(), "qos", qos) } fn connect_qos_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-base/src/auto/versions.txt b/gstreamer-base/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-base/sys/src/auto/versions.txt b/gstreamer-base/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-base/sys/src/auto/versions.txt +++ b/gstreamer-base/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-check/src/auto/test_clock.rs b/gstreamer-check/src/auto/test_clock.rs index c90980e9e..60a9f0f60 100644 --- a/gstreamer-check/src/auto/test_clock.rs +++ b/gstreamer-check/src/auto/test_clock.rs @@ -86,7 +86,7 @@ impl TestClock { #[doc(alias = "clock-type")] pub fn set_clock_type(&self, clock_type: gst::ClockType) { - glib::ObjectExt::set_property(self, "clock-type", &clock_type) + glib::ObjectExt::set_property(self, "clock-type", clock_type) } #[doc(alias = "start-time")] diff --git a/gstreamer-check/src/auto/versions.txt b/gstreamer-check/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-check/sys/src/auto/versions.txt b/gstreamer-check/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-check/sys/src/auto/versions.txt +++ b/gstreamer-check/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-controller/src/auto/argb_control_binding.rs b/gstreamer-controller/src/auto/argb_control_binding.rs index 016d93356..933fc8926 100644 --- a/gstreamer-controller/src/auto/argb_control_binding.rs +++ b/gstreamer-controller/src/auto/argb_control_binding.rs @@ -105,7 +105,7 @@ impl> ARGBControlBindingExt for O { } fn set_control_source_a>(&self, control_source_a: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "control-source-a", &control_source_a) + glib::ObjectExt::set_property(self.as_ref(), "control-source-a", control_source_a) } fn control_source_b(&self) -> Option { @@ -113,7 +113,7 @@ impl> ARGBControlBindingExt for O { } fn set_control_source_b>(&self, control_source_b: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "control-source-b", &control_source_b) + glib::ObjectExt::set_property(self.as_ref(), "control-source-b", control_source_b) } fn control_source_g(&self) -> Option { @@ -121,7 +121,7 @@ impl> ARGBControlBindingExt for O { } fn set_control_source_g>(&self, control_source_g: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "control-source-g", &control_source_g) + glib::ObjectExt::set_property(self.as_ref(), "control-source-g", control_source_g) } fn control_source_r(&self) -> Option { @@ -129,7 +129,7 @@ impl> ARGBControlBindingExt for O { } fn set_control_source_r>(&self, control_source_r: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "control-source-r", &control_source_r) + glib::ObjectExt::set_property(self.as_ref(), "control-source-r", control_source_r) } fn connect_control_source_a_notify( diff --git a/gstreamer-controller/src/auto/direct_control_binding.rs b/gstreamer-controller/src/auto/direct_control_binding.rs index 7287bb09d..1a18e2892 100644 --- a/gstreamer-controller/src/auto/direct_control_binding.rs +++ b/gstreamer-controller/src/auto/direct_control_binding.rs @@ -86,7 +86,7 @@ impl> DirectControlBindingExt for O { } fn set_control_source>(&self, control_source: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "control-source", &control_source) + glib::ObjectExt::set_property(self.as_ref(), "control-source", control_source) } fn connect_control_source_notify( diff --git a/gstreamer-controller/src/auto/interpolation_control_source.rs b/gstreamer-controller/src/auto/interpolation_control_source.rs index bbb667c94..815720c32 100644 --- a/gstreamer-controller/src/auto/interpolation_control_source.rs +++ b/gstreamer-controller/src/auto/interpolation_control_source.rs @@ -57,7 +57,7 @@ impl> InterpolationControlSourceExt for O { } fn set_mode(&self, mode: InterpolationMode) { - glib::ObjectExt::set_property(self.as_ref(), "mode", &mode) + glib::ObjectExt::set_property(self.as_ref(), "mode", mode) } fn connect_mode_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-controller/src/auto/lfo_control_source.rs b/gstreamer-controller/src/auto/lfo_control_source.rs index 503c5cf7d..379e63966 100644 --- a/gstreamer-controller/src/auto/lfo_control_source.rs +++ b/gstreamer-controller/src/auto/lfo_control_source.rs @@ -96,7 +96,7 @@ impl> LFOControlSourceExt for O { } fn set_amplitude(&self, amplitude: f64) { - glib::ObjectExt::set_property(self.as_ref(), "amplitude", &litude) + glib::ObjectExt::set_property(self.as_ref(), "amplitude", amplitude) } fn frequency(&self) -> f64 { @@ -104,7 +104,7 @@ impl> LFOControlSourceExt for O { } fn set_frequency(&self, frequency: f64) { - glib::ObjectExt::set_property(self.as_ref(), "frequency", &frequency) + glib::ObjectExt::set_property(self.as_ref(), "frequency", frequency) } fn offset(&self) -> f64 { @@ -112,7 +112,7 @@ impl> LFOControlSourceExt for O { } fn set_offset(&self, offset: f64) { - glib::ObjectExt::set_property(self.as_ref(), "offset", &offset) + glib::ObjectExt::set_property(self.as_ref(), "offset", offset) } fn timeshift(&self) -> u64 { @@ -120,7 +120,7 @@ impl> LFOControlSourceExt for O { } fn set_timeshift(&self, timeshift: u64) { - glib::ObjectExt::set_property(self.as_ref(), "timeshift", ×hift) + glib::ObjectExt::set_property(self.as_ref(), "timeshift", timeshift) } fn waveform(&self) -> LFOWaveform { @@ -128,7 +128,7 @@ impl> LFOControlSourceExt for O { } fn set_waveform(&self, waveform: LFOWaveform) { - glib::ObjectExt::set_property(self.as_ref(), "waveform", &waveform) + glib::ObjectExt::set_property(self.as_ref(), "waveform", waveform) } fn connect_amplitude_notify( diff --git a/gstreamer-controller/src/auto/trigger_control_source.rs b/gstreamer-controller/src/auto/trigger_control_source.rs index 353fd1ccb..fba516044 100644 --- a/gstreamer-controller/src/auto/trigger_control_source.rs +++ b/gstreamer-controller/src/auto/trigger_control_source.rs @@ -59,7 +59,7 @@ impl> TriggerControlSourceExt for O { } fn set_tolerance(&self, tolerance: i64) { - glib::ObjectExt::set_property(self.as_ref(), "tolerance", &tolerance) + glib::ObjectExt::set_property(self.as_ref(), "tolerance", tolerance) } fn connect_tolerance_notify( diff --git a/gstreamer-controller/src/auto/versions.txt b/gstreamer-controller/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-controller/sys/src/auto/versions.txt b/gstreamer-controller/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-controller/sys/src/auto/versions.txt +++ b/gstreamer-controller/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-editing-services/src/auto/marker_list.rs b/gstreamer-editing-services/src/auto/marker_list.rs index b9c71c195..02597d47c 100644 --- a/gstreamer-editing-services/src/auto/marker_list.rs +++ b/gstreamer-editing-services/src/auto/marker_list.rs @@ -86,7 +86,7 @@ impl MarkerList { #[cfg(any(feature = "v1_20", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_20")))] pub fn set_flags(&self, flags: MarkerFlags) { - glib::ObjectExt::set_property(self, "flags", &flags) + glib::ObjectExt::set_property(self, "flags", flags) } #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-editing-services/src/auto/pipeline.rs b/gstreamer-editing-services/src/auto/pipeline.rs index dfb1414d9..e401ca010 100644 --- a/gstreamer-editing-services/src/auto/pipeline.rs +++ b/gstreamer-editing-services/src/auto/pipeline.rs @@ -255,7 +255,7 @@ impl> GESPipelineExt for O { } fn set_audio_filter>(&self, audio_filter: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "audio-filter", &audio_filter) + glib::ObjectExt::set_property(self.as_ref(), "audio-filter", audio_filter) } fn audio_sink(&self) -> Option { @@ -263,7 +263,7 @@ impl> GESPipelineExt for O { } fn set_audio_sink>(&self, audio_sink: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "audio-sink", &audio_sink) + glib::ObjectExt::set_property(self.as_ref(), "audio-sink", audio_sink) } fn timeline(&self) -> Option { @@ -275,7 +275,7 @@ impl> GESPipelineExt for O { } fn set_video_filter>(&self, video_filter: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "video-filter", &video_filter) + glib::ObjectExt::set_property(self.as_ref(), "video-filter", video_filter) } fn video_sink(&self) -> Option { @@ -283,7 +283,7 @@ impl> GESPipelineExt for O { } fn set_video_sink>(&self, video_sink: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "video-sink", &video_sink) + glib::ObjectExt::set_property(self.as_ref(), "video-sink", video_sink) } fn connect_audio_filter_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-editing-services/src/auto/test_clip.rs b/gstreamer-editing-services/src/auto/test_clip.rs index 8d3be6760..da043e2cf 100644 --- a/gstreamer-editing-services/src/auto/test_clip.rs +++ b/gstreamer-editing-services/src/auto/test_clip.rs @@ -134,7 +134,7 @@ impl> TestClipExt for O { } fn set_freq(&self, freq: f64) { - glib::ObjectExt::set_property(self.as_ref(), "freq", &freq) + glib::ObjectExt::set_property(self.as_ref(), "freq", freq) } fn connect_freq_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-editing-services/src/auto/text_overlay_clip.rs b/gstreamer-editing-services/src/auto/text_overlay_clip.rs index 4975ec63f..9cca05f4c 100644 --- a/gstreamer-editing-services/src/auto/text_overlay_clip.rs +++ b/gstreamer-editing-services/src/auto/text_overlay_clip.rs @@ -209,11 +209,11 @@ impl> TextOverlayClipExt for O { } fn set_halignment(&self, halignment: TextHAlign) { - glib::ObjectExt::set_property(self.as_ref(), "halignment", &halignment) + glib::ObjectExt::set_property(self.as_ref(), "halignment", halignment) } fn set_valignment(&self, valignment: TextVAlign) { - glib::ObjectExt::set_property(self.as_ref(), "valignment", &valignment) + glib::ObjectExt::set_property(self.as_ref(), "valignment", valignment) } fn connect_color_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-editing-services/src/auto/timeline_element.rs b/gstreamer-editing-services/src/auto/timeline_element.rs index 854567012..47b003deb 100644 --- a/gstreamer-editing-services/src/auto/timeline_element.rs +++ b/gstreamer-editing-services/src/auto/timeline_element.rs @@ -747,7 +747,7 @@ impl> TimelineElementExt for O { } fn set_in_point(&self, in_point: u64) { - glib::ObjectExt::set_property(self.as_ref(), "in-point", &in_point) + glib::ObjectExt::set_property(self.as_ref(), "in-point", in_point) } fn is_serialize(&self) -> bool { @@ -755,7 +755,7 @@ impl> TimelineElementExt for O { } fn set_serialize(&self, serialize: bool) { - glib::ObjectExt::set_property(self.as_ref(), "serialize", &serialize) + glib::ObjectExt::set_property(self.as_ref(), "serialize", serialize) } #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-editing-services/src/auto/track.rs b/gstreamer-editing-services/src/auto/track.rs index 28852dbc3..856ea69d7 100644 --- a/gstreamer-editing-services/src/auto/track.rs +++ b/gstreamer-editing-services/src/auto/track.rs @@ -287,7 +287,7 @@ impl> GESTrackExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_id(&self, id: Option<&str>) { - glib::ObjectExt::set_property(self.as_ref(), "id", &id) + glib::ObjectExt::set_property(self.as_ref(), "id", id) } fn get_property_restriction_caps(&self) -> Option { diff --git a/gstreamer-editing-services/src/auto/transition_clip.rs b/gstreamer-editing-services/src/auto/transition_clip.rs index a9729f825..b0b1821ea 100644 --- a/gstreamer-editing-services/src/auto/transition_clip.rs +++ b/gstreamer-editing-services/src/auto/transition_clip.rs @@ -55,7 +55,7 @@ impl> TransitionClipExt for O { } fn set_vtype(&self, vtype: VideoStandardTransitionType) { - glib::ObjectExt::set_property(self.as_ref(), "vtype", &vtype) + glib::ObjectExt::set_property(self.as_ref(), "vtype", vtype) } fn connect_vtype_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-editing-services/src/auto/uri_clip_asset.rs b/gstreamer-editing-services/src/auto/uri_clip_asset.rs index 70270a499..e3d49dffb 100644 --- a/gstreamer-editing-services/src/auto/uri_clip_asset.rs +++ b/gstreamer-editing-services/src/auto/uri_clip_asset.rs @@ -151,7 +151,7 @@ impl> UriClipAssetExt for O { } fn set_duration(&self, duration: u64) { - glib::ObjectExt::set_property(self.as_ref(), "duration", &duration) + glib::ObjectExt::set_property(self.as_ref(), "duration", duration) } #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-editing-services/src/auto/versions.txt b/gstreamer-editing-services/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-editing-services/src/auto/video_transition.rs b/gstreamer-editing-services/src/auto/video_transition.rs index 58770315c..aba5526e2 100644 --- a/gstreamer-editing-services/src/auto/video_transition.rs +++ b/gstreamer-editing-services/src/auto/video_transition.rs @@ -140,7 +140,7 @@ impl> VideoTransitionExt for O { } fn set_invert(&self, invert: bool) { - glib::ObjectExt::set_property(self.as_ref(), "invert", &invert) + glib::ObjectExt::set_property(self.as_ref(), "invert", invert) } fn connect_border_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-editing-services/sys/src/auto/versions.txt b/gstreamer-editing-services/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-editing-services/sys/src/auto/versions.txt +++ b/gstreamer-editing-services/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/egl/src/auto/versions.txt b/gstreamer-gl/egl/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/egl/sys/src/auto/versions.txt b/gstreamer-gl/egl/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-gl/egl/sys/src/auto/versions.txt +++ b/gstreamer-gl/egl/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/src/auto/gl_base_src.rs b/gstreamer-gl/src/auto/gl_base_src.rs index e60f17cf7..edcfb9766 100644 --- a/gstreamer-gl/src/auto/gl_base_src.rs +++ b/gstreamer-gl/src/auto/gl_base_src.rs @@ -46,7 +46,7 @@ impl> GLBaseSrcExt for O { } fn set_timestamp_offset(&self, timestamp_offset: i64) { - glib::ObjectExt::set_property(self.as_ref(), "timestamp-offset", ×tamp_offset) + glib::ObjectExt::set_property(self.as_ref(), "timestamp-offset", timestamp_offset) } fn connect_timestamp_offset_notify( diff --git a/gstreamer-gl/src/auto/gl_overlay_compositor.rs b/gstreamer-gl/src/auto/gl_overlay_compositor.rs index 7968f68d2..c96a29ded 100644 --- a/gstreamer-gl/src/auto/gl_overlay_compositor.rs +++ b/gstreamer-gl/src/auto/gl_overlay_compositor.rs @@ -55,7 +55,7 @@ impl GLOverlayCompositor { #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] pub fn set_yinvert(&self, yinvert: bool) { - glib::ObjectExt::set_property(self, "yinvert", &yinvert) + glib::ObjectExt::set_property(self, "yinvert", yinvert) } #[doc(alias = "gst_gl_overlay_compositor_add_caps")] diff --git a/gstreamer-gl/src/auto/gl_view_convert.rs b/gstreamer-gl/src/auto/gl_view_convert.rs index 8fad694a2..7f725c0ab 100644 --- a/gstreamer-gl/src/auto/gl_view_convert.rs +++ b/gstreamer-gl/src/auto/gl_view_convert.rs @@ -96,7 +96,7 @@ impl GLViewConvert { #[doc(alias = "downmix-mode")] pub fn set_downmix_mode(&self, downmix_mode: GLStereoDownmix) { - glib::ObjectExt::set_property(self, "downmix-mode", &downmix_mode) + glib::ObjectExt::set_property(self, "downmix-mode", downmix_mode) } #[doc(alias = "input-flags-override")] @@ -106,7 +106,7 @@ impl GLViewConvert { #[doc(alias = "input-flags-override")] pub fn set_input_flags_override(&self, input_flags_override: gst_video::VideoMultiviewFlags) { - glib::ObjectExt::set_property(self, "input-flags-override", &input_flags_override) + glib::ObjectExt::set_property(self, "input-flags-override", input_flags_override) } #[doc(alias = "input-mode-override")] @@ -116,7 +116,7 @@ impl GLViewConvert { #[doc(alias = "input-mode-override")] pub fn set_input_mode_override(&self, input_mode_override: gst_video::VideoMultiviewMode) { - glib::ObjectExt::set_property(self, "input-mode-override", &input_mode_override) + glib::ObjectExt::set_property(self, "input-mode-override", input_mode_override) } #[doc(alias = "output-flags-override")] @@ -126,7 +126,7 @@ impl GLViewConvert { #[doc(alias = "output-flags-override")] pub fn set_output_flags_override(&self, output_flags_override: gst_video::VideoMultiviewFlags) { - glib::ObjectExt::set_property(self, "output-flags-override", &output_flags_override) + glib::ObjectExt::set_property(self, "output-flags-override", output_flags_override) } #[doc(alias = "output-mode-override")] @@ -136,7 +136,7 @@ impl GLViewConvert { #[doc(alias = "output-mode-override")] pub fn set_output_mode_override(&self, output_mode_override: gst_video::VideoMultiviewMode) { - glib::ObjectExt::set_property(self, "output-mode-override", &output_mode_override) + glib::ObjectExt::set_property(self, "output-mode-override", output_mode_override) } #[doc(alias = "downmix-mode")] diff --git a/gstreamer-gl/src/auto/versions.txt b/gstreamer-gl/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/sys/src/auto/versions.txt b/gstreamer-gl/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-gl/sys/src/auto/versions.txt +++ b/gstreamer-gl/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/wayland/src/auto/versions.txt b/gstreamer-gl/wayland/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/wayland/sys/src/auto/versions.txt b/gstreamer-gl/wayland/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-gl/wayland/sys/src/auto/versions.txt +++ b/gstreamer-gl/wayland/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/x11/src/auto/versions.txt b/gstreamer-gl/x11/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-gl/x11/sys/src/auto/versions.txt b/gstreamer-gl/x11/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-gl/x11/sys/src/auto/versions.txt +++ b/gstreamer-gl/x11/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-mpegts/src/auto/versions.txt b/gstreamer-mpegts/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-mpegts/src/auto/versions.txt +++ b/gstreamer-mpegts/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-mpegts/sys/src/auto/versions.txt b/gstreamer-mpegts/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-mpegts/sys/src/auto/versions.txt +++ b/gstreamer-mpegts/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-net/src/auto/net_client_clock.rs b/gstreamer-net/src/auto/net_client_clock.rs index e3593efce..077aa6955 100644 --- a/gstreamer-net/src/auto/net_client_clock.rs +++ b/gstreamer-net/src/auto/net_client_clock.rs @@ -44,7 +44,7 @@ impl NetClientClock { } pub fn set_address(&self, address: Option<&str>) { - glib::ObjectExt::set_property(self, "address", &address) + glib::ObjectExt::set_property(self, "address", address) } #[doc(alias = "base-time")] @@ -57,7 +57,7 @@ impl NetClientClock { } pub fn set_bus>(&self, bus: Option<&P>) { - glib::ObjectExt::set_property(self, "bus", &bus) + glib::ObjectExt::set_property(self, "bus", bus) } #[doc(alias = "internal-clock")] @@ -72,7 +72,7 @@ impl NetClientClock { #[doc(alias = "minimum-update-interval")] pub fn set_minimum_update_interval(&self, minimum_update_interval: u64) { - glib::ObjectExt::set_property(self, "minimum-update-interval", &minimum_update_interval) + glib::ObjectExt::set_property(self, "minimum-update-interval", minimum_update_interval) } pub fn port(&self) -> i32 { @@ -80,7 +80,7 @@ impl NetClientClock { } pub fn set_port(&self, port: i32) { - glib::ObjectExt::set_property(self, "port", &port) + glib::ObjectExt::set_property(self, "port", port) } #[doc(alias = "qos-dscp")] @@ -90,7 +90,7 @@ impl NetClientClock { #[doc(alias = "qos-dscp")] pub fn set_qos_dscp(&self, qos_dscp: i32) { - glib::ObjectExt::set_property(self, "qos-dscp", &qos_dscp) + glib::ObjectExt::set_property(self, "qos-dscp", qos_dscp) } #[doc(alias = "round-trip-limit")] @@ -100,7 +100,7 @@ impl NetClientClock { #[doc(alias = "round-trip-limit")] pub fn set_round_trip_limit(&self, round_trip_limit: u64) { - glib::ObjectExt::set_property(self, "round-trip-limit", &round_trip_limit) + glib::ObjectExt::set_property(self, "round-trip-limit", round_trip_limit) } #[doc(alias = "address")] diff --git a/gstreamer-net/src/auto/net_time_provider.rs b/gstreamer-net/src/auto/net_time_provider.rs index 2ac74985a..533b19a10 100644 --- a/gstreamer-net/src/auto/net_time_provider.rs +++ b/gstreamer-net/src/auto/net_time_provider.rs @@ -42,7 +42,7 @@ impl NetTimeProvider { } pub fn set_active(&self, active: bool) { - glib::ObjectExt::set_property(self, "active", &active) + glib::ObjectExt::set_property(self, "active", active) } pub fn address(&self) -> Option { @@ -64,7 +64,7 @@ impl NetTimeProvider { #[doc(alias = "qos-dscp")] pub fn set_qos_dscp(&self, qos_dscp: i32) { - glib::ObjectExt::set_property(self, "qos-dscp", &qos_dscp) + glib::ObjectExt::set_property(self, "qos-dscp", qos_dscp) } #[doc(alias = "active")] diff --git a/gstreamer-net/src/auto/versions.txt b/gstreamer-net/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-net/sys/src/auto/versions.txt b/gstreamer-net/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-net/sys/src/auto/versions.txt +++ b/gstreamer-net/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-pbutils/src/auto/audio_visualizer.rs b/gstreamer-pbutils/src/auto/audio_visualizer.rs index bf9f9024d..85f3ba87f 100644 --- a/gstreamer-pbutils/src/auto/audio_visualizer.rs +++ b/gstreamer-pbutils/src/auto/audio_visualizer.rs @@ -54,7 +54,7 @@ impl> AudioVisualizerExt for O { } fn set_shade_amount(&self, shade_amount: u32) { - glib::ObjectExt::set_property(self.as_ref(), "shade-amount", &shade_amount) + glib::ObjectExt::set_property(self.as_ref(), "shade-amount", shade_amount) } fn shader(&self) -> AudioVisualizerShader { @@ -62,7 +62,7 @@ impl> AudioVisualizerExt for O { } fn set_shader(&self, shader: AudioVisualizerShader) { - glib::ObjectExt::set_property(self.as_ref(), "shader", &shader) + glib::ObjectExt::set_property(self.as_ref(), "shader", shader) } fn connect_shade_amount_notify( diff --git a/gstreamer-pbutils/src/auto/discoverer.rs b/gstreamer-pbutils/src/auto/discoverer.rs index 66163e1ab..51945c856 100644 --- a/gstreamer-pbutils/src/auto/discoverer.rs +++ b/gstreamer-pbutils/src/auto/discoverer.rs @@ -87,7 +87,7 @@ impl Discoverer { #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] #[doc(alias = "use-cache")] pub fn set_use_cache(&self, use_cache: bool) { - glib::ObjectExt::set_property(self, "use-cache", &use_cache) + glib::ObjectExt::set_property(self, "use-cache", use_cache) } #[doc(alias = "discovered")] diff --git a/gstreamer-pbutils/src/auto/versions.txt b/gstreamer-pbutils/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-pbutils/sys/src/auto/versions.txt b/gstreamer-pbutils/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-pbutils/sys/src/auto/versions.txt +++ b/gstreamer-pbutils/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-play/src/auto/play.rs b/gstreamer-play/src/auto/play.rs index 9cb478f4f..30e38d245 100644 --- a/gstreamer-play/src/auto/play.rs +++ b/gstreamer-play/src/auto/play.rs @@ -332,7 +332,7 @@ impl Play { } pub fn set_suburi(&self, suburi: Option<&str>) { - glib::ObjectExt::set_property(self, "suburi", &suburi) + glib::ObjectExt::set_property(self, "suburi", suburi) } #[doc(alias = "video-multiview-flags")] @@ -342,7 +342,7 @@ impl Play { #[doc(alias = "video-multiview-flags")] pub fn set_video_multiview_flags(&self, video_multiview_flags: gst_video::VideoMultiviewFlags) { - glib::ObjectExt::set_property(self, "video-multiview-flags", &video_multiview_flags) + glib::ObjectExt::set_property(self, "video-multiview-flags", video_multiview_flags) } #[doc(alias = "video-multiview-mode")] @@ -355,7 +355,7 @@ impl Play { &self, video_multiview_mode: gst_video::VideoMultiviewFramePacking, ) { - glib::ObjectExt::set_property(self, "video-multiview-mode", &video_multiview_mode) + glib::ObjectExt::set_property(self, "video-multiview-mode", video_multiview_mode) } #[doc(alias = "video-renderer")] @@ -365,7 +365,7 @@ impl Play { #[doc(alias = "video-renderer")] pub fn set_video_renderer>(&self, video_renderer: Option<&P>) { - glib::ObjectExt::set_property(self, "video-renderer", &video_renderer) + glib::ObjectExt::set_property(self, "video-renderer", video_renderer) } #[doc(alias = "gst_play_get_audio_streams")] diff --git a/gstreamer-play/src/auto/play_video_overlay_video_renderer.rs b/gstreamer-play/src/auto/play_video_overlay_video_renderer.rs index 0ab060903..04fcbcd4e 100644 --- a/gstreamer-play/src/auto/play_video_overlay_video_renderer.rs +++ b/gstreamer-play/src/auto/play_video_overlay_video_renderer.rs @@ -72,7 +72,7 @@ impl PlayVideoOverlayVideoRenderer { #[doc(alias = "video-sink")] pub fn set_video_sink>(&self, video_sink: Option<&P>) { - glib::ObjectExt::set_property(self, "video-sink", &video_sink) + glib::ObjectExt::set_property(self, "video-sink", video_sink) } #[doc(alias = "video-sink")] diff --git a/gstreamer-play/src/auto/versions.txt b/gstreamer-play/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-play/src/auto/versions.txt +++ b/gstreamer-play/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-play/sys/src/auto/versions.txt b/gstreamer-play/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-play/sys/src/auto/versions.txt +++ b/gstreamer-play/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-player/src/auto/player.rs b/gstreamer-player/src/auto/player.rs index b5ac0e5ad..6c9bca38b 100644 --- a/gstreamer-player/src/auto/player.rs +++ b/gstreamer-player/src/auto/player.rs @@ -342,7 +342,7 @@ impl Player { } pub fn set_suburi(&self, suburi: Option<&str>) { - glib::ObjectExt::set_property(self, "suburi", &suburi) + glib::ObjectExt::set_property(self, "suburi", suburi) } #[doc(alias = "video-multiview-flags")] @@ -352,7 +352,7 @@ impl Player { #[doc(alias = "video-multiview-flags")] pub fn set_video_multiview_flags(&self, video_multiview_flags: gst_video::VideoMultiviewFlags) { - glib::ObjectExt::set_property(self, "video-multiview-flags", &video_multiview_flags) + glib::ObjectExt::set_property(self, "video-multiview-flags", video_multiview_flags) } #[doc(alias = "video-multiview-mode")] @@ -365,7 +365,7 @@ impl Player { &self, video_multiview_mode: gst_video::VideoMultiviewFramePacking, ) { - glib::ObjectExt::set_property(self, "video-multiview-mode", &video_multiview_mode) + glib::ObjectExt::set_property(self, "video-multiview-mode", video_multiview_mode) } #[doc(alias = "video-renderer")] diff --git a/gstreamer-player/src/auto/player_video_overlay_video_renderer.rs b/gstreamer-player/src/auto/player_video_overlay_video_renderer.rs index 6cbbeab45..8a0ee7e2b 100644 --- a/gstreamer-player/src/auto/player_video_overlay_video_renderer.rs +++ b/gstreamer-player/src/auto/player_video_overlay_video_renderer.rs @@ -72,7 +72,7 @@ impl PlayerVideoOverlayVideoRenderer { #[doc(alias = "video-sink")] pub fn set_video_sink>(&self, video_sink: Option<&P>) { - glib::ObjectExt::set_property(self, "video-sink", &video_sink) + glib::ObjectExt::set_property(self, "video-sink", video_sink) } #[doc(alias = "video-sink")] diff --git a/gstreamer-player/src/auto/versions.txt b/gstreamer-player/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-player/sys/src/auto/versions.txt b/gstreamer-player/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-player/sys/src/auto/versions.txt +++ b/gstreamer-player/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtp/src/auto/rtp_base_depayload.rs b/gstreamer-rtp/src/auto/rtp_base_depayload.rs index f1efb25ac..da58f94ac 100644 --- a/gstreamer-rtp/src/auto/rtp_base_depayload.rs +++ b/gstreamer-rtp/src/auto/rtp_base_depayload.rs @@ -192,7 +192,7 @@ impl> RTPBaseDepayloadExt for O { glib::ObjectExt::set_property( self.as_ref(), "auto-header-extension", - &auto_header_extension, + auto_header_extension, ) } @@ -205,7 +205,7 @@ impl> RTPBaseDepayloadExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_max_reorder(&self, max_reorder: i32) { - glib::ObjectExt::set_property(self.as_ref(), "max-reorder", &max_reorder) + glib::ObjectExt::set_property(self.as_ref(), "max-reorder", max_reorder) } #[cfg(any(feature = "v1_16", feature = "dox"))] @@ -217,7 +217,7 @@ impl> RTPBaseDepayloadExt for O { #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] fn set_source_info(&self, source_info: bool) { - glib::ObjectExt::set_property(self.as_ref(), "source-info", &source_info) + glib::ObjectExt::set_property(self.as_ref(), "source-info", source_info) } fn stats(&self) -> Option { diff --git a/gstreamer-rtp/src/auto/rtp_base_payload.rs b/gstreamer-rtp/src/auto/rtp_base_payload.rs index bb5149142..e89e4f771 100644 --- a/gstreamer-rtp/src/auto/rtp_base_payload.rs +++ b/gstreamer-rtp/src/auto/rtp_base_payload.rs @@ -379,7 +379,7 @@ impl> RTPBasePayloadExt for O { glib::ObjectExt::set_property( self.as_ref(), "auto-header-extension", - &auto_header_extension, + auto_header_extension, ) } @@ -388,7 +388,7 @@ impl> RTPBasePayloadExt for O { } fn set_max_ptime(&self, max_ptime: i64) { - glib::ObjectExt::set_property(self.as_ref(), "max-ptime", &max_ptime) + glib::ObjectExt::set_property(self.as_ref(), "max-ptime", max_ptime) } fn min_ptime(&self) -> i64 { @@ -396,7 +396,7 @@ impl> RTPBasePayloadExt for O { } fn set_min_ptime(&self, min_ptime: i64) { - glib::ObjectExt::set_property(self.as_ref(), "min-ptime", &min_ptime) + glib::ObjectExt::set_property(self.as_ref(), "min-ptime", min_ptime) } fn mtu(&self) -> u32 { @@ -404,7 +404,7 @@ impl> RTPBasePayloadExt for O { } fn set_mtu(&self, mtu: u32) { - glib::ObjectExt::set_property(self.as_ref(), "mtu", &mtu) + glib::ObjectExt::set_property(self.as_ref(), "mtu", mtu) } #[cfg(any(feature = "v1_16", feature = "dox"))] @@ -419,7 +419,7 @@ impl> RTPBasePayloadExt for O { glib::ObjectExt::set_property( self.as_ref(), "onvif-no-rate-control", - &onvif_no_rate_control, + onvif_no_rate_control, ) } @@ -428,7 +428,7 @@ impl> RTPBasePayloadExt for O { } fn set_perfect_rtptime(&self, perfect_rtptime: bool) { - glib::ObjectExt::set_property(self.as_ref(), "perfect-rtptime", &perfect_rtptime) + glib::ObjectExt::set_property(self.as_ref(), "perfect-rtptime", perfect_rtptime) } fn pt(&self) -> u32 { @@ -436,7 +436,7 @@ impl> RTPBasePayloadExt for O { } fn set_pt(&self, pt: u32) { - glib::ObjectExt::set_property(self.as_ref(), "pt", &pt) + glib::ObjectExt::set_property(self.as_ref(), "pt", pt) } fn ptime_multiple(&self) -> i64 { @@ -444,7 +444,7 @@ impl> RTPBasePayloadExt for O { } fn set_ptime_multiple(&self, ptime_multiple: i64) { - glib::ObjectExt::set_property(self.as_ref(), "ptime-multiple", &ptime_multiple) + glib::ObjectExt::set_property(self.as_ref(), "ptime-multiple", ptime_multiple) } #[cfg(any(feature = "v1_18", feature = "dox"))] @@ -456,7 +456,7 @@ impl> RTPBasePayloadExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_scale_rtptime(&self, scale_rtptime: bool) { - glib::ObjectExt::set_property(self.as_ref(), "scale-rtptime", &scale_rtptime) + glib::ObjectExt::set_property(self.as_ref(), "scale-rtptime", scale_rtptime) } fn seqnum(&self) -> u32 { @@ -468,7 +468,7 @@ impl> RTPBasePayloadExt for O { } fn set_seqnum_offset(&self, seqnum_offset: i32) { - glib::ObjectExt::set_property(self.as_ref(), "seqnum-offset", &seqnum_offset) + glib::ObjectExt::set_property(self.as_ref(), "seqnum-offset", seqnum_offset) } #[cfg(any(feature = "v1_16", feature = "dox"))] @@ -480,7 +480,7 @@ impl> RTPBasePayloadExt for O { #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] fn set_source_info(&self, source_info: bool) { - glib::ObjectExt::set_property(self.as_ref(), "source-info", &source_info) + glib::ObjectExt::set_property(self.as_ref(), "source-info", source_info) } fn ssrc(&self) -> u32 { @@ -488,7 +488,7 @@ impl> RTPBasePayloadExt for O { } fn set_ssrc(&self, ssrc: u32) { - glib::ObjectExt::set_property(self.as_ref(), "ssrc", &ssrc) + glib::ObjectExt::set_property(self.as_ref(), "ssrc", ssrc) } fn stats(&self) -> Option { @@ -504,7 +504,7 @@ impl> RTPBasePayloadExt for O { } fn set_timestamp_offset(&self, timestamp_offset: u32) { - glib::ObjectExt::set_property(self.as_ref(), "timestamp-offset", ×tamp_offset) + glib::ObjectExt::set_property(self.as_ref(), "timestamp-offset", timestamp_offset) } #[cfg(any(feature = "v1_20", feature = "dox"))] diff --git a/gstreamer-rtp/src/auto/versions.txt b/gstreamer-rtp/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtp/sys/src/auto/versions.txt b/gstreamer-rtp/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-rtp/sys/src/auto/versions.txt +++ b/gstreamer-rtp/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtsp-server/src/auto/rtsp_client.rs b/gstreamer-rtsp-server/src/auto/rtsp_client.rs index a32e8cf14..3969307f3 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_client.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_client.rs @@ -484,7 +484,7 @@ impl> RTSPClientExt for O { } fn set_drop_backlog(&self, drop_backlog: bool) { - glib::ObjectExt::set_property(self.as_ref(), "drop-backlog", &drop_backlog) + glib::ObjectExt::set_property(self.as_ref(), "drop-backlog", drop_backlog) } fn post_session_timeout(&self) -> i32 { @@ -492,7 +492,7 @@ impl> RTSPClientExt for O { } fn set_post_session_timeout(&self, post_session_timeout: i32) { - glib::ObjectExt::set_property(self.as_ref(), "post-session-timeout", &post_session_timeout) + glib::ObjectExt::set_property(self.as_ref(), "post-session-timeout", post_session_timeout) } fn connect_announce_request( diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media.rs b/gstreamer-rtsp-server/src/auto/rtsp_media.rs index 37c3b5d78..7e32b32af 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media.rs @@ -1040,7 +1040,7 @@ impl> RTSPMediaExt for O { } fn set_property_bind_mcast_address(&self, bind_mcast_address: bool) { - glib::ObjectExt::set_property(self.as_ref(), "bind-mcast-address", &bind_mcast_address) + glib::ObjectExt::set_property(self.as_ref(), "bind-mcast-address", bind_mcast_address) } fn get_property_dscp_qos(&self) -> i32 { @@ -1048,7 +1048,7 @@ impl> RTSPMediaExt for O { } fn set_property_dscp_qos(&self, dscp_qos: i32) { - glib::ObjectExt::set_property(self.as_ref(), "dscp-qos", &dscp_qos) + glib::ObjectExt::set_property(self.as_ref(), "dscp-qos", dscp_qos) } fn get_property_max_mcast_ttl(&self) -> u32 { @@ -1056,11 +1056,11 @@ impl> RTSPMediaExt for O { } fn set_property_max_mcast_ttl(&self, max_mcast_ttl: u32) { - glib::ObjectExt::set_property(self.as_ref(), "max-mcast-ttl", &max_mcast_ttl) + glib::ObjectExt::set_property(self.as_ref(), "max-mcast-ttl", max_mcast_ttl) } fn set_time_provider(&self, time_provider: bool) { - glib::ObjectExt::set_property(self.as_ref(), "time-provider", &time_provider) + glib::ObjectExt::set_property(self.as_ref(), "time-provider", time_provider) } #[cfg(any(feature = "v1_22", feature = "dox"))] diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs b/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs index a8b93a857..f646fc889 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs @@ -723,7 +723,7 @@ impl> RTSPMediaFactoryExt for O { } fn set_property_bind_mcast_address(&self, bind_mcast_address: bool) { - glib::ObjectExt::set_property(self.as_ref(), "bind-mcast-address", &bind_mcast_address) + glib::ObjectExt::set_property(self.as_ref(), "bind-mcast-address", bind_mcast_address) } fn get_property_dscp_qos(&self) -> i32 { @@ -731,7 +731,7 @@ impl> RTSPMediaFactoryExt for O { } fn set_property_dscp_qos(&self, dscp_qos: i32) { - glib::ObjectExt::set_property(self.as_ref(), "dscp-qos", &dscp_qos) + glib::ObjectExt::set_property(self.as_ref(), "dscp-qos", dscp_qos) } fn get_property_max_mcast_ttl(&self) -> u32 { @@ -739,7 +739,7 @@ impl> RTSPMediaFactoryExt for O { } fn set_property_max_mcast_ttl(&self, max_mcast_ttl: u32) { - glib::ObjectExt::set_property(self.as_ref(), "max-mcast-ttl", &max_mcast_ttl) + glib::ObjectExt::set_property(self.as_ref(), "max-mcast-ttl", max_mcast_ttl) } fn is_stop_on_disconnect(&self) -> bool { 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 7e048831c..18724bed3 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs @@ -86,7 +86,7 @@ impl> RTSPMediaFactoryURIExt for O { } fn set_use_gstpay(&self, use_gstpay: bool) { - glib::ObjectExt::set_property(self.as_ref(), "use-gstpay", &use_gstpay) + glib::ObjectExt::set_property(self.as_ref(), "use-gstpay", use_gstpay) } fn connect_uri_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer-rtsp-server/src/auto/rtsp_server.rs b/gstreamer-rtsp-server/src/auto/rtsp_server.rs index 5212bf872..525a47a98 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_server.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_server.rs @@ -437,7 +437,7 @@ impl> RTSPServerExt for O { } fn set_property_content_length_limit(&self, content_length_limit: u32) { - glib::ObjectExt::set_property(self.as_ref(), "content-length-limit", &content_length_limit) + glib::ObjectExt::set_property(self.as_ref(), "content-length-limit", content_length_limit) } fn connect_client_connected( diff --git a/gstreamer-rtsp-server/src/auto/rtsp_session.rs b/gstreamer-rtsp-server/src/auto/rtsp_session.rs index 422576d95..dad7d1f4a 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_session.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_session.rs @@ -245,7 +245,7 @@ impl> RTSPSessionExt for O { } fn set_extra_timeout(&self, extra_timeout: u32) { - glib::ObjectExt::set_property(self.as_ref(), "extra-timeout", &extra_timeout) + glib::ObjectExt::set_property(self.as_ref(), "extra-timeout", extra_timeout) } fn is_timeout_always_visible(&self) -> bool { @@ -256,7 +256,7 @@ impl> RTSPSessionExt for O { glib::ObjectExt::set_property( self.as_ref(), "timeout-always-visible", - &timeout_always_visible, + timeout_always_visible, ) } diff --git a/gstreamer-rtsp-server/src/auto/versions.txt b/gstreamer-rtsp-server/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtsp-server/sys/src/auto/versions.txt b/gstreamer-rtsp-server/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-rtsp-server/sys/src/auto/versions.txt +++ b/gstreamer-rtsp-server/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtsp/src/auto/versions.txt b/gstreamer-rtsp/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-rtsp/sys/src/auto/versions.txt b/gstreamer-rtsp/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-rtsp/sys/src/auto/versions.txt +++ b/gstreamer-rtsp/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-sdp/src/auto/versions.txt b/gstreamer-sdp/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-sdp/sys/src/auto/versions.txt b/gstreamer-sdp/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-sdp/sys/src/auto/versions.txt +++ b/gstreamer-sdp/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-tag/sys/src/auto/versions.txt b/gstreamer-tag/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-tag/sys/src/auto/versions.txt +++ b/gstreamer-tag/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-validate/src/auto/monitor.rs b/gstreamer-validate/src/auto/monitor.rs index 1e3583012..491e25f52 100644 --- a/gstreamer-validate/src/auto/monitor.rs +++ b/gstreamer-validate/src/auto/monitor.rs @@ -136,7 +136,7 @@ impl> MonitorExt for O { } fn set_pipeline>(&self, pipeline: Option<&P>) { - glib::ObjectExt::set_property(self.as_ref(), "pipeline", &pipeline) + glib::ObjectExt::set_property(self.as_ref(), "pipeline", pipeline) } fn validate_parent(&self) -> Option { @@ -148,7 +148,7 @@ impl> MonitorExt for O { //} //fn set_verbosity(&self, verbosity: /*Ignored*/VerbosityFlags) { - // glib::ObjectExt::set_property(self.as_ref(),"verbosity", &verbosity) + // glib::ObjectExt::set_property(self.as_ref(),"verbosity", verbosity) //} fn connect_pipeline_notify( diff --git a/gstreamer-validate/src/auto/scenario.rs b/gstreamer-validate/src/auto/scenario.rs index 74af24c09..66cf8ecfe 100644 --- a/gstreamer-validate/src/auto/scenario.rs +++ b/gstreamer-validate/src/auto/scenario.rs @@ -120,7 +120,7 @@ impl> ScenarioExt for O { } fn set_execute_on_idle(&self, execute_on_idle: bool) { - glib::ObjectExt::set_property(self.as_ref(), "execute-on-idle", &execute_on_idle) + glib::ObjectExt::set_property(self.as_ref(), "execute-on-idle", execute_on_idle) } fn is_handles_states(&self) -> bool { diff --git a/gstreamer-validate/src/auto/versions.txt b/gstreamer-validate/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-validate/src/auto/versions.txt +++ b/gstreamer-validate/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-validate/sys/src/auto/versions.txt b/gstreamer-validate/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-validate/sys/src/auto/versions.txt +++ b/gstreamer-validate/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-video/src/auto/versions.txt b/gstreamer-video/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-video/src/auto/video_aggregator_pad.rs b/gstreamer-video/src/auto/video_aggregator_pad.rs index 988ad7a23..7ce0de706 100644 --- a/gstreamer-video/src/auto/video_aggregator_pad.rs +++ b/gstreamer-video/src/auto/video_aggregator_pad.rs @@ -80,7 +80,7 @@ impl> VideoAggregatorPadExt for O { glib::ObjectExt::set_property( self.as_ref(), "max-last-buffer-repeat", - &max_last_buffer_repeat, + max_last_buffer_repeat, ) } @@ -89,7 +89,7 @@ impl> VideoAggregatorPadExt for O { } fn set_repeat_after_eos(&self, repeat_after_eos: bool) { - glib::ObjectExt::set_property(self.as_ref(), "repeat-after-eos", &repeat_after_eos) + glib::ObjectExt::set_property(self.as_ref(), "repeat-after-eos", repeat_after_eos) } fn zorder(&self) -> u32 { @@ -97,7 +97,7 @@ impl> VideoAggregatorPadExt for O { } fn set_zorder(&self, zorder: u32) { - glib::ObjectExt::set_property(self.as_ref(), "zorder", &zorder) + glib::ObjectExt::set_property(self.as_ref(), "zorder", zorder) } fn connect_max_last_buffer_repeat_notify( diff --git a/gstreamer-video/src/auto/video_decoder.rs b/gstreamer-video/src/auto/video_decoder.rs index 94fe1a2cd..4c6d8cacd 100644 --- a/gstreamer-video/src/auto/video_decoder.rs +++ b/gstreamer-video/src/auto/video_decoder.rs @@ -516,7 +516,7 @@ impl> VideoDecoderExt for O { glib::ObjectExt::set_property( self.as_ref(), "automatic-request-sync-point-flags", - &automatic_request_sync_point_flags, + automatic_request_sync_point_flags, ) } @@ -532,7 +532,7 @@ impl> VideoDecoderExt for O { glib::ObjectExt::set_property( self.as_ref(), "automatic-request-sync-points", - &automatic_request_sync_points, + automatic_request_sync_points, ) } @@ -548,7 +548,7 @@ impl> VideoDecoderExt for O { glib::ObjectExt::set_property( self.as_ref(), "discard-corrupted-frames", - &discard_corrupted_frames, + discard_corrupted_frames, ) } @@ -564,7 +564,7 @@ impl> VideoDecoderExt for O { glib::ObjectExt::set_property( self.as_ref(), "min-force-key-unit-interval", - &min_force_key_unit_interval, + min_force_key_unit_interval, ) } @@ -577,7 +577,7 @@ impl> VideoDecoderExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] fn set_qos(&self, qos: bool) { - glib::ObjectExt::set_property(self.as_ref(), "qos", &qos) + glib::ObjectExt::set_property(self.as_ref(), "qos", qos) } #[cfg(any(feature = "v1_20", feature = "dox"))] diff --git a/gstreamer-video/src/auto/video_encoder.rs b/gstreamer-video/src/auto/video_encoder.rs index 6116517cb..95fc7f8aa 100644 --- a/gstreamer-video/src/auto/video_encoder.rs +++ b/gstreamer-video/src/auto/video_encoder.rs @@ -180,7 +180,7 @@ impl> VideoEncoderExt for O { } fn set_qos(&self, qos: bool) { - glib::ObjectExt::set_property(self.as_ref(), "qos", &qos) + glib::ObjectExt::set_property(self.as_ref(), "qos", qos) } #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-video/src/auto/video_sink.rs b/gstreamer-video/src/auto/video_sink.rs index 4fcfea1fb..347b4b8ac 100644 --- a/gstreamer-video/src/auto/video_sink.rs +++ b/gstreamer-video/src/auto/video_sink.rs @@ -47,7 +47,7 @@ impl> VideoSinkExt for O { } fn set_show_preroll_frame(&self, show_preroll_frame: bool) { - glib::ObjectExt::set_property(self.as_ref(), "show-preroll-frame", &show_preroll_frame) + glib::ObjectExt::set_property(self.as_ref(), "show-preroll-frame", show_preroll_frame) } fn connect_show_preroll_frame_notify( diff --git a/gstreamer-video/sys/src/auto/versions.txt b/gstreamer-video/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-video/sys/src/auto/versions.txt +++ b/gstreamer-video/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-webrtc/src/auto/versions.txt b/gstreamer-webrtc/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs b/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs index 7325a9e0d..64e39f74b 100644 --- a/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs +++ b/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs @@ -100,7 +100,7 @@ impl WebRTCDataChannel { glib::ObjectExt::set_property( self, "buffered-amount-low-threshold", - &buffered_amount_low_threshold, + buffered_amount_low_threshold, ) } diff --git a/gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs b/gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs index 62697dd6e..50e42b255 100644 --- a/gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs +++ b/gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs @@ -26,7 +26,7 @@ impl WebRTCDTLSTransport { } pub fn set_certificate(&self, certificate: Option<&str>) { - glib::ObjectExt::set_property(self, "certificate", &certificate) + glib::ObjectExt::set_property(self, "certificate", certificate) } pub fn is_client(&self) -> bool { @@ -34,7 +34,7 @@ impl WebRTCDTLSTransport { } pub fn set_client(&self, client: bool) { - glib::ObjectExt::set_property(self, "client", &client) + glib::ObjectExt::set_property(self, "client", client) } #[doc(alias = "remote-certificate")] diff --git a/gstreamer-webrtc/src/auto/web_rtcice.rs b/gstreamer-webrtc/src/auto/web_rtcice.rs index f8e4d8ba0..b231d1547 100644 --- a/gstreamer-webrtc/src/auto/web_rtcice.rs +++ b/gstreamer-webrtc/src/auto/web_rtcice.rs @@ -414,7 +414,7 @@ impl> WebRTCICEExt for O { #[cfg(any(feature = "v1_20", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_20")))] fn set_max_rtp_port(&self, max_rtp_port: u32) { - glib::ObjectExt::set_property(self.as_ref(), "max-rtp-port", &max_rtp_port) + glib::ObjectExt::set_property(self.as_ref(), "max-rtp-port", max_rtp_port) } #[cfg(any(feature = "v1_20", feature = "dox"))] @@ -426,7 +426,7 @@ impl> WebRTCICEExt for O { #[cfg(any(feature = "v1_20", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_20")))] fn set_min_rtp_port(&self, min_rtp_port: u32) { - glib::ObjectExt::set_property(self.as_ref(), "min-rtp-port", &min_rtp_port) + glib::ObjectExt::set_property(self.as_ref(), "min-rtp-port", min_rtp_port) } fn connect_add_local_ip_address bool + Send + Sync + 'static>( diff --git a/gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs b/gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs index 9cac5df39..161fffd97 100644 --- a/gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs +++ b/gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs @@ -39,7 +39,7 @@ impl WebRTCRTPTransceiver { #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_20")))] #[doc(alias = "codec-preferences")] pub fn set_codec_preferences(&self, codec_preferences: Option<&gst::Caps>) { - glib::ObjectExt::set_property(self, "codec-preferences", &codec_preferences) + glib::ObjectExt::set_property(self, "codec-preferences", codec_preferences) } #[cfg(any(feature = "v1_20", feature = "dox"))] @@ -58,7 +58,7 @@ impl WebRTCRTPTransceiver { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] pub fn set_direction(&self, direction: WebRTCRTPTransceiverDirection) { - glib::ObjectExt::set_property(self, "direction", &direction) + glib::ObjectExt::set_property(self, "direction", direction) } #[cfg(any(feature = "v1_20", feature = "dox"))] diff --git a/gstreamer-webrtc/sys/src/auto/versions.txt b/gstreamer-webrtc/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer-webrtc/sys/src/auto/versions.txt +++ b/gstreamer-webrtc/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer/src/auto/bin.rs b/gstreamer/src/auto/bin.rs index 211bea68d..acb59e5b7 100644 --- a/gstreamer/src/auto/bin.rs +++ b/gstreamer/src/auto/bin.rs @@ -215,7 +215,7 @@ impl> GstBinExt for O { } fn set_async_handling(&self, async_handling: bool) { - glib::ObjectExt::set_property(self.as_ref(), "async-handling", &async_handling) + glib::ObjectExt::set_property(self.as_ref(), "async-handling", async_handling) } fn is_message_forward(&self) -> bool { @@ -223,7 +223,7 @@ impl> GstBinExt for O { } fn set_message_forward(&self, message_forward: bool) { - glib::ObjectExt::set_property(self.as_ref(), "message-forward", &message_forward) + glib::ObjectExt::set_property(self.as_ref(), "message-forward", message_forward) } fn connect_deep_element_added( diff --git a/gstreamer/src/auto/clock.rs b/gstreamer/src/auto/clock.rs index 1a8344996..96b73b07c 100644 --- a/gstreamer/src/auto/clock.rs +++ b/gstreamer/src/auto/clock.rs @@ -379,7 +379,7 @@ impl> ClockExt for O { } fn set_window_size(&self, window_size: i32) { - glib::ObjectExt::set_property(self.as_ref(), "window-size", &window_size) + glib::ObjectExt::set_property(self.as_ref(), "window-size", window_size) } fn window_threshold(&self) -> i32 { @@ -387,7 +387,7 @@ impl> ClockExt for O { } fn set_window_threshold(&self, window_threshold: i32) { - glib::ObjectExt::set_property(self.as_ref(), "window-threshold", &window_threshold) + glib::ObjectExt::set_property(self.as_ref(), "window-threshold", window_threshold) } fn connect_synced(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer/src/auto/device_monitor.rs b/gstreamer/src/auto/device_monitor.rs index 9b950e96b..2d0f25fd6 100644 --- a/gstreamer/src/auto/device_monitor.rs +++ b/gstreamer/src/auto/device_monitor.rs @@ -128,7 +128,7 @@ impl> DeviceMonitorExt for O { } fn set_show_all(&self, show_all: bool) { - glib::ObjectExt::set_property(self.as_ref(), "show-all", &show_all) + glib::ObjectExt::set_property(self.as_ref(), "show-all", show_all) } fn connect_show_all_notify( diff --git a/gstreamer/src/auto/system_clock.rs b/gstreamer/src/auto/system_clock.rs index f554f64de..1330b80db 100644 --- a/gstreamer/src/auto/system_clock.rs +++ b/gstreamer/src/auto/system_clock.rs @@ -61,7 +61,7 @@ impl> SystemClockExt for O { } fn set_clock_type(&self, clock_type: ClockType) { - glib::ObjectExt::set_property(self.as_ref(), "clock-type", &clock_type) + glib::ObjectExt::set_property(self.as_ref(), "clock-type", clock_type) } fn connect_clock_type_notify( diff --git a/gstreamer/src/auto/tracer.rs b/gstreamer/src/auto/tracer.rs index c88b3a4ac..f93868e82 100644 --- a/gstreamer/src/auto/tracer.rs +++ b/gstreamer/src/auto/tracer.rs @@ -42,7 +42,7 @@ impl> TracerExt for O { } fn set_params(&self, params: Option<&str>) { - glib::ObjectExt::set_property(self.as_ref(), "params", ¶ms) + glib::ObjectExt::set_property(self.as_ref(), "params", params) } fn connect_params_notify(&self, f: F) -> SignalHandlerId { diff --git a/gstreamer/src/auto/versions.txt b/gstreamer/src/auto/versions.txt index e80113a6c..53cf931f8 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 @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d) diff --git a/gstreamer/sys/src/auto/versions.txt b/gstreamer/sys/src/auto/versions.txt index e80113a6c..53cf931f8 100644 --- a/gstreamer/sys/src/auto/versions.txt +++ b/gstreamer/sys/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f) -from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf) +Generated by gir (https://github.com/gtk-rs/gir @ 2358cc24efd2) +from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8dd059f42a8d)