diff --git a/src/media.rs b/src/media.rs index df9ec85..c0656a2 100644 --- a/src/media.rs +++ b/src/media.rs @@ -5,6 +5,8 @@ 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};