mirror of
https://github.com/nestriness/warp.git
synced 2025-12-13 02:15:42 +02:00
chore(sink): add TODO
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
use anyhow::{self, Context};
|
use anyhow::{self, Context};
|
||||||
use gst::prelude::*;
|
use gst::prelude::*;
|
||||||
use gst::ClockTime;
|
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};
|
use std::sync::{Arc, Mutex};
|
||||||
|
|
||||||
@@ -256,6 +254,8 @@ impl GST {
|
|||||||
",
|
",
|
||||||
).unwrap().downcast::<gst::Pipeline>().unwrap();
|
).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
|
// let appsink = pipeline
|
||||||
// .by_name("sink")
|
// .by_name("sink")
|
||||||
// .unwrap()
|
// .unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user