Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'video/closedcaption/src/scc_enc/imp.rs')
-rw-r--r--video/closedcaption/src/scc_enc/imp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/closedcaption/src/scc_enc/imp.rs b/video/closedcaption/src/scc_enc/imp.rs
index 60598d701..3d51439f8 100644
--- a/video/closedcaption/src/scc_enc/imp.rs
+++ b/video/closedcaption/src/scc_enc/imp.rs
@@ -337,12 +337,12 @@ impl SccEnc {
element: &super::SccEnc,
query: &mut gst::QueryRef,
) -> bool {
- use gst::QueryView;
+ use gst::QueryViewMut;
gst_log!(CAT, obj: pad, "Handling query {:?}", query);
match query.view_mut() {
- QueryView::Seeking(mut q) => {
+ QueryViewMut::Seeking(q) => {
// We don't support any seeking at all
let fmt = q.format();
q.set(