2022-01-11 19:53:35 +00:00
|
|
|
## TODO
|
|
|
|
|
2022-01-18 10:50:17 +00:00
|
|
|
### Graphview
|
|
|
|
|
|
|
|
- [ ] create a crate for graphview/node/port
|
2023-08-26 11:17:57 +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-11 19:53:35 +00:00
|
|
|
- [ ] Control the connection between element
|
2022-03-21 14:46:52 +00:00
|
|
|
- [ ] unable to connect element with incompatible caps.
|
2022-01-11 19:53:35 +00:00
|
|
|
- [ ] Implement graph dot render/load
|
2022-01-14 12:19:11 +00:00
|
|
|
- [ ] 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
|
2022-02-04 14:06:29 +00:00
|
|
|
- [ ] 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.
|
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-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
|
2022-02-15 08:49:38 +00:00
|
|
|
- [ ] 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.
|