mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
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 {
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue