summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Automatically stylised with astyleMarco Ballesio4-145/+175
2011-01-20Removed handling of MessageAsyncDoneMarco Ballesio1-8/+0
2011-01-20Removed unneeded dynamic castsMarco Ballesio1-5/+5
2011-01-20Example player evolutionMarco Ballesio7-186/+539
2011-01-18Add a new "recorder" example.George Kiagiadakis5-0/+607
2011-01-17Move the examples documentation in a separate file.George Kiagiadakis1-0/+34
2011-01-17Remove the stupid echo example.George Kiagiadakis4-88/+0
2011-01-17Add an example that demonstrates the usage of the appsrc and appsink wrappers.George Kiagiadakis4-0/+164
2011-01-08Move the init functions in separate init{.h, .cpp} files in both libs and add...George Kiagiadakis2-2/+2
2011-01-08Fix the example qmake project files to use pkg-config.George Kiagiadakis2-22/+16
2011-01-07Fix branding: it's GStreamer, not Gstreamer.George Kiagiadakis4-18/+18
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-11Improve the build system; add new features and examples:George Kiagiadakis4-7/+69
2010-07-10Rename QGst::deinit() to QGst::cleanup(). deinit is not a good name.George Kiagiadakis2-3/+3
2010-07-06Add a new "player" example: a simple command-line audio player.George Kiagiadakis3-0/+184
2010-06-30Rename all the "newClass" pseudo-constructors to "create".George Kiagiadakis1-1/+1
2010-04-20Port the 'echo' example to the new bindings to make it work again.George Kiagiadakis2-14/+19
2009-07-13Move to shared pointer architecture.George Kiagiadakis1-6/+6
2009-07-12Add a simple echo example, which forwards audio from the mic to the speakers.George Kiagiadakis3-0/+55