dot stuff
This commit is contained in:
10
README.md
10
README.md
@@ -109,3 +109,13 @@ gst-inspect-1.0 rollingsum
|
||||
## Documentation
|
||||
|
||||
- [Rolling Sum Filter Design](DESIGN_ROLLINGSUM.md)
|
||||
|
||||
## Debugging
|
||||
add `$env:GST_DEBUG_DUMP_DOT_DIR='.'`
|
||||
|
||||

|
||||
|
||||
to get dotfile, and view using https://dreampuf.github.io/GraphvizOnline/, or
|
||||
```pwsh
|
||||
dot -Tsvg C:\dev\gst-plugins-vision\0.00.02.922833100-gst-launch.PAUSED_PLAYING.dot -o same.svg
|
||||
```
|
||||
Reference in New Issue
Block a user