Add an asynchronous bus message dispatcher that emits the "message" signal,
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Wed, 14 Jul 2010 09:15:01 +0000 (12:15 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Wed, 14 Jul 2010 09:15:01 +0000 (12:15 +0300)
commit9cb5e35c5b1c2fb4a06bb6661e37a8a53326b144
treec2d76826645637613270eea560b075e88081bbbd
parent98b6196d9cc742ccd7031107f814fd653eb052eb
Add an asynchronous bus message dispatcher that emits the "message" signal,
like the one provided by the gst_bus_add_signal_watch() method, but which works
purely with the Qt event loop and doesn't require a Glib one.
src/QGst/bus.cpp
src/QGst/bus.h
tests/CMakeLists.txt
tests/bustest.cpp [new file with mode: 0644]