From 93cc13e44c43f9d8991f2f4d52681664e1abbd97 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:51:22 +0300 Subject: [PATCH] chore(sink): add TODO --- src/media.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/media.rs b/src/media.rs index 79df8ad..b166f3a 100644 --- a/src/media.rs +++ b/src/media.rs @@ -6,8 +6,6 @@ use anyhow::{self, Context}; use gst::prelude::*; use gst::ClockTime; -//FIXME: find out why ``buffer.length`` is longer than ``atom_size`` and how to work with that -//TODO: continue with the "other" atoms use std::sync::{Arc, Mutex}; @@ -256,6 +254,8 @@ impl GST { ", ).unwrap().downcast::().unwrap(); + //TODO: Create a sink that is "seekable", probably with a really good EOS https://github.com/sdroege/gst-plugin-rs/blob/80b58f3b45d2c3adee5684888937a3aa30e30cd7/mux/mp4/src/mp4mux/imp.rs#L1252 + // let appsink = pipeline // .by_name("sink") // .unwrap()