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
|
|
|
|
- [] unable to connnec element with incompatible caps.
|
|
|
|
- [x] unable to connect a port which is already connected
|
|
|
|
- [] create contextual menu on pad or element
|
|
|
|
- [] upclass the element
|
|
|
|
- [] create a crate for graphview/node/port
|
2022-01-06 13:57:17 +00:00
|
|
|
- [x] save/load pipeline
|
2021-11-22 12:08:05 +00:00
|
|
|
- [] 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
|
2022-01-06 13:57:17 +00:00
|
|
|
- [] Add multiple graphviews with tabs.
|
2021-11-25 15:13:40 +00:00
|
|
|
|
|
|
|
## Code cleanup
|
|
|
|
|
|
|
|
[] remove useless code from graphview
|