forked from mirrors/gstreamer-rs
message: Handle the Redirect
message in Message::view()
This commit is contained in:
parent
656e815b23
commit
50c6f48728
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ impl MessageRef {
|
|||
ffi::GST_MESSAGE_DEVICE_ADDED => MessageView::DeviceAdded(DeviceAdded(self)),
|
||||
ffi::GST_MESSAGE_DEVICE_REMOVED => MessageView::DeviceRemoved(DeviceRemoved(self)),
|
||||
#[cfg(any(feature = "v1_10", feature = "dox"))]
|
||||
ffi::GST_MESSAGE_REDIRECT => MessageView::Redirect(Redirect(self)),
|
||||
#[cfg(any(feature = "v1_10", feature = "dox"))]
|
||||
ffi::GST_MESSAGE_PROPERTY_NOTIFY => MessageView::PropertyNotify(PropertyNotify(self)),
|
||||
#[cfg(any(feature = "v1_10", feature = "dox"))]
|
||||
ffi::GST_MESSAGE_STREAM_COLLECTION => {
|
||||
|
|
Loading…
Reference in a new issue