From c6b8eb795b9c539527cad9a7c6de7ae3cb299127 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:59:25 +0300 Subject: [PATCH] chore(sink): Add TODO and FIXME(s) --- src/media.rs | 2 ++ 1 file changed, 2 insertions(+) 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};