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
a43d8ff6
Commit
a43d8ff6
authored
Mar 19, 2019
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate with latest gir
parent
e274b549
Changes
85
Hide whitespace changes
Inline
Side-by-side
Showing
85 changed files
with
265 additions
and
100 deletions
+265
-100
gstreamer-app-sys/build.rs
gstreamer-app-sys/build.rs
+10
-0
gstreamer-app-sys/src/lib.rs
gstreamer-app-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-audio-sys/build.rs
+10
-0
gstreamer-audio-sys/src/lib.rs
gstreamer-audio-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-base-sys/build.rs
+10
-0
gstreamer-base-sys/src/lib.rs
gstreamer-base-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-check-sys/build.rs
+10
-0
gstreamer-check-sys/src/lib.rs
gstreamer-check-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-editing-services-sys/build.rs
+10
-0
gstreamer-editing-services-sys/src/lib.rs
gstreamer-editing-services-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-gl-sys/build.rs
+10
-0
gstreamer-gl-sys/src/lib.rs
gstreamer-gl-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-mpegts-sys/build.rs
+10
-0
gstreamer-mpegts-sys/src/lib.rs
gstreamer-mpegts-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-net-sys/build.rs
+10
-0
gstreamer-net-sys/src/lib.rs
gstreamer-net-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-pbutils-sys/build.rs
+10
-0
gstreamer-pbutils-sys/src/lib.rs
gstreamer-pbutils-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-player-sys/build.rs
+10
-0
gstreamer-player-sys/src/lib.rs
gstreamer-player-sys/src/lib.rs
+4
-5
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/build.rs
gstreamer-rtsp-server-sys/build.rs
+10
-0
gstreamer-rtsp-server-sys/src/lib.rs
gstreamer-rtsp-server-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-rtsp-sys/build.rs
+10
-0
gstreamer-rtsp-sys/src/lib.rs
gstreamer-rtsp-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-sdp-sys/build.rs
+10
-0
gstreamer-sdp-sys/src/lib.rs
gstreamer-sdp-sys/src/lib.rs
+8
-11
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/build.rs
gstreamer-sys/build.rs
+10
-0
gstreamer-sys/src/lib.rs
gstreamer-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-tag-sys/build.rs
+10
-0
gstreamer-tag-sys/src/lib.rs
gstreamer-tag-sys/src/lib.rs
+2
-2
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/build.rs
gstreamer-video-sys/build.rs
+10
-0
gstreamer-video-sys/src/lib.rs
gstreamer-video-sys/src/lib.rs
+4
-5
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/build.rs
gstreamer-webrtc-sys/build.rs
+10
-0
gstreamer-webrtc-sys/src/lib.rs
gstreamer-webrtc-sys/src/lib.rs
+2
-2
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/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -34,6 +38,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -53,6 +60,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-app-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-app-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-app-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-app-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -34,6 +38,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -53,6 +60,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-audio-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-audio-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-audio-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -42,6 +46,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -61,6 +68,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-base-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-base-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-base-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -36,6 +40,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -55,6 +62,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-check-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-check-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-check-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -30,6 +34,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -49,6 +56,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-editing-services-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-editing-services-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-editing-services-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-gl-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -20,6 +24,9 @@ fn find() -> Result<(), Error> {
"1.14"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -39,6 +46,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-gl-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-gl-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-gl-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-gl-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-mpegts-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -34,6 +38,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -53,6 +60,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-mpegts-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-mpegts-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-mpegts-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-mpegts-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-net-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -34,6 +38,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -53,6 +60,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-net-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-net-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-net-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-net-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-pbutils-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -32,6 +36,9 @@ fn find() -> Result<(), Error> {
"1.0"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -51,6 +58,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-pbutils-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
gstreamer-pbutils-sys/tests/abi.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-pbutils-sys/tests/constant.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-pbutils-sys/tests/layout.c
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-player-sys/build.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1ae7210)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
extern
crate
pkg_config
;
use
pkg_config
::{
Config
,
Error
};
...
...
@@ -22,6 +26,9 @@ fn find() -> Result<(), Error> {
"1.12"
};
if
let
Ok
(
inc_dir
)
=
env
::
var
(
"GTK_INCLUDE_DIR"
)
{
println!
(
"cargo:include={}"
,
inc_dir
);
}
if
let
Ok
(
lib_dir
)
=
env
::
var
(
"GTK_LIB_DIR"
)
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
@@ -41,6 +48,9 @@ fn find() -> Result<(), Error> {
}
match
config
.probe
(
package_name
)
{
Ok
(
library
)
=>
{
if
let
Ok
(
paths
)
=
std
::
env
::
join_paths
(
library
.include_paths
)
{
println!
(
"cargo:include={}"
,
paths
.to_string_lossy
());
}
if
hardcode_shared_libs
{
for
lib_
in
shared_libs
.iter
()
{
println!
(
"cargo:rustc-link-lib=dylib={}"
,
lib_
);
...
...
gstreamer-player-sys/src/lib.rs
View file @
a43d8ff6
// This file was generated by gir (https://github.com/gtk-rs/gir @
dd33bdf
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
1ae7210
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
#![allow(non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
#![
cfg_attr(feature
=
"cargo-clippy"
,
allow(approx_constant,
type_complexity,
unreadable_literal)
)]
#![
allow(clippy::approx_constant,
clippy::type_complexity,
clippy::unreadable_literal
)]
extern
crate
libc
;
extern
crate
glib_sys
as
glib
;
...
...
@@ -26,9 +26,8 @@ pub const GST_PLAYER_COLOR_BALANCE_BRIGHTNESS: GstPlayerColorBalanceType = 0;
pub
const
GST_PLAYER_COLOR_BALANCE_SATURATION
:
GstPlayerColorBalanceType
=
2
;
pub
const
GST_PLAYER_COLOR_BALANCE_CONTRAST
:
GstPlayerColorBalanceType
=
1
;
pub
type
PlayerError
=
c_int
;
pub
const
GST_PLAYER_ERROR_FAILED
:
PlayerError
=
0
;
pub
type
GstPlayerError
=
PlayerError
;
pub
type
GstPlayerError
=
c_int
;
pub