summaryrefslogtreecommitdiff
path: root/examples/player/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Example player evolutionMarco Ballesio1-183/+12
2011-01-08Move the init functions in separate init{.h, .cpp} files in both libs and add...George Kiagiadakis1-1/+1
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis1-2/+2
2010-12-20Move Signal::emit and Signal::connect out of the Signal class.George Kiagiadakis1-2/+2
2010-12-02Return StructurePtr instead of SharedStructure and adapt the testsMauricio Piacentini1-2/+2
2010-12-02Rename structure() to internalStructure()Mauricio Piacentini1-1/+1
2010-11-03Initial implementation of QGst::EventMauricio Piacentini1-1/+18
2010-10-22QGstClock implementation and testsMauricio Piacentini1-1/+3
2010-10-18GstQuery implementation and testsMauricio Piacentini1-0/+11
2010-07-17Add option (enabled by default) to omit the sender from a slot's arguments. I...George Kiagiadakis1-7/+4
2010-07-10Rename QGst::deinit() to QGst::cleanup(). deinit is not a good name.George Kiagiadakis1-2/+2
2010-07-06Add a new "player" example: a simple command-line audio player.George Kiagiadakis1-0/+178