diff --git a/gstreamer-base/src/aggregator.rs b/gstreamer-base/src/aggregator.rs index 38fadf4e4..2332a73aa 100644 --- a/gstreamer-base/src/aggregator.rs +++ b/gstreamer-base/src/aggregator.rs @@ -70,7 +70,6 @@ pub trait AggregatorExtManual: 'static { gst::ClockTime, Option<&gst::StructureRef>, ) + Send - + Sync + 'static, >( &self, @@ -204,7 +203,6 @@ impl> AggregatorExtManual for O { gst::ClockTime, Option<&gst::StructureRef>, ) + Send - + Sync + 'static, >( &self, @@ -223,7 +221,6 @@ impl> AggregatorExtManual for O { gst::ClockTime, Option<&gst::StructureRef>, ) + Send - + Sync + 'static, >( this: *mut gst_base_sys::GstAggregator,