forked from mirrors/gstreamer-rs
player: expose set_config()
Fixes https://github.com/sdroege/gstreamer-rs/pull/25
This commit is contained in:
parent
b392c82ba9
commit
d0433a7b94
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ impl Player {
|
|||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn set_config(&self, config: gst::Structure) -> bool {
|
||||
pub fn set_config(&self, config: gst::Structure) -> bool {
|
||||
unsafe {
|
||||
from_glib(ffi::gst_player_set_config(
|
||||
self.to_glib_none().0,
|
||||
|
|
Loading…
Reference in a new issue