Regenerate everything

This commit is contained in:
Sebastian Dröge 2020-08-11 10:43:02 +03:00
parent e40bc9bffa
commit 757ee2c703
90 changed files with 157 additions and 98 deletions

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_app_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_audio_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -220,7 +220,13 @@ pub struct GstAggregatorClass {
*mut gst::GstQuery,
) -> gboolean,
>,
pub _gst_reserved: [gpointer; 17],
pub finish_buffer_list: Option<
unsafe extern "C" fn(*mut GstAggregator, *mut gst::GstBufferList) -> gst::GstFlowReturn,
>,
pub peek_next_sample: Option<
unsafe extern "C" fn(*mut GstAggregator, *mut GstAggregatorPad) -> *mut gst::GstSample,
>,
pub _gst_reserved: [gpointer; 15],
}
impl ::std::fmt::Debug for GstAggregatorClass {
@ -248,6 +254,8 @@ impl ::std::fmt::Debug for GstAggregatorClass {
.field("negotiate", &self.negotiate)
.field("sink_event_pre_queue", &self.sink_event_pre_queue)
.field("sink_query_pre_queue", &self.sink_query_pre_queue)
.field("finish_buffer_list", &self.finish_buffer_list)
.field("peek_next_sample", &self.peek_next_sample)
.finish()
}
}
@ -1735,6 +1743,11 @@ extern "C" {
aggregator: *mut GstAggregator,
buffer: *mut gst::GstBuffer,
) -> gst::GstFlowReturn;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_aggregator_finish_buffer_list(
aggregator: *mut GstAggregator,
bufferlist: *mut gst::GstBufferList,
) -> gst::GstFlowReturn;
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub fn gst_aggregator_get_allocator(
self_: *mut GstAggregator,
@ -1747,6 +1760,19 @@ extern "C" {
pub fn gst_aggregator_get_latency(self_: *mut GstAggregator) -> gst::GstClockTime;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_aggregator_negotiate(self_: *mut GstAggregator) -> gboolean;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_aggregator_peek_next_sample(
self_: *mut GstAggregator,
pad: *mut GstAggregatorPad,
) -> *mut gst::GstSample;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_aggregator_selected_samples(
self_: *mut GstAggregator,
pts: gst::GstClockTime,
dts: gst::GstClockTime,
duration: gst::GstClockTime,
info: *mut gst::GstStructure,
);
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub fn gst_aggregator_set_latency(
self_: *mut GstAggregator,
@ -1930,6 +1956,11 @@ extern "C" {
stop: i64,
time: i64,
) -> gboolean;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_base_src_new_segment(
src: *mut GstBaseSrc,
segment: *const gst::GstSegment,
) -> gboolean;
pub fn gst_base_src_query_latency(
src: *mut GstBaseSrc,
live: *mut gboolean,

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_base_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_check_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -193,6 +193,10 @@ pub const GES_MULTI_FILE_URI_PREFIX: *const c_char =
pub const GES_PADDING: c_int = 4;
pub const GES_PADDING_LARGE: c_int = 20;
pub const GES_TIMELINE_ELEMENT_NO_LAYER_PRIORITY: u32 = 4294967295;
pub const GES_VERSION_MAJOR: c_int = 1;
pub const GES_VERSION_MICRO: c_int = 2;
pub const GES_VERSION_MINOR: c_int = 17;
pub const GES_VERSION_NANO: c_int = 1;
// Flags
pub type GESMetaFlag = c_uint;
@ -1556,6 +1560,11 @@ pub struct _GESUriClipPrivate(c_void);
pub type GESUriClipPrivate = *mut _GESUriClipPrivate;
#[repr(C)]
pub struct _GESUriSource(c_void);
pub type GESUriSource = *mut _GESUriSource;
#[repr(C)]
#[derive(Copy, Clone)]
pub struct GESUriSourceAssetClass {
@ -1815,7 +1824,7 @@ impl ::std::fmt::Debug for GESAudioTransition {
pub struct GESAudioUriSource {
pub parent: GESAudioSource,
pub uri: *mut c_char,
pub priv_: *mut GESAudioUriSourcePrivate,
pub priv_: *mut GESUriSource,
pub _ges_reserved: [gpointer; 4],
}
@ -2588,7 +2597,7 @@ impl ::std::fmt::Debug for GESVideoTransition {
pub struct GESVideoUriSource {
pub parent: GESVideoSource,
pub uri: *mut c_char,
pub priv_: *mut GESVideoUriSourcePrivate,
pub priv_: *mut GESUriSource,
pub _ges_reserved: [gpointer; 4],
}

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_editing_services_sys;
@ -1166,6 +1166,10 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
("(guint) GES_TRACK_TYPE_TEXT", "8"),
("(guint) GES_TRACK_TYPE_UNKNOWN", "1"),
("(guint) GES_TRACK_TYPE_VIDEO", "4"),
("GES_VERSION_MAJOR", "1"),
("GES_VERSION_MICRO", "2"),
("GES_VERSION_MINOR", "17"),
("GES_VERSION_NANO", "1"),
(
"(gint) GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNDOOR_DBL",
"45",

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -586,8 +586,7 @@ pub struct GstGLDisplayClass {
pub object_class: gst::GstObjectClass,
pub get_handle: Option<unsafe extern "C" fn(*mut GstGLDisplay) -> uintptr_t>,
pub create_window: Option<unsafe extern "C" fn(*mut GstGLDisplay) -> *mut GstGLWindow>,
pub get_foreign_display: Option<unsafe extern "C" fn(*mut GstGLDisplay) -> gboolean>,
pub _padding: [gpointer; 3],
pub _padding: [gpointer; 4],
}
impl ::std::fmt::Debug for GstGLDisplayClass {
@ -596,7 +595,6 @@ impl ::std::fmt::Debug for GstGLDisplayClass {
.field("object_class", &self.object_class)
.field("get_handle", &self.get_handle)
.field("create_window", &self.create_window)
.field("get_foreign_display", &self.get_foreign_display)
.finish()
}
}
@ -2219,8 +2217,6 @@ extern "C" {
data: gpointer,
compare_func: glib::GCompareFunc,
) -> *mut GstGLWindow;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_gl_display_get_foreign_display(display: *mut GstGLDisplay) -> gboolean;
pub fn gst_gl_display_get_gl_api(display: *mut GstGLDisplay) -> GstGLAPI;
pub fn gst_gl_display_get_gl_api_unlocked(display: *mut GstGLDisplay) -> GstGLAPI;
pub fn gst_gl_display_get_gl_context_for_thread(
@ -2252,6 +2248,8 @@ extern "C" {
#[cfg(any(feature = "egl", feature = "dox"))]
pub fn gst_gl_display_egl_new_with_egl_display(display: gpointer) -> *mut GstGLDisplayEGL;
#[cfg(any(feature = "egl", feature = "dox"))]
pub fn gst_gl_display_egl_from_gl_display(display: *mut GstGLDisplay) -> *mut GstGLDisplayEGL;
#[cfg(any(feature = "egl", feature = "dox"))]
pub fn gst_gl_display_egl_get_from_native(
type_: GstGLDisplayType,
display: uintptr_t,

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_gl_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_mpegts_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_net_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_pbutils_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_player_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_rtp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_rtsp_server_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_rtsp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_sdp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -6650,6 +6650,8 @@ extern "C" {
pub fn gst_uri_to_string(uri: *const GstUri) -> *mut c_char;
pub fn gst_uri_construct(protocol: *const c_char, location: *const c_char) -> *mut c_char;
pub fn gst_uri_from_string(uri: *const c_char) -> *mut GstUri;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_uri_from_string_escaped(uri: *const c_char) -> *mut GstUri;
pub fn gst_uri_get_location(uri: *const c_char) -> *mut c_char;
pub fn gst_uri_get_protocol(uri: *const c_char) -> *mut c_char;
pub fn gst_uri_has_protocol(uri: *const c_char, protocol: *const c_char) -> gboolean;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_tag_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -266,6 +266,8 @@ pub const GST_VIDEO_FORMAT_Y212_BE: GstVideoFormat = 93;
pub const GST_VIDEO_FORMAT_Y212_LE: GstVideoFormat = 94;
pub const GST_VIDEO_FORMAT_Y412_BE: GstVideoFormat = 95;
pub const GST_VIDEO_FORMAT_Y412_LE: GstVideoFormat = 96;
pub const GST_VIDEO_FORMAT_NV12_4L4: GstVideoFormat = 97;
pub const GST_VIDEO_FORMAT_NV12_32L32: GstVideoFormat = 98;
pub type GstVideoGLTextureOrientation = c_int;
pub const GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL: GstVideoGLTextureOrientation = 0;
@ -354,6 +356,7 @@ pub const GST_VIDEO_RESAMPLER_METHOD_LANCZOS: GstVideoResamplerMethod = 4;
pub type GstVideoTileMode = c_int;
pub const GST_VIDEO_TILE_MODE_UNKNOWN: GstVideoTileMode = 0;
pub const GST_VIDEO_TILE_MODE_ZFLIPZ_2X2: GstVideoTileMode = 65536;
pub const GST_VIDEO_TILE_MODE_LINEAR: GstVideoTileMode = 131072;
pub type GstVideoTileType = c_int;
pub const GST_VIDEO_TILE_TYPE_INDEXED: GstVideoTileType = 0;
@ -375,6 +378,7 @@ pub const GST_VIDEO_TRANSFER_ADOBERGB: GstVideoTransferFunction = 12;
pub const GST_VIDEO_TRANSFER_BT2020_10: GstVideoTransferFunction = 13;
pub const GST_VIDEO_TRANSFER_SMPTE2084: GstVideoTransferFunction = 14;
pub const GST_VIDEO_TRANSFER_ARIB_STD_B67: GstVideoTransferFunction = 15;
pub const GST_VIDEO_TRANSFER_BT601: GstVideoTransferFunction = 16;
pub type GstVideoVBIParserResult = c_int;
pub const GST_VIDEO_VBI_PARSER_RESULT_DONE: GstVideoVBIParserResult = 0;
@ -3860,6 +3864,13 @@ extern "C" {
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_video_color_transfer_from_iso(value: c_uint) -> GstVideoTransferFunction;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_video_color_transfer_is_equivalent(
from_func: GstVideoTransferFunction,
from_bpp: c_uint,
to_func: GstVideoTransferFunction,
to_bpp: c_uint,
) -> gboolean;
#[cfg(any(feature = "v1_18", feature = "dox"))]
pub fn gst_video_color_transfer_to_iso(func: GstVideoTransferFunction) -> c_uint;
pub fn gst_video_convert_sample(
sample: *mut gst::GstSample,

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_video_sys;
@ -1301,6 +1301,8 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
("(gint) GST_VIDEO_FORMAT_NV12", "23"),
("(gint) GST_VIDEO_FORMAT_NV12_10LE32", "79"),
("(gint) GST_VIDEO_FORMAT_NV12_10LE40", "81"),
("(gint) GST_VIDEO_FORMAT_NV12_32L32", "98"),
("(gint) GST_VIDEO_FORMAT_NV12_4L4", "97"),
("(gint) GST_VIDEO_FORMAT_NV12_64Z32", "53"),
("(gint) GST_VIDEO_FORMAT_NV16", "51"),
("(gint) GST_VIDEO_FORMAT_NV16_10LE32", "80"),
@ -1499,6 +1501,7 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
"GstVideoScaler.dither-method",
),
("GST_VIDEO_SIZE_RANGE", "(int) [ 1, max ]"),
("(gint) GST_VIDEO_TILE_MODE_LINEAR", "131072"),
("(gint) GST_VIDEO_TILE_MODE_UNKNOWN", "0"),
("(gint) GST_VIDEO_TILE_MODE_ZFLIPZ_2X2", "65536"),
("(gint) GST_VIDEO_TILE_TYPE_INDEXED", "0"),
@ -1513,6 +1516,7 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
("(gint) GST_VIDEO_TRANSFER_ARIB_STD_B67", "15"),
("(gint) GST_VIDEO_TRANSFER_BT2020_10", "13"),
("(gint) GST_VIDEO_TRANSFER_BT2020_12", "11"),
("(gint) GST_VIDEO_TRANSFER_BT601", "16"),
("(gint) GST_VIDEO_TRANSFER_BT709", "5"),
("(gint) GST_VIDEO_TRANSFER_GAMMA10", "1"),
("(gint) GST_VIDEO_TRANSFER_GAMMA18", "2"),

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
extern crate gstreamer_webrtc_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
// from gir-files (https://github.com/gtk-rs/gir-files @ a1b3b9d)
// DO NOT EDIT
#include "manual.h"