diff --git a/gir b/gir index 5726e1606..56b95acee 160000 --- a/gir +++ b/gir @@ -1 +1 @@ -Subproject commit 5726e16062bd1b4c414bd74210b87bfb7e04ffe4 +Subproject commit 56b95acee76e9c60d1c0ca7cf788df0b0c5f7cbb diff --git a/gstreamer-app/src/auto/versions.txt b/gstreamer-app/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-app/src/auto/versions.txt +++ b/gstreamer-app/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-app/sys/build.rs b/gstreamer-app/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-app/sys/build.rs +++ b/gstreamer-app/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-app/sys/src/lib.rs b/gstreamer-app/sys/src/lib.rs index 96c1081fd..ba132ce28 100644 --- a/gstreamer-app/sys/src/lib.rs +++ b/gstreamer-app/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-app/sys/tests/abi.rs b/gstreamer-app/sys/tests/abi.rs index 181571dfc..2748f908b 100644 --- a/gstreamer-app/sys/tests/abi.rs +++ b/gstreamer-app/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_app_sys::*; diff --git a/gstreamer-app/sys/tests/constant.c b/gstreamer-app/sys/tests/constant.c index ce5076a4d..cde5cdaae 100644 --- a/gstreamer-app/sys/tests/constant.c +++ b/gstreamer-app/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-app/sys/tests/layout.c b/gstreamer-app/sys/tests/layout.c index d434479c8..be21176ec 100644 --- a/gstreamer-app/sys/tests/layout.c +++ b/gstreamer-app/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-audio/src/auto/audio_stream_align.rs b/gstreamer-audio/src/auto/audio_stream_align.rs index 169a8664f..33b898c2b 100644 --- a/gstreamer-audio/src/auto/audio_stream_align.rs +++ b/gstreamer-audio/src/auto/audio_stream_align.rs @@ -2,8 +2,6 @@ // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT -#[cfg(any(feature = "v1_14", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] use glib::translate::*; glib::wrapper! { @@ -18,8 +16,6 @@ glib::wrapper! { } impl AudioStreamAlign { - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_new")] pub fn new( rate: i32, @@ -36,8 +32,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_get_alignment_threshold")] pub fn get_alignment_threshold(&self) -> gst::ClockTime { unsafe { @@ -47,8 +41,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_get_discont_wait")] pub fn get_discont_wait(&self) -> gst::ClockTime { unsafe { @@ -58,15 +50,11 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_get_rate")] pub fn get_rate(&self) -> i32 { unsafe { ffi::gst_audio_stream_align_get_rate(mut_override(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_get_samples_since_discont")] pub fn get_samples_since_discont(&self) -> u64 { unsafe { @@ -76,8 +64,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_get_timestamp_at_discont")] pub fn get_timestamp_at_discont(&self) -> gst::ClockTime { unsafe { @@ -87,8 +73,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_mark_discont")] pub fn mark_discont(&mut self) { unsafe { @@ -96,8 +80,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_set_alignment_threshold")] pub fn set_alignment_threshold(&mut self, alignment_threshold: gst::ClockTime) { unsafe { @@ -108,8 +90,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_set_discont_wait")] pub fn set_discont_wait(&mut self, discont_wait: gst::ClockTime) { unsafe { @@ -120,8 +100,6 @@ impl AudioStreamAlign { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_audio_stream_align_set_rate")] pub fn set_rate(&mut self, rate: i32) { unsafe { diff --git a/gstreamer-audio/src/auto/versions.txt b/gstreamer-audio/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-audio/src/auto/versions.txt +++ b/gstreamer-audio/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-audio/sys/build.rs b/gstreamer-audio/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-audio/sys/build.rs +++ b/gstreamer-audio/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-audio/sys/src/lib.rs b/gstreamer-audio/sys/src/lib.rs index 89950e587..ddc182e65 100644 --- a/gstreamer-audio/sys/src/lib.rs +++ b/gstreamer-audio/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-audio/sys/tests/abi.rs b/gstreamer-audio/sys/tests/abi.rs index 3f2dd1f6e..d7ccfea4f 100644 --- a/gstreamer-audio/sys/tests/abi.rs +++ b/gstreamer-audio/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_audio_sys::*; diff --git a/gstreamer-audio/sys/tests/constant.c b/gstreamer-audio/sys/tests/constant.c index 80f099eac..5bda04d8f 100644 --- a/gstreamer-audio/sys/tests/constant.c +++ b/gstreamer-audio/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-audio/sys/tests/layout.c b/gstreamer-audio/sys/tests/layout.c index defa5c1b7..4552a2df8 100644 --- a/gstreamer-audio/sys/tests/layout.c +++ b/gstreamer-audio/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-base/src/auto/aggregator.rs b/gstreamer-base/src/auto/aggregator.rs index 1dcd9c824..e34556d30 100644 --- a/gstreamer-base/src/auto/aggregator.rs +++ b/gstreamer-base/src/auto/aggregator.rs @@ -31,18 +31,12 @@ unsafe impl Sync for Aggregator {} pub const NONE_AGGREGATOR: Option<&Aggregator> = None; pub trait AggregatorExt: 'static { - //#[cfg(any(feature = "v1_14", feature = "dox"))] - //#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] //#[doc(alias = "gst_aggregator_get_allocator")] //fn get_allocator(&self, allocator: /*Ignored*/Option, params: /*Ignored*/gst::AllocationParams); - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_get_buffer_pool")] fn get_buffer_pool(&self) -> Option; - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_get_latency")] fn get_latency(&self) -> gst::ClockTime; @@ -56,13 +50,9 @@ pub trait AggregatorExt: 'static { #[doc(alias = "gst_aggregator_peek_next_sample")] fn peek_next_sample>(&self, pad: &P) -> Option; - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_set_latency")] fn set_latency(&self, min_latency: gst::ClockTime, max_latency: gst::ClockTime); - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_set_src_caps")] fn set_src_caps(&self, caps: &gst::Caps); @@ -128,14 +118,10 @@ pub trait AggregatorExt: 'static { } impl> AggregatorExt for O { - //#[cfg(any(feature = "v1_14", feature = "dox"))] - //#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] //fn get_allocator(&self, allocator: /*Ignored*/Option, params: /*Ignored*/gst::AllocationParams) { // unsafe { TODO: call ffi:gst_aggregator_get_allocator() } //} - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn get_buffer_pool(&self) -> Option { unsafe { from_glib_full(ffi::gst_aggregator_get_buffer_pool( @@ -144,8 +130,6 @@ impl> AggregatorExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn get_latency(&self) -> gst::ClockTime { unsafe { from_glib(ffi::gst_aggregator_get_latency( @@ -175,8 +159,6 @@ impl> AggregatorExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn set_latency(&self, min_latency: gst::ClockTime, max_latency: gst::ClockTime) { unsafe { ffi::gst_aggregator_set_latency( @@ -187,8 +169,6 @@ impl> AggregatorExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn set_src_caps(&self, caps: &gst::Caps) { unsafe { ffi::gst_aggregator_set_src_caps(self.as_ref().to_glib_none().0, caps.to_glib_none().0); diff --git a/gstreamer-base/src/auto/aggregator_pad.rs b/gstreamer-base/src/auto/aggregator_pad.rs index f2520b888..273f6ff78 100644 --- a/gstreamer-base/src/auto/aggregator_pad.rs +++ b/gstreamer-base/src/auto/aggregator_pad.rs @@ -27,8 +27,6 @@ unsafe impl Sync for AggregatorPad {} pub const NONE_AGGREGATOR_PAD: Option<&AggregatorPad> = None; pub trait AggregatorPadExt: 'static { - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_pad_drop_buffer")] fn drop_buffer(&self) -> bool; @@ -37,18 +35,12 @@ pub trait AggregatorPadExt: 'static { #[doc(alias = "gst_aggregator_pad_has_buffer")] fn has_buffer(&self) -> bool; - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_pad_is_eos")] fn is_eos(&self) -> bool; - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_pad_peek_buffer")] fn peek_buffer(&self) -> Option; - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_aggregator_pad_pop_buffer")] fn pop_buffer(&self) -> Option; @@ -74,8 +66,6 @@ pub trait AggregatorPadExt: 'static { } impl> AggregatorPadExt for O { - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn drop_buffer(&self) -> bool { unsafe { from_glib(ffi::gst_aggregator_pad_drop_buffer( @@ -94,8 +84,6 @@ impl> AggregatorPadExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn is_eos(&self) -> bool { unsafe { from_glib(ffi::gst_aggregator_pad_is_eos( @@ -104,8 +92,6 @@ impl> AggregatorPadExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn peek_buffer(&self) -> Option { unsafe { from_glib_full(ffi::gst_aggregator_pad_peek_buffer( @@ -114,8 +100,6 @@ impl> AggregatorPadExt for O { } } - #[cfg(any(feature = "v1_14", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] fn pop_buffer(&self) -> Option { unsafe { from_glib_full(ffi::gst_aggregator_pad_pop_buffer( diff --git a/gstreamer-base/src/auto/versions.txt b/gstreamer-base/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-base/src/auto/versions.txt +++ b/gstreamer-base/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-base/sys/build.rs b/gstreamer-base/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-base/sys/build.rs +++ b/gstreamer-base/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-base/sys/src/lib.rs b/gstreamer-base/sys/src/lib.rs index d402e1c78..62847a6a0 100644 --- a/gstreamer-base/sys/src/lib.rs +++ b/gstreamer-base/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-base/sys/tests/abi.rs b/gstreamer-base/sys/tests/abi.rs index 5bc0e1a34..a1fc01aed 100644 --- a/gstreamer-base/sys/tests/abi.rs +++ b/gstreamer-base/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_base_sys::*; diff --git a/gstreamer-base/sys/tests/constant.c b/gstreamer-base/sys/tests/constant.c index f0f91cab8..4d41f4d32 100644 --- a/gstreamer-base/sys/tests/constant.c +++ b/gstreamer-base/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-base/sys/tests/layout.c b/gstreamer-base/sys/tests/layout.c index 34347e7b1..891d50084 100644 --- a/gstreamer-base/sys/tests/layout.c +++ b/gstreamer-base/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-check/src/auto/versions.txt b/gstreamer-check/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-check/src/auto/versions.txt +++ b/gstreamer-check/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-check/sys/build.rs b/gstreamer-check/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-check/sys/build.rs +++ b/gstreamer-check/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-check/sys/src/lib.rs b/gstreamer-check/sys/src/lib.rs index 2bfea87a9..96506df24 100644 --- a/gstreamer-check/sys/src/lib.rs +++ b/gstreamer-check/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-check/sys/tests/abi.rs b/gstreamer-check/sys/tests/abi.rs index f949fa294..ef23480a7 100644 --- a/gstreamer-check/sys/tests/abi.rs +++ b/gstreamer-check/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_check_sys::*; diff --git a/gstreamer-check/sys/tests/constant.c b/gstreamer-check/sys/tests/constant.c index 41e717a6b..9fa317106 100644 --- a/gstreamer-check/sys/tests/constant.c +++ b/gstreamer-check/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-check/sys/tests/layout.c b/gstreamer-check/sys/tests/layout.c index f2a655454..e3e933381 100644 --- a/gstreamer-check/sys/tests/layout.c +++ b/gstreamer-check/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-controller/src/auto/proxy_control_binding.rs b/gstreamer-controller/src/auto/proxy_control_binding.rs index 3846e6fee..5a1a81fe8 100644 --- a/gstreamer-controller/src/auto/proxy_control_binding.rs +++ b/gstreamer-controller/src/auto/proxy_control_binding.rs @@ -2,14 +2,8 @@ // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT -#[cfg(any(feature = "v1_12", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] use glib::object::Cast; -#[cfg(any(feature = "v1_12", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] use glib::object::IsA; -#[cfg(any(feature = "v1_12", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] use glib::translate::*; glib::wrapper! { @@ -21,8 +15,6 @@ glib::wrapper! { } impl ProxyControlBinding { - #[cfg(any(feature = "v1_12", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] #[doc(alias = "gst_proxy_control_binding_new")] pub fn new, Q: IsA>( object: &P, diff --git a/gstreamer-controller/src/auto/versions.txt b/gstreamer-controller/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-controller/src/auto/versions.txt +++ b/gstreamer-controller/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-controller/sys/build.rs b/gstreamer-controller/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-controller/sys/build.rs +++ b/gstreamer-controller/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-controller/sys/src/lib.rs b/gstreamer-controller/sys/src/lib.rs index 73d748bab..968e6abea 100644 --- a/gstreamer-controller/sys/src/lib.rs +++ b/gstreamer-controller/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-controller/sys/tests/abi.rs b/gstreamer-controller/sys/tests/abi.rs index 438553d86..a8fd03c7d 100644 --- a/gstreamer-controller/sys/tests/abi.rs +++ b/gstreamer-controller/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_controller_sys::*; diff --git a/gstreamer-controller/sys/tests/constant.c b/gstreamer-controller/sys/tests/constant.c index 38c68c78f..4ace0ef07 100644 --- a/gstreamer-controller/sys/tests/constant.c +++ b/gstreamer-controller/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-controller/sys/tests/layout.c b/gstreamer-controller/sys/tests/layout.c index e8fb3835f..7c39d6579 100644 --- a/gstreamer-controller/sys/tests/layout.c +++ b/gstreamer-controller/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-editing-services/src/auto/versions.txt b/gstreamer-editing-services/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-editing-services/src/auto/versions.txt +++ b/gstreamer-editing-services/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-editing-services/sys/build.rs b/gstreamer-editing-services/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-editing-services/sys/build.rs +++ b/gstreamer-editing-services/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-editing-services/sys/src/lib.rs b/gstreamer-editing-services/sys/src/lib.rs index 7bae0b940..97f24da11 100644 --- a/gstreamer-editing-services/sys/src/lib.rs +++ b/gstreamer-editing-services/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-editing-services/sys/tests/abi.rs b/gstreamer-editing-services/sys/tests/abi.rs index 1706445e8..58b86c023 100644 --- a/gstreamer-editing-services/sys/tests/abi.rs +++ b/gstreamer-editing-services/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_editing_services_sys::*; diff --git a/gstreamer-editing-services/sys/tests/constant.c b/gstreamer-editing-services/sys/tests/constant.c index 9ba0fb4fc..c49fb865d 100644 --- a/gstreamer-editing-services/sys/tests/constant.c +++ b/gstreamer-editing-services/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-editing-services/sys/tests/layout.c b/gstreamer-editing-services/sys/tests/layout.c index 5da4ea1b1..ea4f4ea80 100644 --- a/gstreamer-editing-services/sys/tests/layout.c +++ b/gstreamer-editing-services/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/egl/src/auto/versions.txt b/gstreamer-gl/egl/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-gl/egl/src/auto/versions.txt +++ b/gstreamer-gl/egl/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-gl/egl/sys/build.rs b/gstreamer-gl/egl/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-gl/egl/sys/build.rs +++ b/gstreamer-gl/egl/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-gl/egl/sys/src/lib.rs b/gstreamer-gl/egl/sys/src/lib.rs index 35040432b..3130588ae 100644 --- a/gstreamer-gl/egl/sys/src/lib.rs +++ b/gstreamer-gl/egl/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-gl/egl/sys/tests/abi.rs b/gstreamer-gl/egl/sys/tests/abi.rs index 6cfac4ea3..3e194004d 100644 --- a/gstreamer-gl/egl/sys/tests/abi.rs +++ b/gstreamer-gl/egl/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_gl_egl_sys::*; diff --git a/gstreamer-gl/egl/sys/tests/constant.c b/gstreamer-gl/egl/sys/tests/constant.c index 4069631b7..ad8f7b692 100644 --- a/gstreamer-gl/egl/sys/tests/constant.c +++ b/gstreamer-gl/egl/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/egl/sys/tests/layout.c b/gstreamer-gl/egl/sys/tests/layout.c index af01b8445..f4a057a6b 100644 --- a/gstreamer-gl/egl/sys/tests/layout.c +++ b/gstreamer-gl/egl/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/src/auto/gl_base_filter.rs b/gstreamer-gl/src/auto/gl_base_filter.rs index a68203861..fe03e41aa 100644 --- a/gstreamer-gl/src/auto/gl_base_filter.rs +++ b/gstreamer-gl/src/auto/gl_base_filter.rs @@ -26,8 +26,6 @@ unsafe impl Sync for GLBaseFilter {} pub const NONE_GL_BASE_FILTER: Option<&GLBaseFilter> = None; pub trait GLBaseFilterExt: 'static { - #[cfg(any(feature = "v1_16", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] #[doc(alias = "gst_gl_base_filter_find_gl_context")] fn find_gl_context(&self) -> bool; @@ -45,8 +43,6 @@ pub trait GLBaseFilterExt: 'static { } impl> GLBaseFilterExt for O { - #[cfg(any(feature = "v1_16", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] fn find_gl_context(&self) -> bool { unsafe { from_glib(ffi::gst_gl_base_filter_find_gl_context( diff --git a/gstreamer-gl/src/auto/versions.txt b/gstreamer-gl/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-gl/src/auto/versions.txt +++ b/gstreamer-gl/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-gl/sys/build.rs b/gstreamer-gl/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-gl/sys/build.rs +++ b/gstreamer-gl/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-gl/sys/src/lib.rs b/gstreamer-gl/sys/src/lib.rs index a99885cac..43c709b26 100644 --- a/gstreamer-gl/sys/src/lib.rs +++ b/gstreamer-gl/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-gl/sys/tests/abi.rs b/gstreamer-gl/sys/tests/abi.rs index 3101a4a93..5ee0e56cb 100644 --- a/gstreamer-gl/sys/tests/abi.rs +++ b/gstreamer-gl/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_gl_sys::*; diff --git a/gstreamer-gl/sys/tests/constant.c b/gstreamer-gl/sys/tests/constant.c index 93c764492..efbda70d4 100644 --- a/gstreamer-gl/sys/tests/constant.c +++ b/gstreamer-gl/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/sys/tests/layout.c b/gstreamer-gl/sys/tests/layout.c index 6335fa7c5..f0facd93f 100644 --- a/gstreamer-gl/sys/tests/layout.c +++ b/gstreamer-gl/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/wayland/src/auto/versions.txt b/gstreamer-gl/wayland/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-gl/wayland/src/auto/versions.txt +++ b/gstreamer-gl/wayland/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-gl/wayland/sys/build.rs b/gstreamer-gl/wayland/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-gl/wayland/sys/build.rs +++ b/gstreamer-gl/wayland/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-gl/wayland/sys/src/lib.rs b/gstreamer-gl/wayland/sys/src/lib.rs index 948a3f103..c48fcf171 100644 --- a/gstreamer-gl/wayland/sys/src/lib.rs +++ b/gstreamer-gl/wayland/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-gl/wayland/sys/tests/abi.rs b/gstreamer-gl/wayland/sys/tests/abi.rs index 772c68e57..6b34e9e1f 100644 --- a/gstreamer-gl/wayland/sys/tests/abi.rs +++ b/gstreamer-gl/wayland/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_gl_wayland_sys::*; diff --git a/gstreamer-gl/wayland/sys/tests/constant.c b/gstreamer-gl/wayland/sys/tests/constant.c index 41e717a6b..9fa317106 100644 --- a/gstreamer-gl/wayland/sys/tests/constant.c +++ b/gstreamer-gl/wayland/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/wayland/sys/tests/layout.c b/gstreamer-gl/wayland/sys/tests/layout.c index afa6e17b3..dc64fe60d 100644 --- a/gstreamer-gl/wayland/sys/tests/layout.c +++ b/gstreamer-gl/wayland/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/x11/src/auto/versions.txt b/gstreamer-gl/x11/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-gl/x11/src/auto/versions.txt +++ b/gstreamer-gl/x11/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-gl/x11/sys/build.rs b/gstreamer-gl/x11/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-gl/x11/sys/build.rs +++ b/gstreamer-gl/x11/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-gl/x11/sys/src/lib.rs b/gstreamer-gl/x11/sys/src/lib.rs index ac2049649..96bda7945 100644 --- a/gstreamer-gl/x11/sys/src/lib.rs +++ b/gstreamer-gl/x11/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-gl/x11/sys/tests/abi.rs b/gstreamer-gl/x11/sys/tests/abi.rs index 92db58d7a..c9bd93218 100644 --- a/gstreamer-gl/x11/sys/tests/abi.rs +++ b/gstreamer-gl/x11/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_gl_x11_sys::*; diff --git a/gstreamer-gl/x11/sys/tests/constant.c b/gstreamer-gl/x11/sys/tests/constant.c index 41e717a6b..9fa317106 100644 --- a/gstreamer-gl/x11/sys/tests/constant.c +++ b/gstreamer-gl/x11/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-gl/x11/sys/tests/layout.c b/gstreamer-gl/x11/sys/tests/layout.c index 96cda3f05..e3f4fe99d 100644 --- a/gstreamer-gl/x11/sys/tests/layout.c +++ b/gstreamer-gl/x11/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-mpegts/sys/build.rs b/gstreamer-mpegts/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-mpegts/sys/build.rs +++ b/gstreamer-mpegts/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-mpegts/sys/src/lib.rs b/gstreamer-mpegts/sys/src/lib.rs index 583bc2b95..1e14857a7 100644 --- a/gstreamer-mpegts/sys/src/lib.rs +++ b/gstreamer-mpegts/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-mpegts/sys/tests/abi.rs b/gstreamer-mpegts/sys/tests/abi.rs index b4c123bc6..6854edf02 100644 --- a/gstreamer-mpegts/sys/tests/abi.rs +++ b/gstreamer-mpegts/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_mpegts_sys::*; diff --git a/gstreamer-mpegts/sys/tests/constant.c b/gstreamer-mpegts/sys/tests/constant.c index 9ff7cd3a1..a1a615440 100644 --- a/gstreamer-mpegts/sys/tests/constant.c +++ b/gstreamer-mpegts/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-mpegts/sys/tests/layout.c b/gstreamer-mpegts/sys/tests/layout.c index 60a0efb2b..fe28296bb 100644 --- a/gstreamer-mpegts/sys/tests/layout.c +++ b/gstreamer-mpegts/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-net/src/auto/versions.txt b/gstreamer-net/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-net/src/auto/versions.txt +++ b/gstreamer-net/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-net/sys/build.rs b/gstreamer-net/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-net/sys/build.rs +++ b/gstreamer-net/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-net/sys/src/lib.rs b/gstreamer-net/sys/src/lib.rs index bac3ef036..b0dcf77df 100644 --- a/gstreamer-net/sys/src/lib.rs +++ b/gstreamer-net/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-net/sys/tests/abi.rs b/gstreamer-net/sys/tests/abi.rs index dae5edc1d..e0b0b8009 100644 --- a/gstreamer-net/sys/tests/abi.rs +++ b/gstreamer-net/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_net_sys::*; diff --git a/gstreamer-net/sys/tests/constant.c b/gstreamer-net/sys/tests/constant.c index 4c031d15a..fbb613c5c 100644 --- a/gstreamer-net/sys/tests/constant.c +++ b/gstreamer-net/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-net/sys/tests/layout.c b/gstreamer-net/sys/tests/layout.c index f27c9fd27..fac5ea54e 100644 --- a/gstreamer-net/sys/tests/layout.c +++ b/gstreamer-net/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-pbutils/src/auto/versions.txt b/gstreamer-pbutils/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-pbutils/src/auto/versions.txt +++ b/gstreamer-pbutils/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-pbutils/sys/build.rs b/gstreamer-pbutils/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-pbutils/sys/build.rs +++ b/gstreamer-pbutils/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-pbutils/sys/src/lib.rs b/gstreamer-pbutils/sys/src/lib.rs index 28e3f35ae..42cc2f3bf 100644 --- a/gstreamer-pbutils/sys/src/lib.rs +++ b/gstreamer-pbutils/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-pbutils/sys/tests/abi.rs b/gstreamer-pbutils/sys/tests/abi.rs index 9b43f18b6..a4d1a0772 100644 --- a/gstreamer-pbutils/sys/tests/abi.rs +++ b/gstreamer-pbutils/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_pbutils_sys::*; diff --git a/gstreamer-pbutils/sys/tests/constant.c b/gstreamer-pbutils/sys/tests/constant.c index 5aba0b050..200cf9490 100644 --- a/gstreamer-pbutils/sys/tests/constant.c +++ b/gstreamer-pbutils/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-pbutils/sys/tests/layout.c b/gstreamer-pbutils/sys/tests/layout.c index 4c1e09b06..d3cc227e2 100644 --- a/gstreamer-pbutils/sys/tests/layout.c +++ b/gstreamer-pbutils/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-player/src/auto/versions.txt b/gstreamer-player/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-player/src/auto/versions.txt +++ b/gstreamer-player/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-player/sys/build.rs b/gstreamer-player/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-player/sys/build.rs +++ b/gstreamer-player/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-player/sys/src/lib.rs b/gstreamer-player/sys/src/lib.rs index fd98fc945..c8f2eaf36 100644 --- a/gstreamer-player/sys/src/lib.rs +++ b/gstreamer-player/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-player/sys/tests/abi.rs b/gstreamer-player/sys/tests/abi.rs index b9ea65ff6..d124b9248 100644 --- a/gstreamer-player/sys/tests/abi.rs +++ b/gstreamer-player/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_player_sys::*; diff --git a/gstreamer-player/sys/tests/constant.c b/gstreamer-player/sys/tests/constant.c index d81162076..ae106ae1f 100644 --- a/gstreamer-player/sys/tests/constant.c +++ b/gstreamer-player/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-player/sys/tests/layout.c b/gstreamer-player/sys/tests/layout.c index bf96abd79..448afbdcf 100644 --- a/gstreamer-player/sys/tests/layout.c +++ b/gstreamer-player/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtp/src/auto/versions.txt b/gstreamer-rtp/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-rtp/src/auto/versions.txt +++ b/gstreamer-rtp/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-rtp/sys/build.rs b/gstreamer-rtp/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-rtp/sys/build.rs +++ b/gstreamer-rtp/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-rtp/sys/src/lib.rs b/gstreamer-rtp/sys/src/lib.rs index 6d7814529..d540e20c9 100644 --- a/gstreamer-rtp/sys/src/lib.rs +++ b/gstreamer-rtp/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-rtp/sys/tests/abi.rs b/gstreamer-rtp/sys/tests/abi.rs index 78c84c132..a2ac0dc2d 100644 --- a/gstreamer-rtp/sys/tests/abi.rs +++ b/gstreamer-rtp/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_rtp_sys::*; diff --git a/gstreamer-rtp/sys/tests/constant.c b/gstreamer-rtp/sys/tests/constant.c index 158c05ed8..884385ca8 100644 --- a/gstreamer-rtp/sys/tests/constant.c +++ b/gstreamer-rtp/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtp/sys/tests/layout.c b/gstreamer-rtp/sys/tests/layout.c index 46d817424..47c69626c 100644 --- a/gstreamer-rtp/sys/tests/layout.c +++ b/gstreamer-rtp/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtsp-server/src/auto/versions.txt b/gstreamer-rtsp-server/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-rtsp-server/src/auto/versions.txt +++ b/gstreamer-rtsp-server/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-rtsp-server/sys/build.rs b/gstreamer-rtsp-server/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-rtsp-server/sys/build.rs +++ b/gstreamer-rtsp-server/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-rtsp-server/sys/src/lib.rs b/gstreamer-rtsp-server/sys/src/lib.rs index 33c0947ef..0e031d587 100644 --- a/gstreamer-rtsp-server/sys/src/lib.rs +++ b/gstreamer-rtsp-server/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-rtsp-server/sys/tests/abi.rs b/gstreamer-rtsp-server/sys/tests/abi.rs index 48bd9d0c6..76f117c7f 100644 --- a/gstreamer-rtsp-server/sys/tests/abi.rs +++ b/gstreamer-rtsp-server/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_rtsp_server_sys::*; diff --git a/gstreamer-rtsp-server/sys/tests/constant.c b/gstreamer-rtsp-server/sys/tests/constant.c index 39560a758..e7d58cbea 100644 --- a/gstreamer-rtsp-server/sys/tests/constant.c +++ b/gstreamer-rtsp-server/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtsp-server/sys/tests/layout.c b/gstreamer-rtsp-server/sys/tests/layout.c index 4217f6d4d..2bd28adfd 100644 --- a/gstreamer-rtsp-server/sys/tests/layout.c +++ b/gstreamer-rtsp-server/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtsp/src/auto/rtsp_auth_param.rs b/gstreamer-rtsp/src/auto/rtsp_auth_param.rs index 9ae9b190d..5800229f8 100644 --- a/gstreamer-rtsp/src/auto/rtsp_auth_param.rs +++ b/gstreamer-rtsp/src/auto/rtsp_auth_param.rs @@ -2,8 +2,6 @@ // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT -#[cfg(any(feature = "v1_12", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] use glib::translate::*; glib::wrapper! { diff --git a/gstreamer-rtsp/src/auto/versions.txt b/gstreamer-rtsp/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-rtsp/src/auto/versions.txt +++ b/gstreamer-rtsp/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-rtsp/sys/build.rs b/gstreamer-rtsp/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-rtsp/sys/build.rs +++ b/gstreamer-rtsp/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-rtsp/sys/src/lib.rs b/gstreamer-rtsp/sys/src/lib.rs index 2564ab644..05cc7b188 100644 --- a/gstreamer-rtsp/sys/src/lib.rs +++ b/gstreamer-rtsp/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-rtsp/sys/tests/abi.rs b/gstreamer-rtsp/sys/tests/abi.rs index 44ea7c159..da1a07528 100644 --- a/gstreamer-rtsp/sys/tests/abi.rs +++ b/gstreamer-rtsp/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_rtsp_sys::*; diff --git a/gstreamer-rtsp/sys/tests/constant.c b/gstreamer-rtsp/sys/tests/constant.c index 755eac4ec..c7e526bd0 100644 --- a/gstreamer-rtsp/sys/tests/constant.c +++ b/gstreamer-rtsp/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-rtsp/sys/tests/layout.c b/gstreamer-rtsp/sys/tests/layout.c index c53a6479c..ba3b46372 100644 --- a/gstreamer-rtsp/sys/tests/layout.c +++ b/gstreamer-rtsp/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-sdp/src/auto/versions.txt b/gstreamer-sdp/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-sdp/src/auto/versions.txt +++ b/gstreamer-sdp/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-sdp/sys/build.rs b/gstreamer-sdp/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-sdp/sys/build.rs +++ b/gstreamer-sdp/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-sdp/sys/src/lib.rs b/gstreamer-sdp/sys/src/lib.rs index 2a6a88142..523dadc3f 100644 --- a/gstreamer-sdp/sys/src/lib.rs +++ b/gstreamer-sdp/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-sdp/sys/tests/abi.rs b/gstreamer-sdp/sys/tests/abi.rs index 8f8d0de3a..af5f958a3 100644 --- a/gstreamer-sdp/sys/tests/abi.rs +++ b/gstreamer-sdp/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_sdp_sys::*; diff --git a/gstreamer-sdp/sys/tests/constant.c b/gstreamer-sdp/sys/tests/constant.c index 1bd908357..f4427f15b 100644 --- a/gstreamer-sdp/sys/tests/constant.c +++ b/gstreamer-sdp/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-sdp/sys/tests/layout.c b/gstreamer-sdp/sys/tests/layout.c index 1bfd383c3..97c4c4660 100644 --- a/gstreamer-sdp/sys/tests/layout.c +++ b/gstreamer-sdp/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-tag/sys/build.rs b/gstreamer-tag/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-tag/sys/build.rs +++ b/gstreamer-tag/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-tag/sys/src/lib.rs b/gstreamer-tag/sys/src/lib.rs index a304a863b..a4b8e1ec7 100644 --- a/gstreamer-tag/sys/src/lib.rs +++ b/gstreamer-tag/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-tag/sys/tests/abi.rs b/gstreamer-tag/sys/tests/abi.rs index 2c2e169dd..e6051f47a 100644 --- a/gstreamer-tag/sys/tests/abi.rs +++ b/gstreamer-tag/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_tag_sys::*; diff --git a/gstreamer-tag/sys/tests/constant.c b/gstreamer-tag/sys/tests/constant.c index 5f50e36e0..0302d638f 100644 --- a/gstreamer-tag/sys/tests/constant.c +++ b/gstreamer-tag/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-tag/sys/tests/layout.c b/gstreamer-tag/sys/tests/layout.c index 394097ab8..7a958ba46 100644 --- a/gstreamer-tag/sys/tests/layout.c +++ b/gstreamer-tag/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-video/src/auto/enums.rs b/gstreamer-video/src/auto/enums.rs index b836169d7..6c6eb5873 100644 --- a/gstreamer-video/src/auto/enums.rs +++ b/gstreamer-video/src/auto/enums.rs @@ -289,16 +289,12 @@ pub enum VideoCaptionType { #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] impl VideoCaptionType { - #[cfg(any(feature = "v1_16", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] #[doc(alias = "gst_video_caption_type_from_caps")] pub fn from_caps(caps: &gst::Caps) -> VideoCaptionType { assert_initialized_main_thread!(); unsafe { from_glib(ffi::gst_video_caption_type_from_caps(caps.to_glib_none().0)) } } - #[cfg(any(feature = "v1_16", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] #[doc(alias = "gst_video_caption_type_to_caps")] pub fn to_caps(self) -> Option { assert_initialized_main_thread!(); @@ -777,8 +773,6 @@ pub enum VideoFieldOrder { #[cfg(any(feature = "v1_12", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] impl VideoFieldOrder { - #[cfg(any(feature = "v1_12", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))] #[doc(alias = "gst_video_field_order_from_string")] pub fn from_string(order: &str) -> VideoFieldOrder { assert_initialized_main_thread!(); diff --git a/gstreamer-video/src/auto/versions.txt b/gstreamer-video/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-video/src/auto/versions.txt +++ b/gstreamer-video/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-video/sys/build.rs b/gstreamer-video/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-video/sys/build.rs +++ b/gstreamer-video/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-video/sys/src/lib.rs b/gstreamer-video/sys/src/lib.rs index 0d77fe0db..8563ea954 100644 --- a/gstreamer-video/sys/src/lib.rs +++ b/gstreamer-video/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-video/sys/tests/abi.rs b/gstreamer-video/sys/tests/abi.rs index 93255f3b3..22b0653f6 100644 --- a/gstreamer-video/sys/tests/abi.rs +++ b/gstreamer-video/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_video_sys::*; diff --git a/gstreamer-video/sys/tests/constant.c b/gstreamer-video/sys/tests/constant.c index d39ab20a9..b1c08bfbf 100644 --- a/gstreamer-video/sys/tests/constant.c +++ b/gstreamer-video/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-video/sys/tests/layout.c b/gstreamer-video/sys/tests/layout.c index c036891fc..7e5a01436 100644 --- a/gstreamer-video/sys/tests/layout.c +++ b/gstreamer-video/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-webrtc/src/auto/versions.txt b/gstreamer-webrtc/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer-webrtc/src/auto/versions.txt +++ b/gstreamer-webrtc/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs b/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs index dbed2eb60..bcc7a746f 100644 --- a/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs +++ b/gstreamer-webrtc/src/auto/web_rtc_data_channel.rs @@ -22,8 +22,6 @@ glib::wrapper! { } impl WebRTCDataChannel { - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_close")] pub fn close(&self) { unsafe { @@ -31,8 +29,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_on_buffered_amount_low")] pub fn on_buffered_amount_low(&self) { unsafe { @@ -40,8 +36,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_on_close")] pub fn on_close(&self) { unsafe { @@ -49,8 +43,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_on_message_data")] pub fn on_message_data(&self, data: Option<&glib::Bytes>) { unsafe { @@ -61,8 +53,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_on_message_string")] pub fn on_message_string(&self, str: Option<&str>) { unsafe { @@ -73,8 +63,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_on_open")] pub fn on_open(&self) { unsafe { @@ -82,8 +70,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_send_data")] pub fn send_data(&self, data: Option<&glib::Bytes>) { unsafe { @@ -91,8 +77,6 @@ impl WebRTCDataChannel { } } - #[cfg(any(feature = "v1_18", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_webrtc_data_channel_send_string")] pub fn send_string(&self, str: Option<&str>) { unsafe { diff --git a/gstreamer-webrtc/sys/build.rs b/gstreamer-webrtc/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer-webrtc/sys/build.rs +++ b/gstreamer-webrtc/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer-webrtc/sys/src/lib.rs b/gstreamer-webrtc/sys/src/lib.rs index dbbe8d046..da2498a3a 100644 --- a/gstreamer-webrtc/sys/src/lib.rs +++ b/gstreamer-webrtc/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-webrtc/sys/tests/abi.rs b/gstreamer-webrtc/sys/tests/abi.rs index 474ffb370..e26290e37 100644 --- a/gstreamer-webrtc/sys/tests/abi.rs +++ b/gstreamer-webrtc/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_webrtc_sys::*; diff --git a/gstreamer-webrtc/sys/tests/constant.c b/gstreamer-webrtc/sys/tests/constant.c index 01cc7fe94..c04b7e6a3 100644 --- a/gstreamer-webrtc/sys/tests/constant.c +++ b/gstreamer-webrtc/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer-webrtc/sys/tests/layout.c b/gstreamer-webrtc/sys/tests/layout.c index 3582415e9..8f319b41b 100644 --- a/gstreamer-webrtc/sys/tests/layout.c +++ b/gstreamer-webrtc/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer/src/auto/flags.rs b/gstreamer/src/auto/flags.rs index 1ef35d54a..d55a2e734 100644 --- a/gstreamer/src/auto/flags.rs +++ b/gstreamer/src/auto/flags.rs @@ -1331,8 +1331,6 @@ bitflags! { #[cfg(any(feature = "v1_10", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] impl StreamType { - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] pub fn get_name<'a>(self) -> &'a str { unsafe { CStr::from_ptr( diff --git a/gstreamer/src/auto/stream.rs b/gstreamer/src/auto/stream.rs index ccb4fda8c..3fc5d69e6 100644 --- a/gstreamer/src/auto/stream.rs +++ b/gstreamer/src/auto/stream.rs @@ -2,36 +2,16 @@ // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use crate::Caps; use crate::Object; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use crate::StreamFlags; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use crate::StreamType; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use crate::TagList; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use glib::object::ObjectType as ObjectType_; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use glib::signal::connect_raw; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use glib::signal::SignalHandlerId; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use glib::translate::*; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use std::boxed::Box as Box_; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use std::mem::transmute; glib::wrapper! { @@ -43,43 +23,31 @@ glib::wrapper! { } impl Stream { - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_get_caps")] pub fn get_caps(&self) -> Option { unsafe { from_glib_full(ffi::gst_stream_get_caps(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_get_stream_flags")] pub fn get_stream_flags(&self) -> StreamFlags { unsafe { from_glib(ffi::gst_stream_get_stream_flags(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_get_stream_id")] pub fn get_stream_id(&self) -> Option { unsafe { from_glib_none(ffi::gst_stream_get_stream_id(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_get_stream_type")] pub fn get_stream_type(&self) -> StreamType { unsafe { from_glib(ffi::gst_stream_get_stream_type(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_get_tags")] pub fn get_tags(&self) -> Option { unsafe { from_glib_full(ffi::gst_stream_get_tags(self.to_glib_none().0)) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_set_caps")] pub fn set_caps(&self, caps: Option<&Caps>) { unsafe { @@ -87,8 +55,6 @@ impl Stream { } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_set_stream_flags")] pub fn set_stream_flags(&self, flags: StreamFlags) { unsafe { @@ -96,8 +62,6 @@ impl Stream { } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_set_stream_type")] pub fn set_stream_type(&self, stream_type: StreamType) { unsafe { @@ -105,8 +69,6 @@ impl Stream { } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_set_tags")] pub fn set_tags(&self, tags: Option<&TagList>) { unsafe { diff --git a/gstreamer/src/auto/stream_collection.rs b/gstreamer/src/auto/stream_collection.rs index 11f5a54f7..8b1e3d689 100644 --- a/gstreamer/src/auto/stream_collection.rs +++ b/gstreamer/src/auto/stream_collection.rs @@ -3,8 +3,6 @@ // DO NOT EDIT use crate::Object; -#[cfg(any(feature = "v1_10", feature = "dox"))] -#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] use crate::Stream; use glib::translate::*; @@ -17,15 +15,11 @@ glib::wrapper! { } impl StreamCollection { - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_collection_get_size")] pub fn get_size(&self) -> u32 { unsafe { ffi::gst_stream_collection_get_size(self.to_glib_none().0) } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_collection_get_stream")] pub fn get_stream(&self, index: u32) -> Option { unsafe { @@ -36,8 +30,6 @@ impl StreamCollection { } } - #[cfg(any(feature = "v1_10", feature = "dox"))] - #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] #[doc(alias = "gst_stream_collection_get_upstream_id")] pub fn get_upstream_id(&self) -> Option { unsafe { diff --git a/gstreamer/src/auto/versions.txt b/gstreamer/src/auto/versions.txt index cecc57d9f..a620dfc7b 100644 --- a/gstreamer/src/auto/versions.txt +++ b/gstreamer/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) diff --git a/gstreamer/sys/build.rs b/gstreamer/sys/build.rs index d2948df56..ca6af9668 100644 --- a/gstreamer/sys/build.rs +++ b/gstreamer/sys/build.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #[cfg(not(feature = "dox"))] diff --git a/gstreamer/sys/src/lib.rs b/gstreamer/sys/src/lib.rs index f348742ae..8e8e16a61 100644 --- a/gstreamer/sys/src/lib.rs +++ b/gstreamer/sys/src/lib.rs @@ -1,12 +1,13 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow( clippy::approx_constant, clippy::type_complexity, - clippy::unreadable_literal + clippy::unreadable_literal, + clippy::upper_case_acronyms )] #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer/sys/tests/abi.rs b/gstreamer/sys/tests/abi.rs index 8afcb06ed..d80cd1ec7 100644 --- a/gstreamer/sys/tests/abi.rs +++ b/gstreamer/sys/tests/abi.rs @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT use gstreamer_sys::*; diff --git a/gstreamer/sys/tests/constant.c b/gstreamer/sys/tests/constant.c index 39813e222..b418c1569 100644 --- a/gstreamer/sys/tests/constant.c +++ b/gstreamer/sys/tests/constant.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h" diff --git a/gstreamer/sys/tests/layout.c b/gstreamer/sys/tests/layout.c index f822a4655..a96cbfa10 100644 --- a/gstreamer/sys/tests/layout.c +++ b/gstreamer/sys/tests/layout.c @@ -1,5 +1,5 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 5726e16) -// from gir-files (https://github.com/gtk-rs/gir-files @ f059d75d) +// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac) +// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a) // DO NOT EDIT #include "manual.h"