changelog: update changelog and todo

This commit is contained in:
Stéphane Cerveau 2023-08-26 13:17:57 +02:00
parent eda453df53
commit ea43d37589
2 changed files with 17 additions and 6 deletions

View file

@ -83,3 +83,17 @@
### Graphview
- [x] Update node description on property removal
## 0.3.0
### app
- [x] handle the caps setter element
### CI/Infra
- [x] Create a macos installer
- [x] Create a windows installer
### Graphview
- [x] set/get the file format version
### GStreamer
- [x] Display GStreamer version in the about dialog

View file

@ -3,12 +3,11 @@
### Graphview
- [ ] create a crate for graphview/node/port
- [x] set/get the file format version
### GStreamer:
- [ ] Implement pipeline unit test
- [x] Display GStreamer version in the about dialog
### app
@ -16,8 +15,8 @@
- [ ] 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
- [ ] Render a media file
- [ ] Offer compatible element to a pad (autorender)
@ -30,9 +29,7 @@
- [ ] Filter the elements by class/rank etc.
- [ ] double click on node/pad open the properties
### CI/Infra
- [ ] Create a macos/windows job
## bugs