forked from mirrors/gstreamer-rs
Update gir
and regenerate without trait reexports in crate root
This commit is contained in:
parent
2c40ce10ab
commit
1a07bfc710
147 changed files with 226 additions and 317 deletions
2
gir
2
gir
|
@ -1 +1 @@
|
|||
Subproject commit a01a90fb9ccd146827a8d1fcdf9766799ad88ab0
|
||||
Subproject commit 7a92c16ac4381e94e6d3b07ae5a6fd9a99866e00
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -4,19 +4,15 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
mod audio_base_sink;
|
||||
pub use self::audio_base_sink::AudioBaseSinkExt;
|
||||
pub use self::audio_base_sink::{AudioBaseSink, NONE_AUDIO_BASE_SINK};
|
||||
|
||||
mod audio_base_src;
|
||||
pub use self::audio_base_src::AudioBaseSrcExt;
|
||||
pub use self::audio_base_src::{AudioBaseSrc, NONE_AUDIO_BASE_SRC};
|
||||
|
||||
mod audio_decoder;
|
||||
pub use self::audio_decoder::AudioDecoderExt;
|
||||
pub use self::audio_decoder::{AudioDecoder, NONE_AUDIO_DECODER};
|
||||
|
||||
mod audio_encoder;
|
||||
pub use self::audio_encoder::AudioEncoderExt;
|
||||
pub use self::audio_encoder::{AudioEncoder, NONE_AUDIO_ENCODER};
|
||||
|
||||
mod audio_sink;
|
||||
|
@ -26,7 +22,6 @@ mod audio_src;
|
|||
pub use self::audio_src::{AudioSrc, NONE_AUDIO_SRC};
|
||||
|
||||
mod stream_volume;
|
||||
pub use self::stream_volume::StreamVolumeExt;
|
||||
pub use self::stream_volume::{StreamVolume, NONE_STREAM_VOLUME};
|
||||
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
|
@ -55,9 +50,9 @@ pub use self::flags::AudioPackFlags;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::AudioBaseSinkExt;
|
||||
pub use super::AudioBaseSrcExt;
|
||||
pub use super::AudioDecoderExt;
|
||||
pub use super::AudioEncoderExt;
|
||||
pub use super::StreamVolumeExt;
|
||||
pub use super::audio_base_sink::AudioBaseSinkExt;
|
||||
pub use super::audio_base_src::AudioBaseSrcExt;
|
||||
pub use super::audio_decoder::AudioDecoderExt;
|
||||
pub use super::audio_encoder::AudioEncoderExt;
|
||||
pub use super::stream_volume::StreamVolumeExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -50,7 +50,7 @@ pub trait BaseSrcExt: 'static {
|
|||
#[doc(alias = "gst_base_src_negotiate")]
|
||||
fn negotiate(&self) -> bool;
|
||||
|
||||
#[cfg_attr(feature = "v1_18", deprecated)]
|
||||
#[cfg_attr(feature = "v1_18", deprecated = "Since 1.18")]
|
||||
#[doc(alias = "gst_base_src_new_seamless_segment")]
|
||||
fn new_seamless_segment(&self, start: i64, stop: i64, time: i64) -> bool;
|
||||
|
||||
|
|
|
@ -11,9 +11,6 @@ pub use self::adapter::Adapter;
|
|||
mod aggregator;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use self::aggregator::AggregatorExt;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use self::aggregator::{Aggregator, NONE_AGGREGATOR};
|
||||
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
|
@ -21,25 +18,18 @@ pub use self::aggregator::{Aggregator, NONE_AGGREGATOR};
|
|||
mod aggregator_pad;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use self::aggregator_pad::AggregatorPadExt;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use self::aggregator_pad::{AggregatorPad, NONE_AGGREGATOR_PAD};
|
||||
|
||||
mod base_parse;
|
||||
pub use self::base_parse::BaseParseExt;
|
||||
pub use self::base_parse::{BaseParse, NONE_BASE_PARSE};
|
||||
|
||||
mod base_sink;
|
||||
pub use self::base_sink::BaseSinkExt;
|
||||
pub use self::base_sink::{BaseSink, NONE_BASE_SINK};
|
||||
|
||||
mod base_src;
|
||||
pub use self::base_src::BaseSrcExt;
|
||||
pub use self::base_src::{BaseSrc, NONE_BASE_SRC};
|
||||
|
||||
mod base_transform;
|
||||
pub use self::base_transform::BaseTransformExt;
|
||||
pub use self::base_transform::{BaseTransform, NONE_BASE_TRANSFORM};
|
||||
|
||||
mod push_src;
|
||||
|
@ -59,12 +49,12 @@ pub mod functions;
|
|||
pub mod traits {
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use super::AggregatorExt;
|
||||
pub use super::aggregator::AggregatorExt;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))]
|
||||
pub use super::AggregatorPadExt;
|
||||
pub use super::BaseParseExt;
|
||||
pub use super::BaseSinkExt;
|
||||
pub use super::BaseSrcExt;
|
||||
pub use super::BaseTransformExt;
|
||||
pub use super::aggregator_pad::AggregatorPadExt;
|
||||
pub use super::base_parse::BaseParseExt;
|
||||
pub use super::base_sink::BaseSinkExt;
|
||||
pub use super::base_src::BaseSrcExt;
|
||||
pub use super::base_transform::BaseTransformExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -4,21 +4,17 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
mod argb_control_binding;
|
||||
pub use self::argb_control_binding::ARGBControlBindingExt;
|
||||
pub use self::argb_control_binding::{ARGBControlBinding, NONE_ARGB_CONTROL_BINDING};
|
||||
|
||||
mod direct_control_binding;
|
||||
pub use self::direct_control_binding::DirectControlBindingExt;
|
||||
pub use self::direct_control_binding::{DirectControlBinding, NONE_DIRECT_CONTROL_BINDING};
|
||||
|
||||
mod interpolation_control_source;
|
||||
pub use self::interpolation_control_source::InterpolationControlSourceExt;
|
||||
pub use self::interpolation_control_source::{
|
||||
InterpolationControlSource, NONE_INTERPOLATION_CONTROL_SOURCE,
|
||||
};
|
||||
|
||||
mod lfo_control_source;
|
||||
pub use self::lfo_control_source::LFOControlSourceExt;
|
||||
pub use self::lfo_control_source::{LFOControlSource, NONE_LFO_CONTROL_SOURCE};
|
||||
|
||||
#[cfg(any(feature = "v1_12", feature = "dox"))]
|
||||
|
@ -29,13 +25,11 @@ mod proxy_control_binding;
|
|||
pub use self::proxy_control_binding::{ProxyControlBinding, NONE_PROXY_CONTROL_BINDING};
|
||||
|
||||
mod timed_value_control_source;
|
||||
pub use self::timed_value_control_source::TimedValueControlSourceExt;
|
||||
pub use self::timed_value_control_source::{
|
||||
TimedValueControlSource, NONE_TIMED_VALUE_CONTROL_SOURCE,
|
||||
};
|
||||
|
||||
mod trigger_control_source;
|
||||
pub use self::trigger_control_source::TriggerControlSourceExt;
|
||||
pub use self::trigger_control_source::{TriggerControlSource, NONE_TRIGGER_CONTROL_SOURCE};
|
||||
|
||||
mod enums;
|
||||
|
@ -44,10 +38,10 @@ pub use self::enums::LFOWaveform;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::ARGBControlBindingExt;
|
||||
pub use super::DirectControlBindingExt;
|
||||
pub use super::InterpolationControlSourceExt;
|
||||
pub use super::LFOControlSourceExt;
|
||||
pub use super::TimedValueControlSourceExt;
|
||||
pub use super::TriggerControlSourceExt;
|
||||
pub use super::argb_control_binding::ARGBControlBindingExt;
|
||||
pub use super::direct_control_binding::DirectControlBindingExt;
|
||||
pub use super::interpolation_control_source::InterpolationControlSourceExt;
|
||||
pub use super::lfo_control_source::LFOControlSourceExt;
|
||||
pub use super::timed_value_control_source::TimedValueControlSourceExt;
|
||||
pub use super::trigger_control_source::TriggerControlSourceExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -40,7 +40,7 @@ pub trait GESContainerExt: 'static {
|
|||
#[doc(alias = "ges_container_add")]
|
||||
fn add<P: IsA<TimelineElement>>(&self, child: &P) -> Result<(), glib::error::BoolError>;
|
||||
|
||||
#[cfg_attr(feature = "v1_18", deprecated)]
|
||||
#[cfg_attr(feature = "v1_18", deprecated = "Since 1.18")]
|
||||
#[doc(alias = "ges_container_edit")]
|
||||
fn edit(
|
||||
&self,
|
||||
|
|
|
@ -114,7 +114,7 @@ pub trait LayerExt: 'static {
|
|||
#[doc(alias = "ges_layer_set_auto_transition")]
|
||||
fn set_auto_transition(&self, auto_transition: bool);
|
||||
|
||||
#[cfg_attr(feature = "v1_16", deprecated)]
|
||||
#[cfg_attr(feature = "v1_16", deprecated = "Since 1.16")]
|
||||
#[doc(alias = "ges_layer_set_priority")]
|
||||
fn set_priority(&self, priority: u32);
|
||||
|
||||
|
@ -134,7 +134,7 @@ pub trait LayerExt: 'static {
|
|||
f: F,
|
||||
) -> SignalHandlerId;
|
||||
|
||||
#[cfg_attr(feature = "v1_16", deprecated)]
|
||||
#[cfg_attr(feature = "v1_16", deprecated = "Since 1.16")]
|
||||
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,81 +4,63 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
mod asset;
|
||||
pub use self::asset::AssetExt;
|
||||
pub use self::asset::{Asset, NONE_ASSET};
|
||||
|
||||
mod base_effect;
|
||||
pub use self::base_effect::BaseEffectExt;
|
||||
pub use self::base_effect::{BaseEffect, NONE_BASE_EFFECT};
|
||||
|
||||
mod base_transition_clip;
|
||||
pub use self::base_transition_clip::{BaseTransitionClip, NONE_BASE_TRANSITION_CLIP};
|
||||
|
||||
mod clip;
|
||||
pub use self::clip::ClipExt;
|
||||
pub use self::clip::{Clip, NONE_CLIP};
|
||||
|
||||
mod container;
|
||||
pub use self::container::GESContainerExt;
|
||||
pub use self::container::{Container, NONE_CONTAINER};
|
||||
|
||||
mod effect;
|
||||
pub use self::effect::EffectExt;
|
||||
pub use self::effect::{Effect, NONE_EFFECT};
|
||||
|
||||
mod extractable;
|
||||
pub use self::extractable::ExtractableExt;
|
||||
pub use self::extractable::{Extractable, NONE_EXTRACTABLE};
|
||||
|
||||
mod group;
|
||||
pub use self::group::GroupExt;
|
||||
pub use self::group::{Group, NONE_GROUP};
|
||||
|
||||
mod layer;
|
||||
pub use self::layer::LayerExt;
|
||||
pub use self::layer::{Layer, NONE_LAYER};
|
||||
|
||||
mod operation_clip;
|
||||
pub use self::operation_clip::{OperationClip, NONE_OPERATION_CLIP};
|
||||
|
||||
mod pipeline;
|
||||
pub use self::pipeline::GESPipelineExt;
|
||||
pub use self::pipeline::{Pipeline, NONE_PIPELINE};
|
||||
|
||||
mod project;
|
||||
pub use self::project::ProjectExt;
|
||||
pub use self::project::{Project, NONE_PROJECT};
|
||||
|
||||
mod timeline;
|
||||
pub use self::timeline::TimelineExt;
|
||||
pub use self::timeline::{Timeline, NONE_TIMELINE};
|
||||
|
||||
mod timeline_element;
|
||||
pub use self::timeline_element::TimelineElementExt;
|
||||
pub use self::timeline_element::{TimelineElement, NONE_TIMELINE_ELEMENT};
|
||||
|
||||
mod track;
|
||||
pub use self::track::GESTrackExt;
|
||||
pub use self::track::{Track, NONE_TRACK};
|
||||
|
||||
mod track_element;
|
||||
pub use self::track_element::TrackElementExt;
|
||||
pub use self::track_element::{TrackElement, NONE_TRACK_ELEMENT};
|
||||
|
||||
mod transition_clip;
|
||||
pub use self::transition_clip::TransitionClipExt;
|
||||
pub use self::transition_clip::{TransitionClip, NONE_TRANSITION_CLIP};
|
||||
|
||||
mod uri_clip;
|
||||
pub use self::uri_clip::UriClipExt;
|
||||
pub use self::uri_clip::{UriClip, NONE_URI_CLIP};
|
||||
|
||||
mod uri_clip_asset;
|
||||
pub use self::uri_clip_asset::UriClipAssetExt;
|
||||
pub use self::uri_clip_asset::{UriClipAsset, NONE_URI_CLIP_ASSET};
|
||||
|
||||
mod uri_source_asset;
|
||||
pub use self::uri_source_asset::UriSourceAssetExt;
|
||||
pub use self::uri_source_asset::{UriSourceAsset, NONE_URI_SOURCE_ASSET};
|
||||
|
||||
mod enums;
|
||||
|
@ -95,22 +77,22 @@ pub use self::alias::FrameNumber;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::AssetExt;
|
||||
pub use super::BaseEffectExt;
|
||||
pub use super::ClipExt;
|
||||
pub use super::EffectExt;
|
||||
pub use super::ExtractableExt;
|
||||
pub use super::GESContainerExt;
|
||||
pub use super::GESPipelineExt;
|
||||
pub use super::GESTrackExt;
|
||||
pub use super::GroupExt;
|
||||
pub use super::LayerExt;
|
||||
pub use super::ProjectExt;
|
||||
pub use super::TimelineElementExt;
|
||||
pub use super::TimelineExt;
|
||||
pub use super::TrackElementExt;
|
||||
pub use super::TransitionClipExt;
|
||||
pub use super::UriClipAssetExt;
|
||||
pub use super::UriClipExt;
|
||||
pub use super::UriSourceAssetExt;
|
||||
pub use super::asset::AssetExt;
|
||||
pub use super::base_effect::BaseEffectExt;
|
||||
pub use super::clip::ClipExt;
|
||||
pub use super::container::GESContainerExt;
|
||||
pub use super::effect::EffectExt;
|
||||
pub use super::extractable::ExtractableExt;
|
||||
pub use super::group::GroupExt;
|
||||
pub use super::layer::LayerExt;
|
||||
pub use super::pipeline::GESPipelineExt;
|
||||
pub use super::project::ProjectExt;
|
||||
pub use super::timeline::TimelineExt;
|
||||
pub use super::timeline_element::TimelineElementExt;
|
||||
pub use super::track::GESTrackExt;
|
||||
pub use super::track_element::TrackElementExt;
|
||||
pub use super::transition_clip::TransitionClipExt;
|
||||
pub use super::uri_clip::UriClipExt;
|
||||
pub use super::uri_clip_asset::UriClipAssetExt;
|
||||
pub use super::uri_source_asset::UriSourceAssetExt;
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@ impl Default for Timeline {
|
|||
pub const NONE_TIMELINE: Option<&Timeline> = None;
|
||||
|
||||
pub trait TimelineExt: 'static {
|
||||
#[cfg_attr(feature = "v1_18", deprecated)]
|
||||
#[cfg_attr(feature = "v1_18", deprecated = "Since 1.18")]
|
||||
#[doc(alias = "ges_timeline_add_layer")]
|
||||
fn add_layer<P: IsA<Layer>>(&self, layer: &P) -> Result<(), glib::error::BoolError>;
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@ pub trait TimelineElementExt: 'static {
|
|||
fn set_parent<P: IsA<TimelineElement>>(&self, parent: &P)
|
||||
-> Result<(), glib::error::BoolError>;
|
||||
|
||||
#[cfg_attr(feature = "v1_10", deprecated)]
|
||||
#[cfg_attr(feature = "v1_10", deprecated = "Since 1.10")]
|
||||
#[doc(alias = "ges_timeline_element_set_priority")]
|
||||
fn set_priority(&self, priority: u32) -> bool;
|
||||
|
||||
|
@ -226,7 +226,7 @@ pub trait TimelineElementExt: 'static {
|
|||
|
||||
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
|
||||
|
||||
#[cfg_attr(feature = "v1_10", deprecated)]
|
||||
#[cfg_attr(feature = "v1_10", deprecated = "Since 1.10")]
|
||||
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
|
||||
|
||||
fn connect_property_serialize_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
|
||||
|
|
|
@ -43,7 +43,7 @@ pub trait TrackElementExt: 'static {
|
|||
#[doc(alias = "ges_track_element_clamp_control_source")]
|
||||
fn clamp_control_source(&self, property_name: &str);
|
||||
|
||||
#[cfg_attr(feature = "v1_18", deprecated)]
|
||||
#[cfg_attr(feature = "v1_18", deprecated = "Since 1.18")]
|
||||
#[doc(alias = "ges_track_element_edit")]
|
||||
fn edit(
|
||||
&self,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
// DO NOT EDIT
|
||||
|
||||
mod gl_base_filter;
|
||||
pub use self::gl_base_filter::GLBaseFilterExt;
|
||||
pub use self::gl_base_filter::{GLBaseFilter, NONE_GL_BASE_FILTER};
|
||||
|
||||
mod gl_base_memory_allocator;
|
||||
|
@ -14,19 +13,15 @@ mod gl_color_convert;
|
|||
pub use self::gl_color_convert::GLColorConvert;
|
||||
|
||||
mod gl_context;
|
||||
pub use self::gl_context::GLContextExt;
|
||||
pub use self::gl_context::{GLContext, NONE_GL_CONTEXT};
|
||||
|
||||
mod gl_display;
|
||||
pub use self::gl_display::GLDisplayExt;
|
||||
pub use self::gl_display::{GLDisplay, NONE_GL_DISPLAY};
|
||||
|
||||
mod gl_filter;
|
||||
pub use self::gl_filter::GLFilterExt;
|
||||
pub use self::gl_filter::{GLFilter, NONE_GL_FILTER};
|
||||
|
||||
mod gl_framebuffer;
|
||||
pub use self::gl_framebuffer::GLFramebufferExt;
|
||||
pub use self::gl_framebuffer::{GLFramebuffer, NONE_GL_FRAMEBUFFER};
|
||||
|
||||
mod gl_memory_allocator;
|
||||
|
@ -48,7 +43,6 @@ mod gl_view_convert;
|
|||
pub use self::gl_view_convert::GLViewConvert;
|
||||
|
||||
mod gl_window;
|
||||
pub use self::gl_window::GLWindowExt;
|
||||
pub use self::gl_window::{GLWindow, NONE_GL_WINDOW};
|
||||
|
||||
mod gl_allocation_params;
|
||||
|
@ -76,10 +70,10 @@ pub use self::flags::GLAPI;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::GLBaseFilterExt;
|
||||
pub use super::GLContextExt;
|
||||
pub use super::GLDisplayExt;
|
||||
pub use super::GLFilterExt;
|
||||
pub use super::GLFramebufferExt;
|
||||
pub use super::GLWindowExt;
|
||||
pub use super::gl_base_filter::GLBaseFilterExt;
|
||||
pub use super::gl_context::GLContextExt;
|
||||
pub use super::gl_display::GLDisplayExt;
|
||||
pub use super::gl_filter::GLFilterExt;
|
||||
pub use super::gl_framebuffer::GLFramebufferExt;
|
||||
pub use super::gl_window::GLWindowExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -16,7 +16,6 @@ mod discoverer_info;
|
|||
pub use self::discoverer_info::DiscovererInfo;
|
||||
|
||||
mod discoverer_stream_info;
|
||||
pub use self::discoverer_stream_info::DiscovererStreamInfoExt;
|
||||
pub use self::discoverer_stream_info::{DiscovererStreamInfo, NONE_DISCOVERER_STREAM_INFO};
|
||||
|
||||
mod discoverer_subtitle_info;
|
||||
|
@ -32,7 +31,6 @@ mod encoding_container_profile;
|
|||
pub use self::encoding_container_profile::EncodingContainerProfile;
|
||||
|
||||
mod encoding_profile;
|
||||
pub use self::encoding_profile::EncodingProfileExt;
|
||||
pub use self::encoding_profile::{EncodingProfile, NONE_ENCODING_PROFILE};
|
||||
|
||||
mod encoding_target;
|
||||
|
@ -51,6 +49,6 @@ pub mod functions;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::DiscovererStreamInfoExt;
|
||||
pub use super::EncodingProfileExt;
|
||||
pub use super::discoverer_stream_info::DiscovererStreamInfoExt;
|
||||
pub use super::encoding_profile::EncodingProfileExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -16,11 +16,9 @@ mod player_media_info;
|
|||
pub use self::player_media_info::PlayerMediaInfo;
|
||||
|
||||
mod player_signal_dispatcher;
|
||||
pub use self::player_signal_dispatcher::PlayerSignalDispatcherExt;
|
||||
pub use self::player_signal_dispatcher::{PlayerSignalDispatcher, NONE_PLAYER_SIGNAL_DISPATCHER};
|
||||
|
||||
mod player_stream_info;
|
||||
pub use self::player_stream_info::PlayerStreamInfoExt;
|
||||
pub use self::player_stream_info::{PlayerStreamInfo, NONE_PLAYER_STREAM_INFO};
|
||||
|
||||
mod player_subtitle_info;
|
||||
|
@ -33,7 +31,6 @@ mod player_video_overlay_video_renderer;
|
|||
pub use self::player_video_overlay_video_renderer::PlayerVideoOverlayVideoRenderer;
|
||||
|
||||
mod player_video_renderer;
|
||||
pub use self::player_video_renderer::PlayerVideoRendererExt;
|
||||
pub use self::player_video_renderer::{PlayerVideoRenderer, NONE_PLAYER_VIDEO_RENDERER};
|
||||
|
||||
mod player_visualization;
|
||||
|
@ -47,7 +44,7 @@ pub use self::enums::PlayerState;
|
|||
|
||||
#[doc(hidden)]
|
||||
pub mod traits {
|
||||
pub use super::PlayerSignalDispatcherExt;
|
||||
pub use super::PlayerStreamInfoExt;
|
||||
pub use super::PlayerVideoRendererExt;
|
||||
pub use super::player_signal_dispatcher::PlayerSignalDispatcherExt;
|
||||
pub use super::player_stream_info::PlayerStreamInfoExt;
|
||||
pub use super::player_video_renderer::PlayerVideoRendererExt;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Generated by gir (https://github.com/gtk-rs/gir @ a01a90f)
|
||||
// Generated by gir (https://github.com/gtk-rs/gir @ 7a92c16)
|
||||
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
||||
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
||||
// DO NOT EDIT
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue