2018-04-23 17:34:22 +00:00
|
|
|
// This file was generated by gir (https://github.com/gtk-rs/gir)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files)
|
2017-08-01 12:36:39 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
|
|
|
use glib::translate::*;
|
2019-03-19 07:40:05 +00:00
|
|
|
use gst_player_sys;
|
2017-08-01 12:36:39 +00:00
|
|
|
|
|
|
|
glib_wrapper! {
|
2018-08-17 21:25:12 +00:00
|
|
|
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
2019-03-19 07:40:05 +00:00
|
|
|
pub struct PlayerVisualization(Boxed<gst_player_sys::GstPlayerVisualization>);
|
2017-08-01 12:36:39 +00:00
|
|
|
|
|
|
|
match fn {
|
2019-03-19 07:40:05 +00:00
|
|
|
copy => |ptr| gst_player_sys::gst_player_visualization_copy(mut_override(ptr)),
|
|
|
|
free => |ptr| gst_player_sys::gst_player_visualization_free(ptr),
|
|
|
|
get_type => || gst_player_sys::gst_player_visualization_get_type(),
|
2017-08-01 12:36:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
unsafe impl Send for PlayerVisualization {}
|
|
|
|
unsafe impl Sync for PlayerVisualization {}
|