From 856a5a25e8a39abba9917fb0df09a2a4d45690d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 18 Jun 2019 14:01:52 +0300 Subject: [PATCH] pbutils: Fix build after EncodingContainerProfileExt stopped being generated It's a final type and there can't be any subclasses, so there should not be any extension trait. --- gstreamer-pbutils/src/encoding_profile.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gstreamer-pbutils/src/encoding_profile.rs b/gstreamer-pbutils/src/encoding_profile.rs index e437e6e08..0ea7a1b88 100644 --- a/gstreamer-pbutils/src/encoding_profile.rs +++ b/gstreamer-pbutils/src/encoding_profile.rs @@ -484,7 +484,6 @@ impl<'a> EncodingContainerProfileBuilder<'a> { mod tests { use super::*; use auto::EncodingContainerProfile; - use auto::EncodingContainerProfileExt; use auto::EncodingProfileExt; use auto::EncodingVideoProfile; use gst;