Add a GStreamer element that provides a video sink that draws directly on QWidget.
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 24 Jul 2010 13:37:39 +0000 (16:37 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 24 Jul 2010 13:37:39 +0000 (16:37 +0300)
commitcf901eb80b0494c14e47fc36219f6e1b3e16a8b7
tree55bac9426d00ad4afa041a93788512f9bafac67e
parent2abd43c4a6581f699571a5f0ff6e46283120dfda
Add a GStreamer element that provides a video sink that draws directly on QWidget.
Note that this element is built as an external GStreamer plugin and it is independent from the bindings.
CMakeLists.txt
cmake/modules/FindGStreamerPlugins.cmake [new file with mode: 0644]
elements/CMakeLists.txt [new file with mode: 0644]
elements/gstqwidgetvideosink.cpp [new file with mode: 0644]
tests/CMakeLists.txt
tests/manual/CMakeLists.txt [new file with mode: 0644]
tests/manual/qwidgetvideosinktest.cpp [new file with mode: 0644]
tests/manual/qwidgetvideosinktest.ui [new file with mode: 0644]