GstPipelineStudio/TODO.md

35 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-01-11 19:53:35 +00:00
## TODO
### Graphview
- [ ] create a crate for graphview/node/port
2023-08-26 11:17:57 +00:00
### GStreamer:
- [ ] Implement pipeline unit test
### app
2022-01-11 19:53:35 +00:00
- [ ] Control the connection between element
- [ ] unable to connect element with incompatible caps.
2022-01-11 19:53:35 +00:00
- [ ] Implement graph dot render/load
- [ ] 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)
- [ ] 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
2022-01-11 19:53:35 +00:00
## bugs
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.