projects
/
qtgstreamer:qtgstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a simple echo example, which forwards audio from the mic to the speakers.
[qtgstreamer:qtgstreamer.git]
/
examples
/
echo
/
CMakeLists.txt
1
add_executable(echo main.cpp)
2
target_link_libraries(echo ${QT_QTCORE_LIBRARY} QtGstreamer)