mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
changelog: update changelog and todo
This commit is contained in:
parent
eda453df53
commit
ea43d37589
2 changed files with 17 additions and 6 deletions
14
ChangeLog.md
14
ChangeLog.md
|
@ -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
|
9
TODO.md
9
TODO.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue