Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-rs-sys
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-rs-sys
Commits
78c1f50b
Commit
78c1f50b
authored
Jun 18, 2019
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate everything with latest gir
parent
8e520903
Changes
68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
409 additions
and
1259 deletions
+409
-1259
gstreamer-app-sys/src/lib.rs
gstreamer-app-sys/src/lib.rs
+5
-15
gstreamer-app-sys/tests/abi.rs
gstreamer-app-sys/tests/abi.rs
+1
-1
gstreamer-app-sys/tests/constant.c
gstreamer-app-sys/tests/constant.c
+1
-1
gstreamer-app-sys/tests/layout.c
gstreamer-app-sys/tests/layout.c
+1
-1
gstreamer-audio-sys/src/lib.rs
gstreamer-audio-sys/src/lib.rs
+23
-78
gstreamer-audio-sys/tests/abi.rs
gstreamer-audio-sys/tests/abi.rs
+1
-1
gstreamer-audio-sys/tests/constant.c
gstreamer-audio-sys/tests/constant.c
+1
-1
gstreamer-audio-sys/tests/layout.c
gstreamer-audio-sys/tests/layout.c
+1
-1
gstreamer-base-sys/src/lib.rs
gstreamer-base-sys/src/lib.rs
+23
-78
gstreamer-base-sys/tests/abi.rs
gstreamer-base-sys/tests/abi.rs
+1
-1
gstreamer-base-sys/tests/constant.c
gstreamer-base-sys/tests/constant.c
+1
-1
gstreamer-base-sys/tests/layout.c
gstreamer-base-sys/tests/layout.c
+1
-1
gstreamer-check-sys/src/lib.rs
gstreamer-check-sys/src/lib.rs
+9
-29
gstreamer-check-sys/tests/abi.rs
gstreamer-check-sys/tests/abi.rs
+1
-1
gstreamer-check-sys/tests/constant.c
gstreamer-check-sys/tests/constant.c
+1
-1
gstreamer-check-sys/tests/layout.c
gstreamer-check-sys/tests/layout.c
+1
-1
gstreamer-editing-services-sys/src/lib.rs
gstreamer-editing-services-sys/src/lib.rs
+103
-358
gstreamer-editing-services-sys/tests/abi.rs
gstreamer-editing-services-sys/tests/abi.rs
+1
-1
gstreamer-editing-services-sys/tests/constant.c
gstreamer-editing-services-sys/tests/constant.c
+1
-1
gstreamer-editing-services-sys/tests/layout.c
gstreamer-editing-services-sys/tests/layout.c
+1
-1
gstreamer-gl-sys/src/lib.rs
gstreamer-gl-sys/src/lib.rs
+25
-85
gstreamer-gl-sys/tests/abi.rs
gstreamer-gl-sys/tests/abi.rs
+1
-1
gstreamer-gl-sys/tests/constant.c
gstreamer-gl-sys/tests/constant.c
+1
-1
gstreamer-gl-sys/tests/layout.c
gstreamer-gl-sys/tests/layout.c
+1
-1
gstreamer-mpegts-sys/src/lib.rs
gstreamer-mpegts-sys/src/lib.rs
+1
-1
gstreamer-mpegts-sys/tests/abi.rs
gstreamer-mpegts-sys/tests/abi.rs
+1
-1
gstreamer-mpegts-sys/tests/constant.c
gstreamer-mpegts-sys/tests/constant.c
+1
-1
gstreamer-mpegts-sys/tests/layout.c
gstreamer-mpegts-sys/tests/layout.c
+1
-1
gstreamer-net-sys/src/lib.rs
gstreamer-net-sys/src/lib.rs
+7
-22
gstreamer-net-sys/tests/abi.rs
gstreamer-net-sys/tests/abi.rs
+1
-1
gstreamer-net-sys/tests/constant.c
gstreamer-net-sys/tests/constant.c
+1
-1
gstreamer-net-sys/tests/layout.c
gstreamer-net-sys/tests/layout.c
+1
-1
gstreamer-pbutils-sys/src/lib.rs
gstreamer-pbutils-sys/src/lib.rs
+13
-43
gstreamer-pbutils-sys/tests/abi.rs
gstreamer-pbutils-sys/tests/abi.rs
+1
-1
gstreamer-pbutils-sys/tests/constant.c
gstreamer-pbutils-sys/tests/constant.c
+1
-1
gstreamer-pbutils-sys/tests/layout.c
gstreamer-pbutils-sys/tests/layout.c
+1
-1
gstreamer-player-sys/src/lib.rs
gstreamer-player-sys/src/lib.rs
+17
-57
gstreamer-player-sys/tests/abi.rs
gstreamer-player-sys/tests/abi.rs
+1
-1
gstreamer-player-sys/tests/constant.c
gstreamer-player-sys/tests/constant.c
+1
-1
gstreamer-player-sys/tests/layout.c
gstreamer-player-sys/tests/layout.c
+1
-1
gstreamer-rtsp-server-sys/src/lib.rs
gstreamer-rtsp-server-sys/src/lib.rs
+34
-114
gstreamer-rtsp-server-sys/tests/abi.rs
gstreamer-rtsp-server-sys/tests/abi.rs
+1
-1
gstreamer-rtsp-server-sys/tests/constant.c
gstreamer-rtsp-server-sys/tests/constant.c
+1
-1
gstreamer-rtsp-server-sys/tests/layout.c
gstreamer-rtsp-server-sys/tests/layout.c
+1
-1
gstreamer-rtsp-sys/src/lib.rs
gstreamer-rtsp-sys/src/lib.rs
+5
-15
gstreamer-rtsp-sys/tests/abi.rs
gstreamer-rtsp-sys/tests/abi.rs
+1
-1
gstreamer-rtsp-sys/tests/constant.c
gstreamer-rtsp-sys/tests/constant.c
+1
-1
gstreamer-rtsp-sys/tests/layout.c
gstreamer-rtsp-sys/tests/layout.c
+1
-1
gstreamer-sdp-sys/src/lib.rs
gstreamer-sdp-sys/src/lib.rs
+5
-15
gstreamer-sdp-sys/tests/abi.rs
gstreamer-sdp-sys/tests/abi.rs
+1
-1
gstreamer-sdp-sys/tests/constant.c
gstreamer-sdp-sys/tests/constant.c
+1
-1
gstreamer-sdp-sys/tests/layout.c
gstreamer-sdp-sys/tests/layout.c
+1
-1
gstreamer-sys/src/lib.rs
gstreamer-sys/src/lib.rs
+59
-204
gstreamer-sys/tests/abi.rs
gstreamer-sys/tests/abi.rs
+1
-1
gstreamer-sys/tests/constant.c
gstreamer-sys/tests/constant.c
+1
-1
gstreamer-sys/tests/layout.c
gstreamer-sys/tests/layout.c
+1
-1
gstreamer-tag-sys/src/lib.rs
gstreamer-tag-sys/src/lib.rs
+5
-15
gstreamer-tag-sys/tests/abi.rs
gstreamer-tag-sys/tests/abi.rs
+1
-1
gstreamer-tag-sys/tests/constant.c
gstreamer-tag-sys/tests/constant.c
+1
-1
gstreamer-tag-sys/tests/layout.c
gstreamer-tag-sys/tests/layout.c
+1
-1
gstreamer-video-sys/src/lib.rs
gstreamer-video-sys/src/lib.rs
+23
-78
gstreamer-video-sys/tests/abi.rs
gstreamer-video-sys/tests/abi.rs
+1
-1
gstreamer-video-sys/tests/constant.c
gstreamer-video-sys/tests/constant.c
+1
-1
gstreamer-video-sys/tests/layout.c
gstreamer-video-sys/tests/layout.c
+1
-1
gstreamer-webrtc-sys/src/lib.rs
gstreamer-webrtc-sys/src/lib.rs
+1
-1
gstreamer-webrtc-sys/tests/abi.rs
gstreamer-webrtc-sys/tests/abi.rs
+1
-1
gstreamer-webrtc-sys/tests/constant.c
gstreamer-webrtc-sys/tests/constant.c
+1
-1
gstreamer-webrtc-sys/tests/layout.c
gstreamer-webrtc-sys/tests/layout.c
+1
-1
No files found.
gstreamer-app-sys/src/lib.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -74,14 +74,9 @@ impl ::std::fmt::Debug for GstAppSinkClass {
}
#[repr(C)]
pub
struct
GstAppSinkPrivate
(
c_void
);
pub
struct
_
GstAppSinkPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAppSinkPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAppSinkPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAppSinkPrivate
=
*
mut
_
GstAppSinkPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -132,14 +127,9 @@ impl ::std::fmt::Debug for GstAppSrcClass {
}
#[repr(C)]
pub
struct
GstAppSrcPrivate
(
c_void
);
pub
struct
_
GstAppSrcPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAppSrcPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAppSrcPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAppSrcPrivate
=
*
mut
_
GstAppSrcPrivate
;
// Classes
#[repr(C)]
...
...
gstreamer-app-sys/tests/abi.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-app-sys/tests/constant.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-app-sys/tests/layout.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/src/lib.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -289,14 +289,9 @@ impl ::std::fmt::Debug for GstAudioAggregatorConvertPadClass {
}
#[repr(C)]
pub
struct
GstAudioAggregatorConvertPadPrivate
(
c_void
);
pub
struct
_
GstAudioAggregatorConvertPadPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioAggregatorConvertPadPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioAggregatorConvertPadPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioAggregatorConvertPadPrivate
=
*
mut
_
GstAudioAggregatorConvertPadPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -318,24 +313,14 @@ impl ::std::fmt::Debug for GstAudioAggregatorPadClass {
}
#[repr(C)]
pub
struct
GstAudioAggregatorPadPrivate
(
c_void
);
pub
struct
_
GstAudioAggregatorPadPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioAggregatorPadPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioAggregatorPadPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioAggregatorPadPrivate
=
*
mut
_
GstAudioAggregatorPadPrivate
;
#[repr(C)]
pub
struct
GstAudioAggregatorPrivate
(
c_void
);
pub
struct
_
GstAudioAggregatorPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioAggregatorPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioAggregatorPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioAggregatorPrivate
=
*
mut
_
GstAudioAggregatorPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -357,14 +342,9 @@ impl ::std::fmt::Debug for GstAudioBaseSinkClass {
}
#[repr(C)]
pub
struct
GstAudioBaseSinkPrivate
(
c_void
);
pub
struct
_
GstAudioBaseSinkPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioBaseSinkPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioBaseSinkPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioBaseSinkPrivate
=
*
mut
_
GstAudioBaseSinkPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -384,14 +364,9 @@ impl ::std::fmt::Debug for GstAudioBaseSrcClass {
}
#[repr(C)]
pub
struct
GstAudioBaseSrcPrivate
(
c_void
);
pub
struct
_
GstAudioBaseSrcPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioBaseSrcPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioBaseSrcPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioBaseSrcPrivate
=
*
mut
_
GstAudioBaseSrcPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -441,14 +416,9 @@ impl ::std::fmt::Debug for GstAudioCdSrcClass {
}
#[repr(C)]
pub
struct
GstAudioCdSrcPrivate
(
c_void
);
pub
struct
_
GstAudioCdSrcPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioCdSrcPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioCdSrcPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioCdSrcPrivate
=
*
mut
_
GstAudioCdSrcPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -475,14 +445,9 @@ impl ::std::fmt::Debug for GstAudioCdSrcTrack {
}
#[repr(C)]
pub
struct
GstAudioChannelMixer
(
c_void
);
pub
struct
_
GstAudioChannelMixer
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioChannelMixer
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioChannelMixer @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioChannelMixer
=
*
mut
_
GstAudioChannelMixer
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -581,14 +546,9 @@ impl ::std::fmt::Debug for GstAudioDecoderClass {
}
#[repr(C)]
pub
struct
GstAudioDecoderPrivate
(
c_void
);
pub
struct
_
GstAudioDecoderPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioDecoderPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioDecoderPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioDecoderPrivate
=
*
mut
_
GstAudioDecoderPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -664,14 +624,9 @@ impl ::std::fmt::Debug for GstAudioEncoderClass {
}
#[repr(C)]
pub
struct
GstAudioEncoderPrivate
(
c_void
);
pub
struct
_
GstAudioEncoderPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioEncoderPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioEncoderPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioEncoderPrivate
=
*
mut
_
GstAudioEncoderPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -774,24 +729,14 @@ impl ::std::fmt::Debug for GstAudioMeta {
}
#[repr(C)]
pub
struct
GstAudioQuantize
(
c_void
);
pub
struct
_
GstAudioQuantize
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioQuantize
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioQuantize @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioQuantize
=
*
mut
_
GstAudioQuantize
;
#[repr(C)]
pub
struct
GstAudioResampler
(
c_void
);
pub
struct
_
GstAudioResampler
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAudioResampler
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAudioResampler @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAudioResampler
=
*
mut
_
GstAudioResampler
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
gstreamer-audio-sys/tests/abi.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/tests/constant.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/tests/layout.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/src/lib.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -77,14 +77,9 @@ pub type GstTypeFindHelperGetRangeFunction = Option<unsafe extern "C" fn(*mut gs
// Records
#[repr(C)]
pub
struct
GstAdapterClass
(
c_void
);
pub
struct
_
GstAdapterClass
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAdapterClass
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAdapterClass @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAdapterClass
=
*
mut
_
GstAdapterClass
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -157,24 +152,14 @@ impl ::std::fmt::Debug for GstAggregatorPadClass {
}
#[repr(C)]
pub
struct
GstAggregatorPadPrivate
(
c_void
);
pub
struct
_
GstAggregatorPadPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAggregatorPadPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAggregatorPadPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAggregatorPadPrivate
=
*
mut
_
GstAggregatorPadPrivate
;
#[repr(C)]
pub
struct
GstAggregatorPrivate
(
c_void
);
pub
struct
_
GstAggregatorPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstAggregatorPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstAggregatorPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstAggregatorPrivate
=
*
mut
_
GstAggregatorPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -242,14 +227,9 @@ impl ::std::fmt::Debug for GstBaseParseFrame {
}
#[repr(C)]
pub
struct
GstBaseParsePrivate
(
c_void
);
pub
struct
_
GstBaseParsePrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstBaseParsePrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstBaseParsePrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstBaseParsePrivate
=
*
mut
_
GstBaseParsePrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -303,14 +283,9 @@ impl ::std::fmt::Debug for GstBaseSinkClass {
}
#[repr(C)]
pub
struct
GstBaseSinkPrivate
(
c_void
);
pub
struct
_
GstBaseSinkPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstBaseSinkPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstBaseSinkPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstBaseSinkPrivate
=
*
mut
_
GstBaseSinkPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -366,14 +341,9 @@ impl ::std::fmt::Debug for GstBaseSrcClass {
}
#[repr(C)]
pub
struct
GstBaseSrcPrivate
(
c_void
);
pub
struct
_
GstBaseSrcPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstBaseSrcPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstBaseSrcPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstBaseSrcPrivate
=
*
mut
_
GstBaseSrcPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -439,14 +409,9 @@ impl ::std::fmt::Debug for GstBaseTransformClass {
}
#[repr(C)]
pub
struct
GstBaseTransformPrivate
(
c_void
);
pub
struct
_
GstBaseTransformPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstBaseTransformPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstBaseTransformPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstBaseTransformPrivate
=
*
mut
_
GstBaseTransformPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -556,14 +521,9 @@ impl ::std::fmt::Debug for GstCollectData {
}
#[repr(C)]
pub
struct
GstCollectDataPrivate
(
c_void
);
pub
struct
_
GstCollectDataPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstCollectDataPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstCollectDataPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstCollectDataPrivate
=
*
mut
_
GstCollectDataPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -595,14 +555,9 @@ impl ::std::fmt::Debug for GstCollectPadsClass {
}
#[repr(C)]
pub
struct
GstCollectPadsPrivate
(
c_void
);
pub
struct
_
GstCollectPadsPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstCollectPadsPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstCollectPadsPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstCollectPadsPrivate
=
*
mut
_
GstCollectPadsPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -648,14 +603,9 @@ impl ::std::fmt::Debug for GstDataQueueItem {
}
#[repr(C)]
pub
struct
GstDataQueuePrivate
(
c_void
);
pub
struct
_
GstDataQueuePrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstDataQueuePrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstDataQueuePrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstDataQueuePrivate
=
*
mut
_
GstDataQueuePrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -707,14 +657,9 @@ impl ::std::fmt::Debug for GstPushSrcClass {
}
#[repr(C)]
pub
struct
GstQueueArray
(
c_void
);
pub
struct
_
GstQueueArray
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstQueueArray
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstQueueArray @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstQueueArray
=
*
mut
_
GstQueueArray
;
// Classes
#[repr(C)]
...
...
gstreamer-base-sys/tests/abi.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/tests/constant.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/tests/layout.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/src/lib.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -47,34 +47,19 @@ impl ::std::fmt::Debug for GstHarness {
}
#[repr(C)]
pub
struct
GstHarnessPrivate
(
c_void
);
pub
struct
_
GstHarnessPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstHarnessPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstHarnessPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstHarnessPrivate
=
*
mut
_
GstHarnessPrivate
;
#[repr(C)]
pub
struct
GstHarnessThread
(
c_void
);
pub
struct
_
GstHarnessThread
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstHarnessThread
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstHarnessThread @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstHarnessThread
=
*
mut
_
GstHarnessThread
;
#[repr(C)]
pub
struct
GstStreamConsistency
(
c_void
);
pub
struct
_
GstStreamConsistency
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstStreamConsistency
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstStreamConsistency @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstStreamConsistency
=
*
mut
_
GstStreamConsistency
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -91,14 +76,9 @@ impl ::std::fmt::Debug for GstTestClockClass {
}
#[repr(C)]
pub
struct
GstTestClockPrivate
(
c_void
);
pub
struct
_
GstTestClockPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstTestClockPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstTestClockPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstTestClockPrivate
=
*
mut
_
GstTestClockPrivate
;
// Classes
#[repr(C)]
...
...
gstreamer-check-sys/tests/abi.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/tests/constant.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/tests/layout.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/src/lib.rs
View file @
78c1f50b
This diff is collapsed.
Click to expand it.
gstreamer-editing-services-sys/tests/abi.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/tests/constant.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/tests/layout.c
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-gl-sys/src/lib.rs
View file @
78c1f50b
// This file was generated by gir (https://github.com/gtk-rs/gir @
58cffd4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
e586ff8
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -284,14 +284,9 @@ impl ::std::fmt::Debug for GstGLBaseFilterClass {
}
#[repr(C)]
pub
struct
GstGLBaseFilterPrivate
(
c_void
);
pub
struct
_
GstGLBaseFilterPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstGLBaseFilterPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstGLBaseFilterPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstGLBaseFilterPrivate
=
*
mut
_
GstGLBaseFilterPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -423,14 +418,9 @@ impl ::std::fmt::Debug for GstGLBufferPoolClass {
}
#[repr(C)]
pub
struct
GstGLBufferPoolPrivate
(
c_void
);
pub
struct
_
GstGLBufferPoolPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstGLBufferPoolPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{
f
.debug_struct
(
&
format!
(
"GstGLBufferPoolPrivate @ {:?}"
,
self
as
*
const
_
))
.finish
()
}
}
pub
type
GstGLBufferPoolPrivate
=
*
mut
_
GstGLBufferPoolPrivate
;
#[repr(C)]
#[derive(Copy,
Clone)]
...
...
@@ -447,14 +437,9 @@ impl ::std::fmt::Debug for GstGLColorConvertClass {
}
#[repr(C)]
pub
struct
GstGLColorConvertPrivate
(
c_void
);
pub
struct
_
GstGLColorConvertPrivate
(
c_void
);
impl
::
std
::
fmt
::
Debug
for
GstGLColorConvertPrivate
{
fn
fmt
(
&
self
,
f
:
&
mut
::
std
::
fmt
::
Formatter
)
->
::
std
::
fmt
::
Result
{