Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
767bd053
Commit
767bd053
authored
Aug 17, 2017
by
Sebastian Dröge
🍵
Browse files
Only re-export traits once
parent
50a15357
Changes
5
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/src/lib.rs
View file @
767bd053
...
...
@@ -36,7 +36,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
#[cfg_attr(feature
=
"cargo-clippy"
,
allow(match_same_arms))]
mod
auto
;
pub
use
auto
::
*
;
pub
use
auto
::
traits
::
*
;
mod
app_src
;
mod
app_sink
;
...
...
gstreamer-audio/src/lib.rs
View file @
767bd053
...
...
@@ -39,7 +39,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
#[cfg_attr(feature
=
"cargo-clippy"
,
allow(match_same_arms))]
mod
auto
;
pub
use
auto
::
*
;
pub
use
auto
::
traits
::
*
;
mod
audio_format
;
pub
use
audio_format
::
*
;
...
...
gstreamer-player/src/lib.rs
View file @
767bd053
...
...
@@ -41,7 +41,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
#[cfg_attr(feature
=
"cargo-clippy"
,
allow(match_same_arms))]
mod
auto
;
pub
use
auto
::
*
;
pub
use
auto
::
traits
::
*
;
mod
player
;
...
...
gstreamer-video/src/lib.rs
View file @
767bd053
...
...
@@ -31,7 +31,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
#[cfg_attr(feature
=
"cargo-clippy"
,
allow(match_same_arms))]
mod
auto
;
pub
use
auto
::
*
;
pub
use
auto
::
traits
::
*
;
mod
video_format
;
pub
use
video_format
::
*
;
...
...
gstreamer/src/lib.rs
View file @
767bd053
...
...
@@ -52,7 +52,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
#[cfg_attr(feature
=
"cargo-clippy"
,
allow(match_same_arms))]
mod
auto
;
pub
use
auto
::
*
;
pub
use
auto
::
traits
::
*
;
pub
use
auto
::
functions
::
*
;
pub
mod
miniobject
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment