From 98e0199e01a7f598323c3224148788e6cbbf1dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 17 Nov 2021 12:38:28 +0100 Subject: [PATCH] GPS: add a TODO list --- TODO.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..21917f9 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +TODO: + + - [X] Fix c.fill issue + - [] Create Element structure with pads and connections + - [] Get a list of GStreamer elements in dialog add plugin + - [] Draw element with its pad + - [] Be able to move the element on Screen + - [] Create connection between element + - [] Run a pipeline with GStreamer + - [] Run the pipeline with GStreamer + - [] Control the pipeline with GStreamer + - [X] Define the license + - [] Connect the logs to the window + - [] Create a window for the video output + +