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.
This commit is contained in:
Sebastian Dröge 2019-06-18 14:01:52 +03:00
parent b87ffa17bb
commit 856a5a25e8

View file

@ -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;