summaryrefslogtreecommitdiff
path: root/src/QGst/bus.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis1-1/+1
2011-01-12Increase the bus watch timeout to 50 ms.George Kiagiadakis1-1/+1
2011-01-12Bus watch: emit the "message" signal with a detail.George Kiagiadakis1-1/+3
2010-12-20Move Signal::emit and Signal::connect out of the Signal class.George Kiagiadakis1-1/+1
2010-12-08TODO item: guard gst_object_ref_sink() callMauricio Piacentini1-1/+3
2010-10-10Fix crash in the case where a bus signal watch is removed before the bus is d...George Kiagiadakis1-3/+5
2010-10-10Change the bus watch timer to fire every 10 ms instead of 0, to idle the cpu.George Kiagiadakis1-1/+1
2010-07-17Add cmake target to generate API docs and write some basic API docs where nee...George Kiagiadakis1-1/+1
2010-07-14Add an asynchronous bus message dispatcher that emits the "message" signal,George Kiagiadakis1-1/+95
2010-07-03Change RefCountedObject::object() to be a template that automatically casts t...George Kiagiadakis1-8/+8
2010-06-30Add wrapper for GstBus.George Kiagiadakis1-0/+73