Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gstreamer-Tutorial

a simple programs using gstreamer framework libraries which i've practiced

generate a GStreamer pipeline diagram

Install dot :

$ sudo apt-get install graphviz

Add this line after all the elements are created and linked

GST_DEBUG_BIN_TO_DOT_FILE(pipeline, GST_DEBUG_GRAPH_SHOW_ALL, "pipeline")

run the app like:

$ GST_DEBUG_DUMP_DOT_DIR=. ./application

export dot file to png:

$ dot -Tpng pipeline.dot > pipeline.png

open the pipeline.png

$ eog pipeline.png

About

a simple programs using gstreamer framework libraries which i've practiced

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages