forked from mirrors/gstreamer-rs
Regenerate with latest gir
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1334>
This commit is contained in:
parent
7b6ae13008
commit
bc69e3dafd
78 changed files with 460 additions and 253 deletions
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -59,6 +59,7 @@ impl FromGlib<ffi::GstAppLeakyType> for AppLeakyType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for AppLeakyType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_app_leaky_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_app_leaky_type_get_type()) }
|
||||
}
|
||||
|
@ -72,7 +73,7 @@ impl glib::HasParamSpec for AppLeakyType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -168,6 +169,7 @@ impl FromGlib<ffi::GstAppStreamType> for AppStreamType {
|
|||
|
||||
impl StaticType for AppStreamType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_app_stream_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_app_stream_type_get_type()) }
|
||||
}
|
||||
|
@ -179,7 +181,7 @@ impl glib::HasParamSpec for AppStreamType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -56,6 +56,7 @@ impl FromGlib<ffi::GstAudioDitherMethod> for AudioDitherMethod {
|
|||
|
||||
impl StaticType for AudioDitherMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_dither_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_dither_method_get_type()) }
|
||||
}
|
||||
|
@ -67,7 +68,7 @@ impl glib::HasParamSpec for AudioDitherMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -284,6 +285,7 @@ impl FromGlib<ffi::GstAudioFormat> for AudioFormat {
|
|||
|
||||
impl StaticType for AudioFormat {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_format_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_format_get_type()) }
|
||||
}
|
||||
|
@ -295,7 +297,7 @@ impl glib::HasParamSpec for AudioFormat {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -379,6 +381,7 @@ impl FromGlib<ffi::GstAudioLayout> for AudioLayout {
|
|||
|
||||
impl StaticType for AudioLayout {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_layout_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_layout_get_type()) }
|
||||
}
|
||||
|
@ -390,7 +393,7 @@ impl glib::HasParamSpec for AudioLayout {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -486,6 +489,7 @@ impl FromGlib<ffi::GstAudioNoiseShapingMethod> for AudioNoiseShapingMethod {
|
|||
|
||||
impl StaticType for AudioNoiseShapingMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_noise_shaping_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_noise_shaping_method_get_type()) }
|
||||
}
|
||||
|
@ -497,7 +501,7 @@ impl glib::HasParamSpec for AudioNoiseShapingMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -593,6 +597,7 @@ impl FromGlib<ffi::GstAudioResamplerMethod> for AudioResamplerMethod {
|
|||
|
||||
impl StaticType for AudioResamplerMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_resampler_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_resampler_method_get_type()) }
|
||||
}
|
||||
|
@ -604,7 +609,7 @@ impl glib::HasParamSpec for AudioResamplerMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -746,6 +751,7 @@ impl FromGlib<ffi::GstAudioRingBufferFormatType> for AudioRingBufferFormatType {
|
|||
|
||||
impl StaticType for AudioRingBufferFormatType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_ring_buffer_format_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_ring_buffer_format_type_get_type()) }
|
||||
}
|
||||
|
@ -757,7 +763,7 @@ impl glib::HasParamSpec for AudioRingBufferFormatType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ impl FromGlib<ffi::GstAudioFlags> for AudioFlags {
|
|||
|
||||
impl StaticType for AudioFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_flags_get_type()) }
|
||||
}
|
||||
|
@ -46,7 +47,7 @@ impl glib::HasParamSpec for AudioFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -126,6 +127,7 @@ impl FromGlib<ffi::GstAudioFormatFlags> for AudioFormatFlags {
|
|||
|
||||
impl StaticType for AudioFormatFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_format_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_format_flags_get_type()) }
|
||||
}
|
||||
|
@ -137,7 +139,7 @@ impl glib::HasParamSpec for AudioFormatFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -209,6 +211,7 @@ impl FromGlib<ffi::GstAudioPackFlags> for AudioPackFlags {
|
|||
|
||||
impl StaticType for AudioPackFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_pack_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_pack_flags_get_type()) }
|
||||
}
|
||||
|
@ -220,7 +223,7 @@ impl glib::HasParamSpec for AudioPackFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -61,6 +61,7 @@ impl FromGlib<ffi::GstAggregatorStartTimeSelection> for AggregatorStartTimeSelec
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
impl StaticType for AggregatorStartTimeSelection {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_aggregator_start_time_selection_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_aggregator_start_time_selection_get_type()) }
|
||||
}
|
||||
|
@ -74,7 +75,7 @@ impl glib::HasParamSpec for AggregatorStartTimeSelection {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -55,6 +55,7 @@ impl FromGlib<ffi::GstInterpolationMode> for InterpolationMode {
|
|||
|
||||
impl StaticType for InterpolationMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_interpolation_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_interpolation_mode_get_type()) }
|
||||
}
|
||||
|
@ -66,7 +67,7 @@ impl glib::HasParamSpec for InterpolationMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -162,6 +163,7 @@ impl FromGlib<ffi::GstLFOWaveform> for LFOWaveform {
|
|||
|
||||
impl StaticType for LFOWaveform {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_lfo_waveform_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_lfo_waveform_get_type()) }
|
||||
}
|
||||
|
@ -173,7 +175,7 @@ impl glib::HasParamSpec for LFOWaveform {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
#[allow(unused_imports)]
|
||||
use crate::auto::*;
|
||||
|
||||
#[doc(alias = "GESFrameNumber")]
|
||||
pub type FrameNumber = i64;
|
||||
|
|
|
@ -176,6 +176,7 @@ impl FromGlib<ffi::GESEdge> for Edge {
|
|||
|
||||
impl StaticType for Edge {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_edge_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_edge_get_type()) }
|
||||
}
|
||||
|
@ -187,7 +188,7 @@ impl glib::HasParamSpec for Edge {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -306,6 +307,7 @@ impl FromGlib<ffi::GESEditMode> for EditMode {
|
|||
|
||||
impl StaticType for EditMode {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_edit_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_edit_mode_get_type()) }
|
||||
}
|
||||
|
@ -317,7 +319,7 @@ impl glib::HasParamSpec for EditMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -481,6 +483,7 @@ impl FromGlib<ffi::GESTextHAlign> for TextHAlign {
|
|||
|
||||
impl StaticType for TextHAlign {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_text_halign_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_text_halign_get_type()) }
|
||||
}
|
||||
|
@ -492,7 +495,7 @@ impl glib::HasParamSpec for TextHAlign {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -592,6 +595,7 @@ impl FromGlib<ffi::GESTextVAlign> for TextVAlign {
|
|||
|
||||
impl StaticType for TextVAlign {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_text_valign_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_text_valign_get_type()) }
|
||||
}
|
||||
|
@ -603,7 +607,7 @@ impl glib::HasParamSpec for TextVAlign {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -973,6 +977,7 @@ impl FromGlib<ffi::GESVideoStandardTransitionType> for VideoStandardTransitionTy
|
|||
|
||||
impl StaticType for VideoStandardTransitionType {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_video_standard_transition_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_video_standard_transition_type_get_type()) }
|
||||
}
|
||||
|
@ -984,7 +989,7 @@ impl glib::HasParamSpec for VideoStandardTransitionType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1130,6 +1135,7 @@ impl FromGlib<ffi::GESVideoTestPattern> for VideoTestPattern {
|
|||
|
||||
impl StaticType for VideoTestPattern {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_video_test_pattern_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_video_test_pattern_get_type()) }
|
||||
}
|
||||
|
@ -1141,7 +1147,7 @@ impl glib::HasParamSpec for VideoTestPattern {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ impl FromGlib<ffi::GESMarkerFlags> for MarkerFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for MarkerFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_marker_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_marker_flags_get_type()) }
|
||||
}
|
||||
|
@ -59,7 +60,7 @@ impl glib::HasParamSpec for MarkerFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,6 +144,7 @@ impl FromGlib<ffi::GESMetaFlag> for MetaFlag {
|
|||
|
||||
impl StaticType for MetaFlag {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_meta_flag_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_meta_flag_get_type()) }
|
||||
}
|
||||
|
@ -154,7 +156,7 @@ impl glib::HasParamSpec for MetaFlag {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -234,6 +236,7 @@ impl FromGlib<ffi::GESPipelineFlags> for PipelineFlags {
|
|||
|
||||
impl StaticType for PipelineFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_pipeline_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_pipeline_flags_get_type()) }
|
||||
}
|
||||
|
@ -245,7 +248,7 @@ impl glib::HasParamSpec for PipelineFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -344,6 +347,7 @@ impl FromGlib<ffi::GESTrackType> for TrackType {
|
|||
|
||||
impl StaticType for TrackType {
|
||||
#[inline]
|
||||
#[doc(alias = "ges_track_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::ges_track_type_get_type()) }
|
||||
}
|
||||
|
@ -355,7 +359,7 @@ impl glib::HasParamSpec for TrackType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -72,6 +72,7 @@ impl FromGlib<ffi::GstGLConfigCaveat> for GLConfigCaveat {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for GLConfigCaveat {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_config_caveat_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_config_caveat_get_type()) }
|
||||
}
|
||||
|
@ -85,7 +86,7 @@ impl glib::HasParamSpec for GLConfigCaveat {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -217,6 +218,7 @@ impl glib::error::ErrorDomain for GLContextError {
|
|||
|
||||
impl StaticType for GLContextError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_context_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_context_error_get_type()) }
|
||||
}
|
||||
|
@ -228,7 +230,7 @@ impl glib::HasParamSpec for GLContextError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -443,6 +445,7 @@ impl FromGlib<ffi::GstGLFormat> for GLFormat {
|
|||
|
||||
impl StaticType for GLFormat {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_format_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_format_get_type()) }
|
||||
}
|
||||
|
@ -454,7 +457,7 @@ impl glib::HasParamSpec for GLFormat {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -542,6 +545,7 @@ impl FromGlib<ffi::GstGLQueryType> for GLQueryType {
|
|||
|
||||
impl StaticType for GLQueryType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_query_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_query_type_get_type()) }
|
||||
}
|
||||
|
@ -553,7 +557,7 @@ impl glib::HasParamSpec for GLQueryType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -664,6 +668,7 @@ impl glib::error::ErrorDomain for GLSLError {
|
|||
|
||||
impl StaticType for GLSLError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_glsl_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_glsl_error_get_type()) }
|
||||
}
|
||||
|
@ -675,7 +680,7 @@ impl glib::HasParamSpec for GLSLError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -865,6 +870,7 @@ impl FromGlib<ffi::GstGLSLVersion> for GLSLVersion {
|
|||
|
||||
impl StaticType for GLSLVersion {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_glsl_version_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_glsl_version_get_type()) }
|
||||
}
|
||||
|
@ -876,7 +882,7 @@ impl glib::HasParamSpec for GLSLVersion {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -964,6 +970,7 @@ impl FromGlib<ffi::GstGLStereoDownmix> for GLStereoDownmix {
|
|||
|
||||
impl StaticType for GLStereoDownmix {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_stereo_downmix_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_stereo_downmix_get_type()) }
|
||||
}
|
||||
|
@ -975,7 +982,7 @@ impl glib::HasParamSpec for GLStereoDownmix {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1104,6 +1111,7 @@ impl FromGlib<ffi::GstGLTextureTarget> for GLTextureTarget {
|
|||
|
||||
impl StaticType for GLTextureTarget {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_texture_target_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_texture_target_get_type()) }
|
||||
}
|
||||
|
@ -1115,7 +1123,7 @@ impl glib::HasParamSpec for GLTextureTarget {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1211,6 +1219,7 @@ impl FromGlib<ffi::GstGLUploadReturn> for GLUploadReturn {
|
|||
|
||||
impl StaticType for GLUploadReturn {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_upload_return_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_upload_return_get_type()) }
|
||||
}
|
||||
|
@ -1222,7 +1231,7 @@ impl glib::HasParamSpec for GLUploadReturn {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1334,6 +1343,7 @@ impl glib::error::ErrorDomain for GLWindowError {
|
|||
|
||||
impl StaticType for GLWindowError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_window_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_window_error_get_type()) }
|
||||
}
|
||||
|
@ -1345,7 +1355,7 @@ impl glib::HasParamSpec for GLWindowError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@ impl FromGlib<ffi::GstGLAPI> for GLAPI {
|
|||
|
||||
impl StaticType for GLAPI {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_api_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_api_get_type()) }
|
||||
}
|
||||
|
@ -75,7 +76,7 @@ impl glib::HasParamSpec for GLAPI {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -172,6 +173,7 @@ impl FromGlib<ffi::GstGLConfigSurfaceType> for GLConfigSurfaceType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for GLConfigSurfaceType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_config_surface_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_config_surface_type_get_type()) }
|
||||
}
|
||||
|
@ -185,7 +187,7 @@ impl glib::HasParamSpec for GLConfigSurfaceType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -295,6 +297,7 @@ impl FromGlib<ffi::GstGLDisplayType> for GLDisplayType {
|
|||
|
||||
impl StaticType for GLDisplayType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_display_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_display_type_get_type()) }
|
||||
}
|
||||
|
@ -306,7 +309,7 @@ impl glib::HasParamSpec for GLDisplayType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -412,6 +415,7 @@ impl FromGlib<ffi::GstGLPlatform> for GLPlatform {
|
|||
|
||||
impl StaticType for GLPlatform {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gl_platform_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gl_platform_get_type()) }
|
||||
}
|
||||
|
@ -423,7 +427,7 @@ impl glib::HasParamSpec for GLPlatform {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -514,6 +518,7 @@ impl FromGlib<ffi::GstGLSLProfile> for GLSLProfile {
|
|||
|
||||
impl StaticType for GLSLProfile {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_glsl_profile_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_glsl_profile_get_type()) }
|
||||
}
|
||||
|
@ -525,7 +530,7 @@ impl glib::HasParamSpec for GLSLProfile {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -79,6 +79,7 @@ impl FromGlib<ffi::GstAudioVisualizerShader> for AudioVisualizerShader {
|
|||
|
||||
impl StaticType for AudioVisualizerShader {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_audio_visualizer_shader_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_audio_visualizer_shader_get_type()) }
|
||||
}
|
||||
|
@ -90,7 +91,7 @@ impl glib::HasParamSpec for AudioVisualizerShader {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -190,6 +191,7 @@ impl FromGlib<ffi::GstDiscovererResult> for DiscovererResult {
|
|||
|
||||
impl StaticType for DiscovererResult {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_discoverer_result_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_discoverer_result_get_type()) }
|
||||
}
|
||||
|
@ -201,7 +203,7 @@ impl glib::HasParamSpec for DiscovererResult {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ impl FromGlib<ffi::GstDiscovererSerializeFlags> for DiscovererSerializeFlags {
|
|||
|
||||
impl StaticType for DiscovererSerializeFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_discoverer_serialize_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_discoverer_serialize_flags_get_type()) }
|
||||
}
|
||||
|
@ -50,7 +51,7 @@ impl glib::HasParamSpec for DiscovererSerializeFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -146,6 +147,7 @@ impl FromGlib<ffi::GstPbUtilsCapsDescriptionFlags> for PbUtilsCapsDescriptionFla
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for PbUtilsCapsDescriptionFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pb_utils_caps_description_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pb_utils_caps_description_flags_get_type()) }
|
||||
}
|
||||
|
@ -159,7 +161,7 @@ impl glib::HasParamSpec for PbUtilsCapsDescriptionFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -76,6 +76,7 @@ impl FromGlib<ffi::GstPlayColorBalanceType> for PlayColorBalanceType {
|
|||
|
||||
impl StaticType for PlayColorBalanceType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_play_color_balance_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_play_color_balance_type_get_type()) }
|
||||
}
|
||||
|
@ -87,7 +88,7 @@ impl glib::HasParamSpec for PlayColorBalanceType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -210,6 +211,7 @@ impl glib::error::ErrorDomain for PlayError {
|
|||
|
||||
impl StaticType for PlayError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_play_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_play_error_get_type()) }
|
||||
}
|
||||
|
@ -221,7 +223,7 @@ impl glib::HasParamSpec for PlayError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -492,6 +494,7 @@ impl FromGlib<ffi::GstPlayMessage> for PlayMessage {
|
|||
|
||||
impl StaticType for PlayMessage {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_play_message_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_play_message_get_type()) }
|
||||
}
|
||||
|
@ -503,7 +506,7 @@ impl glib::HasParamSpec for PlayMessage {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -666,6 +669,7 @@ impl FromGlib<ffi::GstPlayState> for PlayState {
|
|||
|
||||
impl StaticType for PlayState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_play_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_play_state_get_type()) }
|
||||
}
|
||||
|
@ -677,7 +681,7 @@ impl glib::HasParamSpec for PlayState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -75,6 +75,7 @@ impl FromGlib<ffi::GstPlayerColorBalanceType> for PlayerColorBalanceType {
|
|||
|
||||
impl StaticType for PlayerColorBalanceType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_player_color_balance_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_player_color_balance_type_get_type()) }
|
||||
}
|
||||
|
@ -86,7 +87,7 @@ impl glib::HasParamSpec for PlayerColorBalanceType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -209,6 +210,7 @@ impl glib::error::ErrorDomain for PlayerError {
|
|||
|
||||
impl StaticType for PlayerError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_player_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_player_error_get_type()) }
|
||||
}
|
||||
|
@ -220,7 +222,7 @@ impl glib::HasParamSpec for PlayerError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -383,6 +385,7 @@ impl FromGlib<ffi::GstPlayerState> for PlayerState {
|
|||
|
||||
impl StaticType for PlayerState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_player_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_player_state_get_type()) }
|
||||
}
|
||||
|
@ -394,7 +397,7 @@ impl glib::HasParamSpec for PlayerState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -75,6 +75,7 @@ impl FromGlib<ffi::GstRTCPFBType> for RTCPFBType {
|
|||
|
||||
impl StaticType for RTCPFBType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtcpfb_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtcpfb_type_get_type()) }
|
||||
}
|
||||
|
@ -86,7 +87,7 @@ impl glib::HasParamSpec for RTCPFBType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -256,6 +257,7 @@ impl FromGlib<ffi::GstRTCPSDESType> for RTCPSDESType {
|
|||
|
||||
impl StaticType for RTCPSDESType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtcpsdes_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtcpsdes_type_get_type()) }
|
||||
}
|
||||
|
@ -267,7 +269,7 @@ impl glib::HasParamSpec for RTCPSDESType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -379,6 +381,7 @@ impl FromGlib<ffi::GstRTCPType> for RTCPType {
|
|||
|
||||
impl StaticType for RTCPType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtcp_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtcp_type_get_type()) }
|
||||
}
|
||||
|
@ -390,7 +393,7 @@ impl glib::HasParamSpec for RTCPType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -506,6 +509,7 @@ impl FromGlib<ffi::GstRTCPXRType> for RTCPXRType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for RTCPXRType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtcpxr_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtcpxr_type_get_type()) }
|
||||
}
|
||||
|
@ -519,7 +523,7 @@ impl glib::HasParamSpec for RTCPXRType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -705,6 +709,7 @@ impl FromGlib<ffi::GstRTPPayload> for RTPPayload {
|
|||
|
||||
impl StaticType for RTPPayload {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_payload_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_payload_get_type()) }
|
||||
}
|
||||
|
@ -716,7 +721,7 @@ impl glib::HasParamSpec for RTPPayload {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -812,6 +817,7 @@ impl FromGlib<ffi::GstRTPProfile> for RTPProfile {
|
|||
|
||||
impl StaticType for RTPProfile {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_profile_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_profile_get_type()) }
|
||||
}
|
||||
|
@ -823,7 +829,7 @@ impl glib::HasParamSpec for RTPProfile {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ impl FromGlib<ffi::GstRTPBufferFlags> for RTPBufferFlags {
|
|||
|
||||
impl StaticType for RTPBufferFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_buffer_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_buffer_flags_get_type()) }
|
||||
}
|
||||
|
@ -48,7 +49,7 @@ impl glib::HasParamSpec for RTPBufferFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -120,6 +121,7 @@ impl FromGlib<ffi::GstRTPBufferMapFlags> for RTPBufferMapFlags {
|
|||
|
||||
impl StaticType for RTPBufferMapFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_buffer_map_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_buffer_map_flags_get_type()) }
|
||||
}
|
||||
|
@ -131,7 +133,7 @@ impl glib::HasParamSpec for RTPBufferMapFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -219,6 +221,7 @@ impl FromGlib<ffi::GstRTPHeaderExtensionDirection> for RTPHeaderExtensionDirecti
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for RTPHeaderExtensionDirection {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_header_extension_direction_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_header_extension_direction_get_type()) }
|
||||
}
|
||||
|
@ -232,7 +235,7 @@ impl glib::HasParamSpec for RTPHeaderExtensionDirection {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -322,6 +325,7 @@ impl FromGlib<ffi::GstRTPHeaderExtensionFlags> for RTPHeaderExtensionFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for RTPHeaderExtensionFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtp_header_extension_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtp_header_extension_flags_get_type()) }
|
||||
}
|
||||
|
@ -335,7 +339,7 @@ impl glib::HasParamSpec for RTPHeaderExtensionFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -203,6 +203,7 @@ impl FromGlib<ffi::GstRTSPPublishClockMode> for RTSPPublishClockMode {
|
|||
|
||||
impl StaticType for RTSPPublishClockMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_publish_clock_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_publish_clock_mode_get_type()) }
|
||||
}
|
||||
|
@ -214,7 +215,7 @@ impl glib::HasParamSpec for RTSPPublishClockMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -302,6 +303,7 @@ impl FromGlib<ffi::GstRTSPSuspendMode> for RTSPSuspendMode {
|
|||
|
||||
impl StaticType for RTSPSuspendMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_suspend_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_suspend_mode_get_type()) }
|
||||
}
|
||||
|
@ -313,7 +315,7 @@ impl glib::HasParamSpec for RTSPSuspendMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ impl FromGlib<ffi::GstRTSPTransportMode> for RTSPTransportMode {
|
|||
|
||||
impl StaticType for RTSPTransportMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_transport_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_transport_mode_get_type()) }
|
||||
}
|
||||
|
@ -84,7 +85,7 @@ impl glib::HasParamSpec for RTSPTransportMode {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -51,6 +51,7 @@ impl FromGlib<ffi::GstRTSPAuthMethod> for RTSPAuthMethod {
|
|||
|
||||
impl StaticType for RTSPAuthMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_auth_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_auth_method_get_type()) }
|
||||
}
|
||||
|
@ -62,7 +63,7 @@ impl glib::HasParamSpec for RTSPAuthMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -150,6 +151,7 @@ impl FromGlib<ffi::GstRTSPFamily> for RTSPFamily {
|
|||
|
||||
impl StaticType for RTSPFamily {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_family_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_family_get_type()) }
|
||||
}
|
||||
|
@ -161,7 +163,7 @@ impl glib::HasParamSpec for RTSPFamily {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -595,6 +597,7 @@ impl FromGlib<ffi::GstRTSPHeaderField> for RTSPHeaderField {
|
|||
|
||||
impl StaticType for RTSPHeaderField {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_header_field_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_header_field_get_type()) }
|
||||
}
|
||||
|
@ -606,7 +609,7 @@ impl glib::HasParamSpec for RTSPHeaderField {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -706,6 +709,7 @@ impl FromGlib<ffi::GstRTSPMsgType> for RTSPMsgType {
|
|||
|
||||
impl StaticType for RTSPMsgType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_msg_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_msg_type_get_type()) }
|
||||
}
|
||||
|
@ -717,7 +721,7 @@ impl glib::HasParamSpec for RTSPMsgType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -813,6 +817,7 @@ impl FromGlib<ffi::GstRTSPRangeUnit> for RTSPRangeUnit {
|
|||
|
||||
impl StaticType for RTSPRangeUnit {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_range_unit_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_range_unit_get_type()) }
|
||||
}
|
||||
|
@ -824,7 +829,7 @@ impl glib::HasParamSpec for RTSPRangeUnit {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -970,6 +975,7 @@ impl FromGlib<ffi::GstRTSPResult> for RTSPResult {
|
|||
|
||||
impl StaticType for RTSPResult {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_result_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_result_get_type()) }
|
||||
}
|
||||
|
@ -981,7 +987,7 @@ impl glib::HasParamSpec for RTSPResult {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1081,6 +1087,7 @@ impl FromGlib<ffi::GstRTSPState> for RTSPState {
|
|||
|
||||
impl StaticType for RTSPState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_state_get_type()) }
|
||||
}
|
||||
|
@ -1092,7 +1099,7 @@ impl glib::HasParamSpec for RTSPState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1358,6 +1365,7 @@ impl FromGlib<ffi::GstRTSPStatusCode> for RTSPStatusCode {
|
|||
|
||||
impl StaticType for RTSPStatusCode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_status_code_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_status_code_get_type()) }
|
||||
}
|
||||
|
@ -1369,7 +1377,7 @@ impl glib::HasParamSpec for RTSPStatusCode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1465,6 +1473,7 @@ impl FromGlib<ffi::GstRTSPTimeType> for RTSPTimeType {
|
|||
|
||||
impl StaticType for RTSPTimeType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_time_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_time_type_get_type()) }
|
||||
}
|
||||
|
@ -1476,7 +1485,7 @@ impl glib::HasParamSpec for RTSPTimeType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ impl FromGlib<ffi::GstRTSPEvent> for RTSPEvent {
|
|||
|
||||
impl StaticType for RTSPEvent {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_event_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_event_get_type()) }
|
||||
}
|
||||
|
@ -48,7 +49,7 @@ impl glib::HasParamSpec for RTSPEvent {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -128,6 +129,7 @@ impl FromGlib<ffi::GstRTSPLowerTrans> for RTSPLowerTrans {
|
|||
|
||||
impl StaticType for RTSPLowerTrans {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_lower_trans_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_lower_trans_get_type()) }
|
||||
}
|
||||
|
@ -139,7 +141,7 @@ impl glib::HasParamSpec for RTSPLowerTrans {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -243,6 +245,7 @@ impl FromGlib<ffi::GstRTSPMethod> for RTSPMethod {
|
|||
|
||||
impl StaticType for RTSPMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_method_get_type()) }
|
||||
}
|
||||
|
@ -254,7 +257,7 @@ impl glib::HasParamSpec for RTSPMethod {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -332,6 +335,7 @@ impl FromGlib<ffi::GstRTSPProfile> for RTSPProfile {
|
|||
|
||||
impl StaticType for RTSPProfile {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_profile_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_profile_get_type()) }
|
||||
}
|
||||
|
@ -343,7 +347,7 @@ impl glib::HasParamSpec for RTSPProfile {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -417,6 +421,7 @@ impl FromGlib<ffi::GstRTSPTransMode> for RTSPTransMode {
|
|||
|
||||
impl StaticType for RTSPTransMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rtsp_trans_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rtsp_trans_mode_get_type()) }
|
||||
}
|
||||
|
@ -428,7 +433,7 @@ impl glib::HasParamSpec for RTSPTransMode {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
#[allow(unused_imports)]
|
||||
use crate::auto::*;
|
||||
|
||||
#[doc(alias = "GstValidateIssueId")]
|
||||
pub type IssueId = glib::Quark;
|
||||
|
|
|
@ -97,6 +97,7 @@ impl FromGlib<ffi::GstValidateReportLevel> for ReportLevel {
|
|||
|
||||
impl StaticType for ReportLevel {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_validate_report_level_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_validate_report_level_get_type()) }
|
||||
}
|
||||
|
@ -108,7 +109,7 @@ impl glib::HasParamSpec for ReportLevel {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -216,6 +217,7 @@ impl FromGlib<ffi::GstValidateReportingDetails> for ReportingDetails {
|
|||
|
||||
impl StaticType for ReportingDetails {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_validate_reporting_details_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_validate_reporting_details_get_type()) }
|
||||
}
|
||||
|
@ -227,7 +229,7 @@ impl glib::HasParamSpec for ReportingDetails {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ impl FromGlib<ffi::GstValidateActionTypeFlags> for ActionTypeFlags {
|
|||
|
||||
impl StaticType for ActionTypeFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_validate_action_type_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_validate_action_type_flags_get_type()) }
|
||||
}
|
||||
|
@ -68,7 +69,7 @@ impl glib::HasParamSpec for ActionTypeFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -146,6 +147,7 @@ impl FromGlib<ffi::GstValidateIssueFlags> for IssueFlags {
|
|||
|
||||
impl StaticType for IssueFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_validate_issue_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_validate_issue_flags_get_type()) }
|
||||
}
|
||||
|
@ -157,7 +159,7 @@ impl glib::HasParamSpec for IssueFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -48,6 +48,7 @@ impl FromGlib<ffi::GstColorBalanceType> for ColorBalanceType {
|
|||
|
||||
impl StaticType for ColorBalanceType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_color_balance_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_color_balance_type_get_type()) }
|
||||
}
|
||||
|
@ -59,7 +60,7 @@ impl glib::HasParamSpec for ColorBalanceType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -194,6 +195,7 @@ impl FromGlib<ffi::GstNavigationCommand> for NavigationCommand {
|
|||
|
||||
impl StaticType for NavigationCommand {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_navigation_command_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_navigation_command_get_type()) }
|
||||
}
|
||||
|
@ -205,7 +207,7 @@ impl glib::HasParamSpec for NavigationCommand {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -355,6 +357,7 @@ impl FromGlib<ffi::GstNavigationEventType> for NavigationEventType {
|
|||
|
||||
impl StaticType for NavigationEventType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_navigation_event_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_navigation_event_type_get_type()) }
|
||||
}
|
||||
|
@ -366,7 +369,7 @@ impl glib::HasParamSpec for NavigationEventType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -462,6 +465,7 @@ impl FromGlib<ffi::GstNavigationMessageType> for NavigationMessageType {
|
|||
|
||||
impl StaticType for NavigationMessageType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_navigation_message_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_navigation_message_type_get_type()) }
|
||||
}
|
||||
|
@ -473,7 +477,7 @@ impl glib::HasParamSpec for NavigationMessageType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -561,6 +565,7 @@ impl FromGlib<ffi::GstNavigationQueryType> for NavigationQueryType {
|
|||
|
||||
impl StaticType for NavigationQueryType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_navigation_query_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_navigation_query_type_get_type()) }
|
||||
}
|
||||
|
@ -572,7 +577,7 @@ impl glib::HasParamSpec for NavigationQueryType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -668,6 +673,7 @@ impl FromGlib<ffi::GstVideoAFDSpec> for VideoAFDSpec {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
impl StaticType for VideoAFDSpec {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_afd_spec_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_afd_spec_get_type()) }
|
||||
}
|
||||
|
@ -681,7 +687,7 @@ impl glib::HasParamSpec for VideoAFDSpec {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -817,6 +823,7 @@ impl FromGlib<ffi::GstVideoAFDValue> for VideoAFDValue {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
impl StaticType for VideoAFDValue {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_afd_value_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_afd_value_get_type()) }
|
||||
}
|
||||
|
@ -830,7 +837,7 @@ impl glib::HasParamSpec for VideoAFDValue {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -926,6 +933,7 @@ impl FromGlib<ffi::GstVideoAlphaMode> for VideoAlphaMode {
|
|||
|
||||
impl StaticType for VideoAlphaMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_alpha_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_alpha_mode_get_type()) }
|
||||
}
|
||||
|
@ -937,7 +945,7 @@ impl glib::HasParamSpec for VideoAlphaMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1051,6 +1059,7 @@ impl FromGlib<ffi::GstVideoCaptionType> for VideoCaptionType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for VideoCaptionType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_caption_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_caption_type_get_type()) }
|
||||
}
|
||||
|
@ -1064,7 +1073,7 @@ impl glib::HasParamSpec for VideoCaptionType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1164,6 +1173,7 @@ impl FromGlib<ffi::GstVideoChromaMode> for VideoChromaMode {
|
|||
|
||||
impl StaticType for VideoChromaMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_chroma_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_chroma_mode_get_type()) }
|
||||
}
|
||||
|
@ -1175,7 +1185,7 @@ impl glib::HasParamSpec for VideoChromaMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1297,6 +1307,7 @@ impl FromGlib<ffi::GstVideoColorMatrix> for VideoColorMatrix {
|
|||
|
||||
impl StaticType for VideoColorMatrix {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_color_matrix_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_color_matrix_get_type()) }
|
||||
}
|
||||
|
@ -1308,7 +1319,7 @@ impl glib::HasParamSpec for VideoColorMatrix {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1487,6 +1498,7 @@ impl FromGlib<ffi::GstVideoColorPrimaries> for VideoColorPrimaries {
|
|||
|
||||
impl StaticType for VideoColorPrimaries {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_color_primaries_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_color_primaries_get_type()) }
|
||||
}
|
||||
|
@ -1498,7 +1510,7 @@ impl glib::HasParamSpec for VideoColorPrimaries {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1594,6 +1606,7 @@ impl FromGlib<ffi::GstVideoDitherMethod> for VideoDitherMethod {
|
|||
|
||||
impl StaticType for VideoDitherMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_dither_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_dither_method_get_type()) }
|
||||
}
|
||||
|
@ -1605,7 +1618,7 @@ impl glib::HasParamSpec for VideoDitherMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1712,6 +1725,7 @@ impl FromGlib<ffi::GstVideoFieldOrder> for VideoFieldOrder {
|
|||
|
||||
impl StaticType for VideoFieldOrder {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_field_order_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_field_order_get_type()) }
|
||||
}
|
||||
|
@ -1723,7 +1737,7 @@ impl glib::HasParamSpec for VideoFieldOrder {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2570,6 +2584,7 @@ impl FromGlib<ffi::GstVideoFormat> for VideoFormat {
|
|||
|
||||
impl StaticType for VideoFormat {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_format_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_format_get_type()) }
|
||||
}
|
||||
|
@ -2581,7 +2596,7 @@ impl glib::HasParamSpec for VideoFormat {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2665,6 +2680,7 @@ impl FromGlib<ffi::GstVideoGammaMode> for VideoGammaMode {
|
|||
|
||||
impl StaticType for VideoGammaMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_gamma_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_gamma_mode_get_type()) }
|
||||
}
|
||||
|
@ -2676,7 +2692,7 @@ impl glib::HasParamSpec for VideoGammaMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2805,6 +2821,7 @@ impl FromGlib<ffi::GstVideoInterlaceMode> for VideoInterlaceMode {
|
|||
|
||||
impl StaticType for VideoInterlaceMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_interlace_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_interlace_mode_get_type()) }
|
||||
}
|
||||
|
@ -2816,7 +2833,7 @@ impl glib::HasParamSpec for VideoInterlaceMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2908,6 +2925,7 @@ impl FromGlib<ffi::GstVideoMatrixMode> for VideoMatrixMode {
|
|||
|
||||
impl StaticType for VideoMatrixMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_matrix_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_matrix_mode_get_type()) }
|
||||
}
|
||||
|
@ -2919,7 +2937,7 @@ impl glib::HasParamSpec for VideoMatrixMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3039,6 +3057,7 @@ impl FromGlib<ffi::GstVideoMultiviewFramePacking> for VideoMultiviewFramePacking
|
|||
|
||||
impl StaticType for VideoMultiviewFramePacking {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_multiview_frame_packing_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_multiview_frame_packing_get_type()) }
|
||||
}
|
||||
|
@ -3050,7 +3069,7 @@ impl glib::HasParamSpec for VideoMultiviewFramePacking {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3198,6 +3217,7 @@ impl FromGlib<ffi::GstVideoMultiviewMode> for VideoMultiviewMode {
|
|||
|
||||
impl StaticType for VideoMultiviewMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_multiview_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_multiview_mode_get_type()) }
|
||||
}
|
||||
|
@ -3209,7 +3229,7 @@ impl glib::HasParamSpec for VideoMultiviewMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3325,6 +3345,7 @@ impl FromGlib<ffi::GstVideoOrientationMethod> for VideoOrientationMethod {
|
|||
|
||||
impl StaticType for VideoOrientationMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_orientation_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_orientation_method_get_type()) }
|
||||
}
|
||||
|
@ -3336,7 +3357,7 @@ impl glib::HasParamSpec for VideoOrientationMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3424,6 +3445,7 @@ impl FromGlib<ffi::GstVideoPrimariesMode> for VideoPrimariesMode {
|
|||
|
||||
impl StaticType for VideoPrimariesMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_primaries_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_primaries_mode_get_type()) }
|
||||
}
|
||||
|
@ -3435,7 +3457,7 @@ impl glib::HasParamSpec for VideoPrimariesMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3531,6 +3553,7 @@ impl FromGlib<ffi::GstVideoResamplerMethod> for VideoResamplerMethod {
|
|||
|
||||
impl StaticType for VideoResamplerMethod {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_resampler_method_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_resampler_method_get_type()) }
|
||||
}
|
||||
|
@ -3542,7 +3565,7 @@ impl glib::HasParamSpec for VideoResamplerMethod {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3634,6 +3657,7 @@ impl FromGlib<ffi::GstVideoTileMode> for VideoTileMode {
|
|||
|
||||
impl StaticType for VideoTileMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_tile_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_tile_mode_get_type()) }
|
||||
}
|
||||
|
@ -3645,7 +3669,7 @@ impl glib::HasParamSpec for VideoTileMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3852,6 +3876,7 @@ impl FromGlib<ffi::GstVideoTransferFunction> for VideoTransferFunction {
|
|||
|
||||
impl StaticType for VideoTransferFunction {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_transfer_function_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_transfer_function_get_type()) }
|
||||
}
|
||||
|
@ -3863,7 +3888,7 @@ impl glib::HasParamSpec for VideoTransferFunction {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ impl FromGlib<ffi::GstNavigationModifierType> for NavigationModifierType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_22")))]
|
||||
impl StaticType for NavigationModifierType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_navigation_modifier_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_navigation_modifier_type_get_type()) }
|
||||
}
|
||||
|
@ -87,7 +88,7 @@ impl glib::HasParamSpec for NavigationModifierType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -189,6 +190,7 @@ impl FromGlib<ffi::GstVideoBufferFlags> for VideoBufferFlags {
|
|||
|
||||
impl StaticType for VideoBufferFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_buffer_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_buffer_flags_get_type()) }
|
||||
}
|
||||
|
@ -200,7 +202,7 @@ impl glib::HasParamSpec for VideoBufferFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -303,6 +305,7 @@ impl FromGlib<ffi::GstVideoChromaSite> for VideoChromaSite {
|
|||
|
||||
impl StaticType for VideoChromaSite {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_chroma_site_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_chroma_site_get_type()) }
|
||||
}
|
||||
|
@ -314,7 +317,7 @@ impl glib::HasParamSpec for VideoChromaSite {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -398,6 +401,7 @@ impl FromGlib<ffi::GstVideoCodecFrameFlags> for VideoCodecFrameFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for VideoCodecFrameFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_codec_frame_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_codec_frame_flags_get_type()) }
|
||||
}
|
||||
|
@ -411,7 +415,7 @@ impl glib::HasParamSpec for VideoCodecFrameFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -501,6 +505,7 @@ impl FromGlib<ffi::GstVideoDecoderRequestSyncPointFlags> for VideoDecoderRequest
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for VideoDecoderRequestSyncPointFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_decoder_request_sync_point_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_decoder_request_sync_point_flags_get_type()) }
|
||||
}
|
||||
|
@ -514,7 +519,7 @@ impl glib::HasParamSpec for VideoDecoderRequestSyncPointFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -596,6 +601,7 @@ impl FromGlib<ffi::GstVideoFlags> for VideoFlags {
|
|||
|
||||
impl StaticType for VideoFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_flags_get_type()) }
|
||||
}
|
||||
|
@ -607,7 +613,7 @@ impl glib::HasParamSpec for VideoFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -699,6 +705,7 @@ impl FromGlib<ffi::GstVideoFormatFlags> for VideoFormatFlags {
|
|||
|
||||
impl StaticType for VideoFormatFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_format_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_format_flags_get_type()) }
|
||||
}
|
||||
|
@ -710,7 +717,7 @@ impl glib::HasParamSpec for VideoFormatFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -800,6 +807,7 @@ impl FromGlib<ffi::GstVideoFrameFlags> for VideoFrameFlags {
|
|||
|
||||
impl StaticType for VideoFrameFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_frame_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_frame_flags_get_type()) }
|
||||
}
|
||||
|
@ -811,7 +819,7 @@ impl glib::HasParamSpec for VideoFrameFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -895,6 +903,7 @@ impl FromGlib<ffi::GstVideoMultiviewFlags> for VideoMultiviewFlags {
|
|||
|
||||
impl StaticType for VideoMultiviewFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_multiview_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_multiview_flags_get_type()) }
|
||||
}
|
||||
|
@ -906,7 +915,7 @@ impl glib::HasParamSpec for VideoMultiviewFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -982,6 +991,7 @@ impl FromGlib<ffi::GstVideoOverlayFormatFlags> for VideoOverlayFormatFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for VideoOverlayFormatFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_overlay_format_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_overlay_format_flags_get_type()) }
|
||||
}
|
||||
|
@ -995,7 +1005,7 @@ impl glib::HasParamSpec for VideoOverlayFormatFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1077,6 +1087,7 @@ impl FromGlib<ffi::GstVideoPackFlags> for VideoPackFlags {
|
|||
|
||||
impl StaticType for VideoPackFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_pack_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_pack_flags_get_type()) }
|
||||
}
|
||||
|
@ -1088,7 +1099,7 @@ impl glib::HasParamSpec for VideoPackFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1164,6 +1175,7 @@ impl FromGlib<ffi::GstVideoTimeCodeFlags> for VideoTimeCodeFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
impl StaticType for VideoTimeCodeFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_video_time_code_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_video_time_code_flags_get_type()) }
|
||||
}
|
||||
|
@ -1177,7 +1189,7 @@ impl glib::HasParamSpec for VideoTimeCodeFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -64,6 +64,7 @@ impl FromGlib<ffi::GstWebRTCBundlePolicy> for WebRTCBundlePolicy {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for WebRTCBundlePolicy {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_bundle_policy_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_bundle_policy_get_type()) }
|
||||
}
|
||||
|
@ -77,7 +78,7 @@ impl glib::HasParamSpec for WebRTCBundlePolicy {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -177,6 +178,7 @@ impl FromGlib<ffi::GstWebRTCDTLSSetup> for WebRTCDTLSSetup {
|
|||
|
||||
impl StaticType for WebRTCDTLSSetup {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_dtls_setup_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_dtls_setup_get_type()) }
|
||||
}
|
||||
|
@ -188,7 +190,7 @@ impl glib::HasParamSpec for WebRTCDTLSSetup {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -284,6 +286,7 @@ impl FromGlib<ffi::GstWebRTCDTLSTransportState> for WebRTCDTLSTransportState {
|
|||
|
||||
impl StaticType for WebRTCDTLSTransportState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_dtls_transport_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_dtls_transport_state_get_type()) }
|
||||
}
|
||||
|
@ -295,7 +298,7 @@ impl glib::HasParamSpec for WebRTCDTLSTransportState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -395,6 +398,7 @@ impl FromGlib<ffi::GstWebRTCDataChannelState> for WebRTCDataChannelState {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for WebRTCDataChannelState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_data_channel_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_data_channel_state_get_type()) }
|
||||
}
|
||||
|
@ -408,7 +412,7 @@ impl glib::HasParamSpec for WebRTCDataChannelState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -581,6 +585,7 @@ impl glib::error::ErrorDomain for WebRTCError {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for WebRTCError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_error_get_type()) }
|
||||
}
|
||||
|
@ -594,7 +599,7 @@ impl glib::HasParamSpec for WebRTCError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -694,6 +699,7 @@ impl FromGlib<ffi::GstWebRTCFECType> for WebRTCFECType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_14_1")))]
|
||||
impl StaticType for WebRTCFECType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_fec_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_fec_type_get_type()) }
|
||||
}
|
||||
|
@ -707,7 +713,7 @@ impl glib::HasParamSpec for WebRTCFECType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -799,6 +805,7 @@ impl FromGlib<ffi::GstWebRTCICEComponent> for WebRTCICEComponent {
|
|||
|
||||
impl StaticType for WebRTCICEComponent {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_ice_component_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_ice_component_get_type()) }
|
||||
}
|
||||
|
@ -810,7 +817,7 @@ impl glib::HasParamSpec for WebRTCICEComponent {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -914,6 +921,7 @@ impl FromGlib<ffi::GstWebRTCICEConnectionState> for WebRTCICEConnectionState {
|
|||
|
||||
impl StaticType for WebRTCICEConnectionState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_ice_connection_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_ice_connection_state_get_type()) }
|
||||
}
|
||||
|
@ -925,7 +933,7 @@ impl glib::HasParamSpec for WebRTCICEConnectionState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1013,6 +1021,7 @@ impl FromGlib<ffi::GstWebRTCICEGatheringState> for WebRTCICEGatheringState {
|
|||
|
||||
impl StaticType for WebRTCICEGatheringState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_ice_gathering_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_ice_gathering_state_get_type()) }
|
||||
}
|
||||
|
@ -1024,7 +1033,7 @@ impl glib::HasParamSpec for WebRTCICEGatheringState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1108,6 +1117,7 @@ impl FromGlib<ffi::GstWebRTCICERole> for WebRTCICERole {
|
|||
|
||||
impl StaticType for WebRTCICERole {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_ice_role_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_ice_role_get_type()) }
|
||||
}
|
||||
|
@ -1119,7 +1129,7 @@ impl glib::HasParamSpec for WebRTCICERole {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1211,6 +1221,7 @@ impl FromGlib<ffi::GstWebRTCICETransportPolicy> for WebRTCICETransportPolicy {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for WebRTCICETransportPolicy {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_ice_transport_policy_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_ice_transport_policy_get_type()) }
|
||||
}
|
||||
|
@ -1224,7 +1235,7 @@ impl glib::HasParamSpec for WebRTCICETransportPolicy {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1328,6 +1339,7 @@ impl FromGlib<ffi::GstWebRTCKind> for WebRTCKind {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for WebRTCKind {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_kind_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_kind_get_type()) }
|
||||
}
|
||||
|
@ -1341,7 +1353,7 @@ impl glib::HasParamSpec for WebRTCKind {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1449,6 +1461,7 @@ impl FromGlib<ffi::GstWebRTCPeerConnectionState> for WebRTCPeerConnectionState {
|
|||
|
||||
impl StaticType for WebRTCPeerConnectionState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_peer_connection_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_peer_connection_state_get_type()) }
|
||||
}
|
||||
|
@ -1460,7 +1473,7 @@ impl glib::HasParamSpec for WebRTCPeerConnectionState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1560,6 +1573,7 @@ impl FromGlib<ffi::GstWebRTCPriorityType> for WebRTCPriorityType {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for WebRTCPriorityType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_priority_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_priority_type_get_type()) }
|
||||
}
|
||||
|
@ -1573,7 +1587,7 @@ impl glib::HasParamSpec for WebRTCPriorityType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1677,6 +1691,7 @@ impl FromGlib<ffi::GstWebRTCRTPTransceiverDirection> for WebRTCRTPTransceiverDir
|
|||
|
||||
impl StaticType for WebRTCRTPTransceiverDirection {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_rtp_transceiver_direction_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_rtp_transceiver_direction_get_type()) }
|
||||
}
|
||||
|
@ -1688,7 +1703,7 @@ impl glib::HasParamSpec for WebRTCRTPTransceiverDirection {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1788,6 +1803,7 @@ impl FromGlib<ffi::GstWebRTCSCTPTransportState> for WebRTCSCTPTransportState {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))]
|
||||
impl StaticType for WebRTCSCTPTransportState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_sctp_transport_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_sctp_transport_state_get_type()) }
|
||||
}
|
||||
|
@ -1801,7 +1817,7 @@ impl glib::HasParamSpec for WebRTCSCTPTransportState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1920,6 +1936,7 @@ impl FromGlib<ffi::GstWebRTCSDPType> for WebRTCSDPType {
|
|||
|
||||
impl StaticType for WebRTCSDPType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_sdp_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_sdp_type_get_type()) }
|
||||
}
|
||||
|
@ -1931,7 +1948,7 @@ impl glib::HasParamSpec for WebRTCSDPType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2031,6 +2048,7 @@ impl FromGlib<ffi::GstWebRTCSignalingState> for WebRTCSignalingState {
|
|||
|
||||
impl StaticType for WebRTCSignalingState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_signaling_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_signaling_state_get_type()) }
|
||||
}
|
||||
|
@ -2042,7 +2060,7 @@ impl glib::HasParamSpec for WebRTCSignalingState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2172,6 +2190,7 @@ impl FromGlib<ffi::GstWebRTCStatsType> for WebRTCStatsType {
|
|||
|
||||
impl StaticType for WebRTCStatsType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_webrtc_stats_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_webrtc_stats_type_get_type()) }
|
||||
}
|
||||
|
@ -2183,7 +2202,7 @@ impl glib::HasParamSpec for WebRTCStatsType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
#[allow(unused_imports)]
|
||||
use crate::auto::*;
|
||||
|
||||
#[doc(alias = "GstClockTimeDiff")]
|
||||
pub type ClockTimeDiff = i64;
|
||||
|
|
|
@ -57,6 +57,7 @@ impl FromGlib<ffi::GstBufferingMode> for BufferingMode {
|
|||
|
||||
impl StaticType for BufferingMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_buffering_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_buffering_mode_get_type()) }
|
||||
}
|
||||
|
@ -68,7 +69,7 @@ impl glib::HasParamSpec for BufferingMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -145,6 +146,7 @@ impl FromGlib<ffi::GstBusSyncReply> for BusSyncReply {
|
|||
|
||||
impl StaticType for BusSyncReply {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_bus_sync_reply_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_bus_sync_reply_get_type()) }
|
||||
}
|
||||
|
@ -156,7 +158,7 @@ impl glib::HasParamSpec for BusSyncReply {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -240,6 +242,7 @@ impl FromGlib<ffi::GstCapsIntersectMode> for CapsIntersectMode {
|
|||
|
||||
impl StaticType for CapsIntersectMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_caps_intersect_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_caps_intersect_mode_get_type()) }
|
||||
}
|
||||
|
@ -251,7 +254,7 @@ impl glib::HasParamSpec for CapsIntersectMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -335,6 +338,7 @@ impl FromGlib<ffi::GstClockEntryType> for ClockEntryType {
|
|||
|
||||
impl StaticType for ClockEntryType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_clock_entry_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_clock_entry_type_get_type()) }
|
||||
}
|
||||
|
@ -346,7 +350,7 @@ impl glib::HasParamSpec for ClockEntryType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -444,6 +448,7 @@ impl FromGlib<ffi::GstClockReturn> for ClockReturn {
|
|||
|
||||
impl StaticType for ClockReturn {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_clock_return_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_clock_return_get_type()) }
|
||||
}
|
||||
|
@ -455,7 +460,7 @@ impl glib::HasParamSpec for ClockReturn {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -551,6 +556,7 @@ impl FromGlib<ffi::GstClockType> for ClockType {
|
|||
|
||||
impl StaticType for ClockType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_clock_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_clock_type_get_type()) }
|
||||
}
|
||||
|
@ -562,7 +568,7 @@ impl glib::HasParamSpec for ClockType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -716,6 +722,7 @@ impl glib::error::ErrorDomain for CoreError {
|
|||
|
||||
impl StaticType for CoreError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_core_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_core_error_get_type()) }
|
||||
}
|
||||
|
@ -727,7 +734,7 @@ impl glib::HasParamSpec for CoreError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -858,6 +865,7 @@ impl FromGlib<ffi::GstDebugLevel> for DebugLevel {
|
|||
|
||||
impl StaticType for DebugLevel {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_debug_level_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_debug_level_get_type()) }
|
||||
}
|
||||
|
@ -869,7 +877,7 @@ impl glib::HasParamSpec for DebugLevel {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1111,6 +1119,7 @@ impl FromGlib<ffi::GstEventType> for EventType {
|
|||
|
||||
impl StaticType for EventType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_event_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_event_type_get_type()) }
|
||||
}
|
||||
|
@ -1122,7 +1131,7 @@ impl glib::HasParamSpec for EventType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1256,6 +1265,7 @@ impl FromGlib<ffi::GstFormat> for Format {
|
|||
|
||||
impl StaticType for Format {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_format_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_format_get_type()) }
|
||||
}
|
||||
|
@ -1267,7 +1277,7 @@ impl glib::HasParamSpec for Format {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1391,6 +1401,7 @@ impl glib::error::ErrorDomain for LibraryError {
|
|||
|
||||
impl StaticType for LibraryError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_library_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_library_error_get_type()) }
|
||||
}
|
||||
|
@ -1402,7 +1413,7 @@ impl glib::HasParamSpec for LibraryError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1480,6 +1491,7 @@ impl FromGlib<ffi::GstPadDirection> for PadDirection {
|
|||
|
||||
impl StaticType for PadDirection {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_direction_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_direction_get_type()) }
|
||||
}
|
||||
|
@ -1491,7 +1503,7 @@ impl glib::HasParamSpec for PadDirection {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1592,6 +1604,7 @@ impl FromGlib<ffi::GstPadMode> for PadMode {
|
|||
|
||||
impl StaticType for PadMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_mode_get_type()) }
|
||||
}
|
||||
|
@ -1603,7 +1616,7 @@ impl glib::HasParamSpec for PadMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1686,6 +1699,7 @@ impl FromGlib<ffi::GstPadPresence> for PadPresence {
|
|||
|
||||
impl StaticType for PadPresence {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_presence_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_presence_get_type()) }
|
||||
}
|
||||
|
@ -1697,7 +1711,7 @@ impl glib::HasParamSpec for PadPresence {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1785,6 +1799,7 @@ impl FromGlib<ffi::GstPadProbeReturn> for PadProbeReturn {
|
|||
|
||||
impl StaticType for PadProbeReturn {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_probe_return_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_probe_return_get_type()) }
|
||||
}
|
||||
|
@ -1796,7 +1811,7 @@ impl glib::HasParamSpec for PadProbeReturn {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1927,6 +1942,7 @@ impl glib::error::ErrorDomain for ParseError {
|
|||
|
||||
impl StaticType for ParseError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_parse_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_parse_error_get_type()) }
|
||||
}
|
||||
|
@ -1938,7 +1954,7 @@ impl glib::HasParamSpec for ParseError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2049,6 +2065,7 @@ impl glib::error::ErrorDomain for PluginError {
|
|||
|
||||
impl StaticType for PluginError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_plugin_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_plugin_error_get_type()) }
|
||||
}
|
||||
|
@ -2060,7 +2077,7 @@ impl glib::HasParamSpec for PluginError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2156,6 +2173,7 @@ impl FromGlib<ffi::GstProgressType> for ProgressType {
|
|||
|
||||
impl StaticType for ProgressType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_progress_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_progress_type_get_type()) }
|
||||
}
|
||||
|
@ -2167,7 +2185,7 @@ impl glib::HasParamSpec for ProgressType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2259,6 +2277,7 @@ impl FromGlib<ffi::GstPromiseResult> for PromiseResult {
|
|||
|
||||
impl StaticType for PromiseResult {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_promise_result_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_promise_result_get_type()) }
|
||||
}
|
||||
|
@ -2270,7 +2289,7 @@ impl glib::HasParamSpec for PromiseResult {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2358,6 +2377,7 @@ impl FromGlib<ffi::GstQOSType> for QOSType {
|
|||
|
||||
impl StaticType for QOSType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_qos_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_qos_type_get_type()) }
|
||||
}
|
||||
|
@ -2369,7 +2389,7 @@ impl glib::HasParamSpec for QOSType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2462,6 +2482,7 @@ impl FromGlib<ffi::GstRank> for Rank {
|
|||
|
||||
impl StaticType for Rank {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_rank_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_rank_get_type()) }
|
||||
}
|
||||
|
@ -2473,7 +2494,7 @@ impl glib::HasParamSpec for Rank {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2631,6 +2652,7 @@ impl glib::error::ErrorDomain for ResourceError {
|
|||
|
||||
impl StaticType for ResourceError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_resource_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_resource_error_get_type()) }
|
||||
}
|
||||
|
@ -2642,7 +2664,7 @@ impl glib::HasParamSpec for ResourceError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2724,6 +2746,7 @@ impl FromGlib<ffi::GstSeekType> for SeekType {
|
|||
|
||||
impl StaticType for SeekType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_seek_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_seek_type_get_type()) }
|
||||
}
|
||||
|
@ -2735,7 +2758,7 @@ impl glib::HasParamSpec for SeekType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2824,6 +2847,7 @@ impl FromGlib<ffi::GstState> for State {
|
|||
|
||||
impl StaticType for State {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_state_get_type()) }
|
||||
}
|
||||
|
@ -2835,7 +2859,7 @@ impl glib::HasParamSpec for State {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2957,6 +2981,7 @@ impl FromGlib<ffi::GstStateChange> for StateChange {
|
|||
|
||||
impl StaticType for StateChange {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_state_change_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_state_change_get_type()) }
|
||||
}
|
||||
|
@ -2968,7 +2993,7 @@ impl glib::HasParamSpec for StateChange {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3054,6 +3079,7 @@ impl FromGlib<ffi::GstStateChangeReturn> for StateChangeReturn {
|
|||
|
||||
impl StaticType for StateChangeReturn {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_state_change_return_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_state_change_return_get_type()) }
|
||||
}
|
||||
|
@ -3065,7 +3091,7 @@ impl glib::HasParamSpec for StateChangeReturn {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3215,6 +3241,7 @@ impl glib::error::ErrorDomain for StreamError {
|
|||
|
||||
impl StaticType for StreamError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_stream_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_stream_error_get_type()) }
|
||||
}
|
||||
|
@ -3226,7 +3253,7 @@ impl glib::HasParamSpec for StreamError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3330,6 +3357,7 @@ impl FromGlib<ffi::GstStreamStatusType> for StreamStatusType {
|
|||
|
||||
impl StaticType for StreamStatusType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_stream_status_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_stream_status_type_get_type()) }
|
||||
}
|
||||
|
@ -3341,7 +3369,7 @@ impl glib::HasParamSpec for StreamStatusType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3425,6 +3453,7 @@ impl FromGlib<ffi::GstStructureChangeType> for StructureChangeType {
|
|||
|
||||
impl StaticType for StructureChangeType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_structure_change_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_structure_change_type_get_type()) }
|
||||
}
|
||||
|
@ -3436,7 +3465,7 @@ impl glib::HasParamSpec for StructureChangeType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3528,6 +3557,7 @@ impl FromGlib<ffi::GstTagFlag> for TagFlag {
|
|||
|
||||
impl StaticType for TagFlag {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_tag_flag_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_tag_flag_get_type()) }
|
||||
}
|
||||
|
@ -3539,7 +3569,7 @@ impl glib::HasParamSpec for TagFlag {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3643,6 +3673,7 @@ impl FromGlib<ffi::GstTagMergeMode> for TagMergeMode {
|
|||
|
||||
impl StaticType for TagMergeMode {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_tag_merge_mode_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_tag_merge_mode_get_type()) }
|
||||
}
|
||||
|
@ -3654,7 +3685,7 @@ impl glib::HasParamSpec for TagMergeMode {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3739,6 +3770,7 @@ impl FromGlib<ffi::GstTagScope> for TagScope {
|
|||
|
||||
impl StaticType for TagScope {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_tag_scope_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_tag_scope_get_type()) }
|
||||
}
|
||||
|
@ -3750,7 +3782,7 @@ impl glib::HasParamSpec for TagScope {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3838,6 +3870,7 @@ impl FromGlib<ffi::GstTaskState> for TaskState {
|
|||
|
||||
impl StaticType for TaskState {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_task_state_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_task_state_get_type()) }
|
||||
}
|
||||
|
@ -3849,7 +3882,7 @@ impl glib::HasParamSpec for TaskState {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3966,6 +3999,7 @@ impl FromGlib<ffi::GstTocEntryType> for TocEntryType {
|
|||
|
||||
impl StaticType for TocEntryType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_toc_entry_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_toc_entry_type_get_type()) }
|
||||
}
|
||||
|
@ -3977,7 +4011,7 @@ impl glib::HasParamSpec for TocEntryType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4070,6 +4104,7 @@ impl FromGlib<ffi::GstTocLoopType> for TocLoopType {
|
|||
|
||||
impl StaticType for TocLoopType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_toc_loop_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_toc_loop_type_get_type()) }
|
||||
}
|
||||
|
@ -4081,7 +4116,7 @@ impl glib::HasParamSpec for TocLoopType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4166,6 +4201,7 @@ impl FromGlib<ffi::GstTocScope> for TocScope {
|
|||
|
||||
impl StaticType for TocScope {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_toc_scope_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_toc_scope_get_type()) }
|
||||
}
|
||||
|
@ -4177,7 +4213,7 @@ impl glib::HasParamSpec for TocScope {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4277,6 +4313,7 @@ impl FromGlib<ffi::GstTypeFindProbability> for TypeFindProbability {
|
|||
|
||||
impl StaticType for TypeFindProbability {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_type_find_probability_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_type_find_probability_get_type()) }
|
||||
}
|
||||
|
@ -4288,7 +4325,7 @@ impl glib::HasParamSpec for TypeFindProbability {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4403,6 +4440,7 @@ impl glib::error::ErrorDomain for URIError {
|
|||
|
||||
impl StaticType for URIError {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_uri_error_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_uri_error_get_type()) }
|
||||
}
|
||||
|
@ -4414,7 +4452,7 @@ impl glib::HasParamSpec for URIError {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4492,6 +4530,7 @@ impl FromGlib<ffi::GstURIType> for URIType {
|
|||
|
||||
impl StaticType for URIType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_uri_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_uri_type_get_type()) }
|
||||
}
|
||||
|
@ -4503,7 +4542,7 @@ impl glib::HasParamSpec for URIType {
|
|||
type BuilderFn = fn(&str, Self) -> glib::ParamSpecEnumBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name, default_value| Self::ParamSpec::builder_with_default(name, default_value)
|
||||
Self::ParamSpec::builder_with_default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ impl FromGlib<ffi::GstBinFlags> for BinFlags {
|
|||
|
||||
impl StaticType for BinFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_bin_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_bin_flags_get_type()) }
|
||||
}
|
||||
|
@ -49,7 +50,7 @@ impl glib::HasParamSpec for BinFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -131,6 +132,7 @@ impl FromGlib<ffi::GstBufferCopyFlags> for BufferCopyFlags {
|
|||
|
||||
impl StaticType for BufferCopyFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_buffer_copy_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_buffer_copy_flags_get_type()) }
|
||||
}
|
||||
|
@ -142,7 +144,7 @@ impl glib::HasParamSpec for BufferCopyFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -238,6 +240,7 @@ impl FromGlib<ffi::GstBufferFlags> for BufferFlags {
|
|||
|
||||
impl StaticType for BufferFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_buffer_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_buffer_flags_get_type()) }
|
||||
}
|
||||
|
@ -249,7 +252,7 @@ impl glib::HasParamSpec for BufferFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -325,6 +328,7 @@ impl FromGlib<ffi::GstBufferPoolAcquireFlags> for BufferPoolAcquireFlags {
|
|||
|
||||
impl StaticType for BufferPoolAcquireFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_buffer_pool_acquire_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_buffer_pool_acquire_flags_get_type()) }
|
||||
}
|
||||
|
@ -336,7 +340,7 @@ impl glib::HasParamSpec for BufferPoolAcquireFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -420,6 +424,7 @@ impl FromGlib<ffi::GstClockFlags> for ClockFlags {
|
|||
|
||||
impl StaticType for ClockFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_clock_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_clock_flags_get_type()) }
|
||||
}
|
||||
|
@ -431,7 +436,7 @@ impl glib::HasParamSpec for ClockFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -537,6 +542,7 @@ impl FromGlib<ffi::GstDebugColorFlags> for DebugColorFlags {
|
|||
|
||||
impl StaticType for DebugColorFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_debug_color_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_debug_color_flags_get_type()) }
|
||||
}
|
||||
|
@ -548,7 +554,7 @@ impl glib::HasParamSpec for DebugColorFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -632,6 +638,7 @@ impl FromGlib<ffi::GstDebugGraphDetails> for DebugGraphDetails {
|
|||
|
||||
impl StaticType for DebugGraphDetails {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_debug_graph_details_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_debug_graph_details_get_type()) }
|
||||
}
|
||||
|
@ -643,7 +650,7 @@ impl glib::HasParamSpec for DebugGraphDetails {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -725,6 +732,7 @@ impl FromGlib<ffi::GstElementFlags> for ElementFlags {
|
|||
|
||||
impl StaticType for ElementFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_element_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_element_flags_get_type()) }
|
||||
}
|
||||
|
@ -736,7 +744,7 @@ impl glib::HasParamSpec for ElementFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -816,6 +824,7 @@ impl FromGlib<ffi::GstEventTypeFlags> for EventTypeFlags {
|
|||
|
||||
impl StaticType for EventTypeFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_event_type_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_event_type_flags_get_type()) }
|
||||
}
|
||||
|
@ -827,7 +836,7 @@ impl glib::HasParamSpec for EventTypeFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -907,6 +916,7 @@ impl FromGlib<ffi::GstGapFlags> for GapFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for GapFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_gap_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_gap_flags_get_type()) }
|
||||
}
|
||||
|
@ -920,7 +930,7 @@ impl glib::HasParamSpec for GapFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1010,6 +1020,7 @@ impl FromGlib<ffi::GstMemoryFlags> for MemoryFlags {
|
|||
|
||||
impl StaticType for MemoryFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_memory_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_memory_flags_get_type()) }
|
||||
}
|
||||
|
@ -1021,7 +1032,7 @@ impl glib::HasParamSpec for MemoryFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1097,6 +1108,7 @@ impl FromGlib<ffi::GstMetaFlags> for MetaFlags {
|
|||
|
||||
impl StaticType for MetaFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_meta_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_meta_flags_get_type()) }
|
||||
}
|
||||
|
@ -1108,7 +1120,7 @@ impl glib::HasParamSpec for MetaFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1180,6 +1192,7 @@ impl FromGlib<ffi::GstObjectFlags> for ObjectFlags {
|
|||
|
||||
impl StaticType for ObjectFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_object_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_object_flags_get_type()) }
|
||||
}
|
||||
|
@ -1191,7 +1204,7 @@ impl glib::HasParamSpec for ObjectFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1287,6 +1300,7 @@ impl FromGlib<ffi::GstPadFlags> for PadFlags {
|
|||
|
||||
impl StaticType for PadFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_flags_get_type()) }
|
||||
}
|
||||
|
@ -1298,7 +1312,7 @@ impl glib::HasParamSpec for PadFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1378,6 +1392,7 @@ impl FromGlib<ffi::GstPadLinkCheck> for PadLinkCheck {
|
|||
|
||||
impl StaticType for PadLinkCheck {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_link_check_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_link_check_get_type()) }
|
||||
}
|
||||
|
@ -1389,7 +1404,7 @@ impl glib::HasParamSpec for PadLinkCheck {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1501,6 +1516,7 @@ impl FromGlib<ffi::GstPadProbeType> for PadProbeType {
|
|||
|
||||
impl StaticType for PadProbeType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pad_probe_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pad_probe_type_get_type()) }
|
||||
}
|
||||
|
@ -1512,7 +1528,7 @@ impl glib::HasParamSpec for PadProbeType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1588,6 +1604,7 @@ impl FromGlib<ffi::GstParseFlags> for ParseFlags {
|
|||
|
||||
impl StaticType for ParseFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_parse_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_parse_flags_get_type()) }
|
||||
}
|
||||
|
@ -1599,7 +1616,7 @@ impl glib::HasParamSpec for ParseFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1671,6 +1688,7 @@ impl FromGlib<ffi::GstPipelineFlags> for PipelineFlags {
|
|||
|
||||
impl StaticType for PipelineFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_pipeline_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_pipeline_flags_get_type()) }
|
||||
}
|
||||
|
@ -1682,7 +1700,7 @@ impl glib::HasParamSpec for PipelineFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1762,6 +1780,7 @@ impl FromGlib<ffi::GstPluginAPIFlags> for PluginAPIFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
impl StaticType for PluginAPIFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_plugin_api_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_plugin_api_flags_get_type()) }
|
||||
}
|
||||
|
@ -1775,7 +1794,7 @@ impl glib::HasParamSpec for PluginAPIFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1863,6 +1882,7 @@ impl FromGlib<ffi::GstPluginDependencyFlags> for PluginDependencyFlags {
|
|||
|
||||
impl StaticType for PluginDependencyFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_plugin_dependency_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_plugin_dependency_flags_get_type()) }
|
||||
}
|
||||
|
@ -1874,7 +1894,7 @@ impl glib::HasParamSpec for PluginDependencyFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1948,6 +1968,7 @@ impl FromGlib<ffi::GstPluginFlags> for PluginFlags {
|
|||
|
||||
impl StaticType for PluginFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_plugin_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_plugin_flags_get_type()) }
|
||||
}
|
||||
|
@ -1959,7 +1980,7 @@ impl glib::HasParamSpec for PluginFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2035,6 +2056,7 @@ impl FromGlib<ffi::GstSchedulingFlags> for SchedulingFlags {
|
|||
|
||||
impl StaticType for SchedulingFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_scheduling_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_scheduling_flags_get_type()) }
|
||||
}
|
||||
|
@ -2046,7 +2068,7 @@ impl glib::HasParamSpec for SchedulingFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2146,6 +2168,7 @@ impl FromGlib<ffi::GstSeekFlags> for SeekFlags {
|
|||
|
||||
impl StaticType for SeekFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_seek_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_seek_flags_get_type()) }
|
||||
}
|
||||
|
@ -2157,7 +2180,7 @@ impl glib::HasParamSpec for SeekFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2243,6 +2266,7 @@ impl FromGlib<ffi::GstSegmentFlags> for SegmentFlags {
|
|||
|
||||
impl StaticType for SegmentFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_segment_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_segment_flags_get_type()) }
|
||||
}
|
||||
|
@ -2254,7 +2278,7 @@ impl glib::HasParamSpec for SegmentFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2336,6 +2360,7 @@ impl FromGlib<ffi::GstSerializeFlags> for SerializeFlags {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_20")))]
|
||||
impl StaticType for SerializeFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_serialize_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_serialize_flags_get_type()) }
|
||||
}
|
||||
|
@ -2349,7 +2374,7 @@ impl glib::HasParamSpec for SerializeFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2429,6 +2454,7 @@ impl FromGlib<ffi::GstStackTraceFlags> for StackTraceFlags {
|
|||
|
||||
impl StaticType for StackTraceFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_stack_trace_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_stack_trace_flags_get_type()) }
|
||||
}
|
||||
|
@ -2440,7 +2466,7 @@ impl glib::HasParamSpec for StackTraceFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2516,6 +2542,7 @@ impl FromGlib<ffi::GstStreamFlags> for StreamFlags {
|
|||
|
||||
impl StaticType for StreamFlags {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_stream_flags_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_stream_flags_get_type()) }
|
||||
}
|
||||
|
@ -2527,7 +2554,7 @@ impl glib::HasParamSpec for StreamFlags {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2626,6 +2653,7 @@ impl FromGlib<ffi::GstStreamType> for StreamType {
|
|||
|
||||
impl StaticType for StreamType {
|
||||
#[inline]
|
||||
#[doc(alias = "gst_stream_type_get_type")]
|
||||
fn static_type() -> glib::Type {
|
||||
unsafe { from_glib(ffi::gst_stream_type_get_type()) }
|
||||
}
|
||||
|
@ -2637,7 +2665,7 @@ impl glib::HasParamSpec for StreamType {
|
|||
type BuilderFn = fn(&str) -> glib::ParamSpecFlagsBuilder<Self>;
|
||||
|
||||
fn param_spec_builder() -> Self::BuilderFn {
|
||||
|name| Self::ParamSpec::builder(name)
|
||||
Self::ParamSpec::builder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ c7aa72a3e9f6)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 23d7c100187c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 6415239ef435)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 962af2acaefd)
|
||||
|
|
Loading…
Reference in a new issue