forked from mirrors/gstreamer-rs
Remove EOS message constructor for now
These should probably all use the builder pattern
This commit is contained in:
parent
fc8046b9bd
commit
9a364c26c6
1 changed files with 0 additions and 6 deletions
|
@ -25,12 +25,6 @@ unsafe impl MiniObject for MessageImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl MessageImpl {
|
impl MessageImpl {
|
||||||
pub fn new_eos(src: &Object) -> GstRc<Self> {
|
|
||||||
unsafe {
|
|
||||||
from_glib_full(ffi::gst_message_new_eos(src.to_glib_none().0))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn get_src(&self) -> Object {
|
pub fn get_src(&self) -> Object {
|
||||||
unsafe {
|
unsafe {
|
||||||
from_glib_none((*self.as_ptr()).src)
|
from_glib_none((*self.as_ptr()).src)
|
||||||
|
|
Loading…
Reference in a new issue