Update gir and regenerate with redundant #[cfg]/#[cfg_attr] removed

Also ignores `clippy::upper_case_acronyms` introduced with 1.51 which
can't be adhered to in bindings.
This commit is contained in:
Marijn Suijten 2021-03-26 21:40:50 +01:00
parent b83b8c8675
commit a38561fbcd
142 changed files with 305 additions and 425 deletions

2
gir

@ -1 +1 @@
Subproject commit 5726e16062bd1b4c414bd74210b87bfb7e04ffe4
Subproject commit 56b95acee76e9c60d1c0ca7cf788df0b0c5f7cbb

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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 {

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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<gst::Allocator>, 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<gst::BufferPool>;
#[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<P: IsA<AggregatorPad>>(&self, pad: &P) -> Option<gst::Sample>;
#[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<O: IsA<Aggregator>> 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<gst::Allocator>, 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<gst::BufferPool> {
unsafe {
from_glib_full(ffi::gst_aggregator_get_buffer_pool(
@ -144,8 +130,6 @@ impl<O: IsA<Aggregator>> 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<O: IsA<Aggregator>> 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<O: IsA<Aggregator>> 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);

View file

@ -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<gst::Buffer>;
#[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<gst::Buffer>;
@ -74,8 +66,6 @@ pub trait AggregatorPadExt: 'static {
}
impl<O: IsA<AggregatorPad>> 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<O: IsA<AggregatorPad>> 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<O: IsA<AggregatorPad>> AggregatorPadExt for O {
}
}
#[cfg(any(feature = "v1_14", feature = "dox"))]
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
fn peek_buffer(&self) -> Option<gst::Buffer> {
unsafe {
from_glib_full(ffi::gst_aggregator_pad_peek_buffer(
@ -114,8 +100,6 @@ impl<O: IsA<AggregatorPad>> AggregatorPadExt for O {
}
}
#[cfg(any(feature = "v1_14", feature = "dox"))]
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
fn pop_buffer(&self) -> Option<gst::Buffer> {
unsafe {
from_glib_full(ffi::gst_aggregator_pad_pop_buffer(

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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<P: IsA<gst::Object>, Q: IsA<gst::Object>>(
object: &P,

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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<O: IsA<GLBaseFilter>> 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(

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"))]

View file

@ -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))]

View file

@ -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::*;

View file

@ -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"

Some files were not shown because too many files have changed in this diff Show more