summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2018-05-04DeviceMonitor examplePavel Bludov6-0/+408
2014-06-24examples/recorder: cleanup / fixupGeorge Kiagiadakis4-55/+4
2014-06-24Make recorder example compileDavid Edmundson2-110/+11
2014-06-24build system: install .pc file and cmake variables for the Qt5GStreamerQuick ...George Kiagiadakis1-1/+1
2014-05-03examples/voip: fix crash after starting a callGeorge Kiagiadakis1-2/+3
2014-05-03examples/voip: fix caps and element names for 1.0George Kiagiadakis1-6/+6
2014-05-03examples/appsink-src: fix caps and appsrc properties to make the example workGeorge Kiagiadakis1-3/+4
2014-05-03s/0.10/1.0/g in places where it was forgotten (qml modules, docs and qmake pr...George Kiagiadakis8-13/+13
2014-05-03examples/qmlplayer2: allow setting a different video uri from the command lineGeorge Kiagiadakis1-1/+4
2014-05-03examples/qmlplayer2: rename playbin2 to playbinGeorge Kiagiadakis1-1/+1
2014-05-03QGst::Pad: align the API for getting/setting Caps with the equivalent C APIGeorge Kiagiadakis1-1/+1
2014-04-27examples/CMakeLists.txt disable building recorder exampleDiane Trout1-2/+2
2014-04-27examples/appsink-src/main.cpp rename decodebin2 to decodebinDiane Trout1-1/+1
2014-04-27examples/appsink-src/main.cpp update audio/x-raw-int caps lineDiane Trout1-1/+1
2014-04-27examples/appsink-src/main.cpp Update name to reflect Sample being returnedDiane Trout1-2/+3
2014-04-27examples/player/player.cpp rename playbin2 to playbinDiane Trout1-1/+1
2014-04-27examples/qmlplayer/player.cpp rename playbin2 to playbinDiane Trout1-1/+1
2013-10-28examples: Add a qtquick2 player exampleGeorge Kiagiadakis9-1/+347
2013-06-09includes: Stop using <QtModule/QtClass> style includes outside of src/George Kiagiadakis11-70/+30
2013-06-09examples: Fix make examples_distcheck with Qt5George Kiagiadakis7-9/+43
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis6-21/+51
2013-06-05qt5: also port the qmlplayer exampleGeorge Kiagiadakis2-2/+10
2013-06-05qt5: examples: Fix floating point exception in playerLuciana Fujii Pontello2-5/+5
2013-06-05qt5: Initial port to Qt5George Kiagiadakis5-14/+47
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