2021-11-17 11:38:28 +00:00
|
|
|
TODO:
|
|
|
|
|
2021-11-22 12:08:05 +00:00
|
|
|
- [x] Fix c.fill issue
|
|
|
|
- [x] Create Element structure with pads and connections
|
|
|
|
- [x] Get a list of GStreamer elements in dialog add plugin
|
|
|
|
- [x] Add plugin details in the element dialog
|
2021-11-25 15:13:40 +00:00
|
|
|
- [x] Draw element with its pad
|
|
|
|
- [x] Be able to move the element on Screen
|
|
|
|
- [x] Create connection between element
|
|
|
|
- [] Control the connection between element
|
|
|
|
- [x] unable to connect in and in out and out
|
2022-01-04 16:48:32 +00:00
|
|
|
- [] unable to connect element with incompatible caps.
|
2021-11-25 15:13:40 +00:00
|
|
|
- [x] unable to connect a port which is already connected
|
2021-12-07 11:20:21 +00:00
|
|
|
- [x] create contextual menu on pad or element
|
2021-11-25 15:13:40 +00:00
|
|
|
- [] upclass the element
|
|
|
|
- [] create a crate for graphview/node/port
|
2022-01-06 13:57:17 +00:00
|
|
|
- [x] save/load pipeline
|
2021-12-07 11:20:21 +00:00
|
|
|
- [x] Run a pipeline with GStreamer
|
|
|
|
- [x] Run the pipeline with GStreamer
|
|
|
|
- [x] Control the pipeline with GStreamer
|
2021-11-22 12:08:05 +00:00
|
|
|
- [x] Define the license
|
2021-12-13 17:15:48 +00:00
|
|
|
- [] check that a node accept to create a port on request (input/output)
|
|
|
|
- [x] select nodes/links with a Trait Selectable
|
|
|
|
- [x] be able to remove a link by selecting it
|
2022-01-04 16:48:32 +00:00
|
|
|
- [x] Connect the logs to the window
|
2021-11-22 12:08:05 +00:00
|
|
|
- [] Create a window for the video output
|
2022-01-06 13:57:17 +00:00
|
|
|
- [] Add multiple graphviews with tabs.
|
2021-11-25 15:13:40 +00:00
|
|
|
|
2021-12-07 11:20:21 +00:00
|
|
|
## bugs
|
|
|
|
|
2021-12-15 12:25:13 +00:00
|
|
|
- [x] crash with x11 on contextual menu
|
2021-12-08 13:15:22 +00:00
|
|
|
- [] check that element exists before creating it on file load.
|
2022-01-04 16:48:32 +00:00
|
|
|
- [x] open multiple times dialog (About) prevent to close it.
|
2021-12-07 11:20:21 +00:00
|
|
|
|
2021-11-25 15:13:40 +00:00
|
|
|
## Code cleanup
|
|
|
|
|
|
|
|
[] remove useless code from graphview
|
2021-12-08 13:15:22 +00:00
|
|
|
[] Move render to a specific module
|
2021-12-15 12:25:13 +00:00
|
|
|
[x] Move GST render to a specific module
|