forked from mirrors/gstreamer-rs
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:
parent
b87ffa17bb
commit
856a5a25e8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue