media-converter: Also support video/quicktime
This commit is contained in:
parent
1002d7c23d
commit
8a6964bb3c
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ impl ObjectSubclass for VideoConv {
|
|||
caps.append(gst::Caps::builder("video/x-ms-asf").build());
|
||||
caps.append(gst::Caps::builder("video/x-msvideo").build());
|
||||
caps.append(gst::Caps::builder("video/mpeg").build());
|
||||
caps.append(gst::Caps::builder("video/quicktime").build());
|
||||
}
|
||||
let sink_pad_template = gst::PadTemplate::new(
|
||||
"sink",
|
||||
|
|
Loading…
Reference in a new issue