chore(sink): add TODO

This commit is contained in:
Wanjohi
2024-01-18 06:51:22 +03:00
parent a86067ab35
commit 93cc13e44c

View File

@@ -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::<gst::Pipeline>().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()