Remove EOS message constructor for now

These should probably all use the builder pattern
This commit is contained in:
Sebastian Dröge 2017-07-03 18:11:26 +03:00
parent fc8046b9bd
commit 9a364c26c6

View file

@ -25,12 +25,6 @@ unsafe impl MiniObject for 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 {
unsafe {
from_glib_none((*self.as_ptr()).src)