mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
gstreamer: Actually re-export ByteSliceExt trait from prelude instead of the Dump struct
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1460>
This commit is contained in:
parent
6a8e8055b9
commit
6bab9de772
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ pub mod prelude {
|
|||
param_spec::GstParamSpecBuilderExt,
|
||||
pipeline::GstPipelineExtManual,
|
||||
plugin_feature::PluginFeatureExtManual,
|
||||
slice::Dump,
|
||||
slice::ByteSliceExt,
|
||||
tag_setter::TagSetterExtManual,
|
||||
tags::{CustomTag, Tag},
|
||||
task_pool::{TaskHandle, TaskPoolExtManual},
|
||||
|
|
Loading…
Reference in a new issue