2022-01-11 19:53:35 +00:00
|
|
|
## 0.1.0
|
2021-11-17 11:38:28 +00:00
|
|
|
|
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
|
2021-12-07 11:20:21 +00:00
|
|
|
- [x] create contextual menu on pad or element
|
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-12-13 17:15:48 +00:00
|
|
|
- [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
|
2022-01-11 19:53:35 +00:00
|
|
|
- [x] Define the license
|
2021-12-15 12:25:13 +00:00
|
|
|
- [x] crash with x11 on contextual menu
|
2022-01-04 16:48:32 +00:00
|
|
|
- [x] open multiple times dialog (About) prevent to close it.
|
2022-01-11 19:53:35 +00:00
|
|
|
- [x] remove useless code from graphview
|
|
|
|
- [x] Move render to a specific module
|
|
|
|
- [x] Move GST render to a specific module
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2022-01-18 10:50:17 +00:00
|
|
|
### Graphview
|
|
|
|
|
|
|
|
- [ ] create a crate for graphview/node/port
|
2022-01-18 15:03:34 +00:00
|
|
|
- [x] Remove a port from a node if possible
|
2022-01-27 09:35:39 +00:00
|
|
|
- [x] Implement graphview unit test
|
2022-01-18 15:03:34 +00:00
|
|
|
- [x] add a css class for pad (presence always or sometimes)
|
2022-01-27 09:35:39 +00:00
|
|
|
- [x] Add property to port to store some specific value(Caps)
|
2022-01-18 10:50:17 +00:00
|
|
|
|
2022-01-25 13:34:16 +00:00
|
|
|
### GStreamer:
|
|
|
|
|
|
|
|
- [ ] Implement pipeline unit test
|
|
|
|
|
2022-01-18 10:50:17 +00:00
|
|
|
### app
|
|
|
|
|
2022-01-18 15:03:34 +00:00
|
|
|
- [x] check that a node accept to create a port on request (input/output)
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] Control the connection between element
|
|
|
|
- [x] unable to connect in and in out and out
|
|
|
|
- [ ] unable to connect element with incompatible caps.
|
|
|
|
- [x] unable to connect a port which is already connected
|
2022-01-18 10:50:17 +00:00
|
|
|
- [ ] Create a window for the video output
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] Add multiple graphviews with tabs.
|
2022-01-25 13:34:16 +00:00
|
|
|
- [x] Property window in the main window
|
2022-01-27 09:35:39 +00:00
|
|
|
- [x] Connect the GPS status to GST status
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] Implement graph dot render/load
|
|
|
|
- [ ] Implement a command line parser to graph
|
2022-01-25 13:34:16 +00:00
|
|
|
- [x] Render the parse launch line in a message box
|
|
|
|
- [x] Prevent to create a pad in an element without the template
|
|
|
|
- [x] Check the pipeline validity
|
2022-01-12 17:45:19 +00:00
|
|
|
- [x] Save node position in XML
|
|
|
|
- [x] Autosave the graph
|
2022-01-18 10:50:17 +00:00
|
|
|
- [x] Logger in file/app all over the app
|
|
|
|
- [ ] handle the caps setter element
|
2022-01-14 12:19:11 +00:00
|
|
|
- [ ] Add probes on each pad to monitor the pipeline
|
2022-01-25 13:34:16 +00:00
|
|
|
- [x] Display pad properties with tooltip hover
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] Render a media file
|
|
|
|
- [ ] Offer compatible element to a pad (autorender)
|
|
|
|
- [ ] Display tags/meta/message detected
|
2022-01-31 14:53:47 +00:00
|
|
|
- [x] Display position and duration
|
|
|
|
- [x] Seek to position
|
|
|
|
- [x] One listbox with elements and one listbox with favorites in the app dashboard
|
2022-01-27 09:35:39 +00:00
|
|
|
- [x] See the link creation with a dashed line
|
2022-01-18 10:50:17 +00:00
|
|
|
|
|
|
|
### CI/Infra
|
|
|
|
|
2022-01-14 12:19:11 +00:00
|
|
|
- [x] Icon install
|
2022-01-18 10:50:17 +00:00
|
|
|
- [x] Flatpak infrastructure
|
|
|
|
- [ ] Create a macos/windows job
|
2021-12-07 11:20:21 +00:00
|
|
|
|
2022-01-11 19:53:35 +00:00
|
|
|
## bugs
|
2021-11-25 15:13:40 +00:00
|
|
|
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] check that element exists before creating it on file load.
|