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:
Sebastian Dröge 2024-06-12 19:35:55 +03:00
parent 6a8e8055b9
commit 6bab9de772

View file

@ -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},