dot stuff

This commit is contained in:
yair
2025-11-14 17:11:18 +02:00
parent 4d35d16c72
commit e58e2319a3
2 changed files with 135 additions and 0 deletions

View File

@@ -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='.'`
![](dot_pause-play.svg)
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
```