美文网首页
2020-01-08 gstreamer+graphviz

2020-01-08 gstreamer+graphviz

作者: 呀短路了 | 来源:发表于2020-01-08 15:12 被阅读0次

    @ bash

    $ sudo apt-get install graphviz
    $ export GST_DEBUG_DUMP_DOT_DIR=~/tmp/
    

    @ c file

    GST_DEBUG_BIN_TO_DOT_FILE(pipeline, GST_DEBUG_GRAPH_SHOW_ALL, "pipeline");
    

    @bash

    $ cd  ~/tmp
    $ dot -Tpdf pipeline.dot -o pipeline.pdf

    相关文章

      网友评论

          本文标题:2020-01-08 gstreamer+graphviz

          本文链接:https://www.haomeiwen.com/subject/vkrsactx.html