Add a new QtGstreamerUi library that contains a VideoWidget class, a widget that...
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 24 Jul 2010 14:11:15 +0000 (17:11 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 24 Jul 2010 14:11:15 +0000 (17:11 +0300)
commit66d3fc95da9c53a5184990819d57a68e22f10e2f
tree7b62519ab2498f9c6a44352f96a016ec1790783f
parentcf901eb80b0494c14e47fc36219f6e1b3e16a8b7
Add a new QtGstreamerUi library that contains a VideoWidget class, a widget that can embed video sinks.
13 files changed:
CMakeLists.txt
cmake/modules/FindQtGstreamer.cmake
codegen/CMakeLists.txt
elements/CMakeLists.txt
src/CMakeLists.txt
src/QGlib/signal.h
src/QGst/Ui/VideoWidget [new file with mode: 0644]
src/QGst/Ui/videowidget.cpp [new file with mode: 0644]
src/QGst/Ui/videowidget.h [new file with mode: 0644]
src/main.dox
tests/manual/CMakeLists.txt
tests/manual/videowidgettest.cpp [new file with mode: 0644]
tests/manual/videowidgettest.ui [new file with mode: 0644]