summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2013-06-05qt5: Add conditional support for Qt5 in the build systemGeorge Kiagiadakis3-3/+3
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis4-4/+8
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis4-43/+8
2012-12-06qmlplayer: s/setenv/qputenv/, since setenv() apparently does not exist on win...George Kiagiadakis1-1/+1
2012-04-08cmake: Build qmlplayer only if QtDeclarative is found (it is an optional dep).George Kiagiadakis1-1/+3
2012-04-08cmake: Add the GL include dirs in the compiler include path in all places whe...George Kiagiadakis1-1/+11
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis13-13/+13
2012-04-08cmake: Add an examples_distcheck targetGeorge Kiagiadakis2-0/+63
2012-04-08examples: Improve the build system scriptsGeorge Kiagiadakis12-17/+193
2012-02-07Fix some problematic moc includes to work properly with cmake's automocGeorge Kiagiadakis3-2/+4
2012-01-16Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...George Kiagiadakis1-0/+20
2012-01-16Add a qmlplayer example (warning: very ugly UI)George Kiagiadakis6-0/+310
2011-11-15Fix uri encoding in the player example.George Kiagiadakis1-1/+2
2011-11-10Fix qmake compilation issues in the player example.George Kiagiadakis3-6/+6
2011-05-01player: added volume controlMarco Ballesio4-1/+53
2011-03-06Use the root source directory as the base path for included files in the docu...George Kiagiadakis1-8/+8
2011-03-03Add a simple VoIP example.George Kiagiadakis5-0/+606
2011-01-21Use the variadic Bin::add() method in a few places to give a good example to ...George Kiagiadakis1-4/+1
2011-01-20Make the player example appear whole in the documentation and write a few wor...George Kiagiadakis1-1/+20
2011-01-20Improve Ballesio's player example.George Kiagiadakis6-318/+306
2011-01-20Reduced number of signals for state changesMarco Ballesio1-1/+3
2011-01-20Improved QTime handlingMarco Ballesio1-12/+14
2011-01-20Improved video sink handlingMarco Ballesio3-30/+30
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