GstPipelineStudio/TODO.md

43 lines
1.4 KiB
Markdown
Raw Normal View History

2022-01-11 19:53:35 +00:00
## TODO
### Graphview
- [ ] create a crate for graphview/node/port
- [x] set/get the file format version
### GStreamer:
- [ ] Implement pipeline unit test
2022-02-10 12:19:47 +00:00
- [x] Display GStreamer version in the about dialog
### app
2022-01-11 19:53:35 +00:00
- [ ] Control the connection between element
- [ ] unable to connect element with incompatible caps.
- [ ] Add multiple graphviews with tabs.
- [ ] Implement graph dot render/load
- [ ] Implement a command line parser to graph
- [ ] handle the caps setter element
- [ ] Add probes on each pad to monitor the pipeline
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-02-02 09:36:30 +00:00
- [ ] Change TreeView to ListView
- [ ] Implement zoom on the view (https://gitlab.gnome.org/World/obfuscate/-/blob/master/src/widgets/drawing_area.rs)
- [ ] Settings: add a log level selection
- [ ] reopen the last log on prematured exit (crash)
2022-02-08 13:59:46 +00:00
- [ ] Play/pause should be prevented until the pipeline is ready
- [ ] Filter the elements by class/rank etc.
- [ ] double click on node/pad open the properties
### CI/Infra
- [ ] Create a macos/windows job
2022-01-11 19:53:35 +00:00
## bugs
2022-01-11 19:53:35 +00:00
- [ ] check that element exists before creating it on file load.
2022-02-08 15:59:26 +00:00
- [ ] Combo box is not well selected if the value is not linear such as flags. See flags in playbin
- [ ] opening a graph file can lead a different behavior in the pipeline. See videomixer graph where the zorder
on pads is not correctly set to right one.