mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 11:31:06 +00:00
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)]
|
#[allow(dead_code)]
|
||||||
fn set_config(&self, config: gst::Structure) -> bool {
|
pub fn set_config(&self, config: gst::Structure) -> bool {
|
||||||
unsafe {
|
unsafe {
|
||||||
from_glib(ffi::gst_player_set_config(
|
from_glib(ffi::gst_player_set_config(
|
||||||
self.to_glib_none().0,
|
self.to_glib_none().0,
|
||||||
|
|
Loading…
Reference in a new issue