mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
Update gir to c85699a with import cleanups; regenerate
Apply import cleanups from https://github.com/gtk-rs/gir/pull/1043, omitting `use` statements where unnecessary or guarding them with versioning constraints to prevent `unused_imports` warnings. Removes unnecessary `mut_override` with https://github.com/gtk-rs/gir/pull/1044 as well.
This commit is contained in:
parent
796f93f7f4
commit
1ffa02fc1f
147 changed files with 283 additions and 278 deletions
2
gir
2
gir
|
@ -1 +1 @@
|
|||
Subproject commit 00040a2815bbabb466b90c1fc5ca203e4357f425
|
||||
Subproject commit c85699a1d2d426f7e1982f0e193eb48d799a4742
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_app_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use crate::AudioBaseSink;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct AudioSink(Object<ffi::GstAudioSink, ffi::GstAudioSinkClass>) @extends AudioBaseSink, gst_base::BaseSink, gst::Element, gst::Object;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use crate::AudioBaseSrc;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct AudioSrc(Object<ffi::GstAudioSrc, ffi::GstAudioSrcClass>) @extends AudioBaseSrc, gst_base::BaseSrc, gst::Element, gst::Object;
|
||||
|
|
|
@ -11,7 +11,7 @@ glib::wrapper! {
|
|||
pub struct AudioStreamAlign(Boxed<ffi::GstAudioStreamAlign>);
|
||||
|
||||
match fn {
|
||||
copy => |ptr| ffi::gst_audio_stream_align_copy(mut_override(ptr)),
|
||||
copy => |ptr| ffi::gst_audio_stream_align_copy(ptr),
|
||||
free => |ptr| ffi::gst_audio_stream_align_free(ptr),
|
||||
get_type => || ffi::gst_audio_stream_align_get_type(),
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_audio_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -2,11 +2,23 @@
|
|||
// from gir-files (https://github.com/gtk-rs/gir-files)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::translate::*;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::value::FromValue;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::value::FromValueOptional;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::value::SetValue;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::StaticType;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::Type;
|
||||
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use crate::BaseSrc;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct PushSrc(Object<ffi::GstPushSrc, ffi::GstPushSrcClass>) @extends BaseSrc, gst::Element, gst::Object;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_base_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_check_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -8,6 +8,8 @@ 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! {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_controller_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -6,6 +6,8 @@ use crate::Extractable;
|
|||
use crate::TimelineElement;
|
||||
use crate::TrackElement;
|
||||
use glib::object::IsA;
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))]
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_editing_services_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_gl_egl_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_gl_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_gl_wayland_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_gl_x11_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_mpegts_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use crate::NetClientClock;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct NtpClock(Object<ffi::GstNtpClock, ffi::GstNtpClockClass>) @extends NetClientClock, gst::Clock, gst::Object;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_net_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use crate::EncodingProfile;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct EncodingAudioProfile(Object<ffi::GstEncodingAudioProfile, ffi::GstEncodingAudioProfileClass>) @extends EncodingProfile;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_pbutils_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use glib::object::IsA;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct PlayerSignalDispatcher(Interface<ffi::GstPlayerSignalDispatcher>);
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
use glib::object::IsA;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct PlayerVideoRenderer(Interface<ffi::GstPlayerVideoRenderer>);
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
// from gir-files (https://github.com/gtk-rs/gir-files)
|
||||
// DO NOT EDIT
|
||||
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub struct PlayerVisualization(Boxed<ffi::GstPlayerVisualization>);
|
||||
|
||||
match fn {
|
||||
copy => |ptr| ffi::gst_player_visualization_copy(mut_override(ptr)),
|
||||
copy => |ptr| ffi::gst_player_visualization_copy(ptr),
|
||||
free => |ptr| ffi::gst_player_visualization_free(ptr),
|
||||
get_type => || ffi::gst_player_visualization_get_type(),
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_player_sys::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#include "manual.h"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#[cfg(not(feature = "dox"))]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 00040a2)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 8ff1a78d)
|
||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ c85699a)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 796f93f7)
|
||||
// DO NOT EDIT
|
||||
|
||||
use gstreamer_rtp_sys::*;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue