index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-05
qt5: Add conditional support for Qt5 in the build system
George Kiagiadakis
3
-3
/
+3
2013-05-23
cmake: Use CMAKE_INCLUDE_CURRENT_DIR
George Kiagiadakis
4
-4
/
+8
2013-05-23
cmake: Drop completely the optional automoc dependency
George Kiagiadakis
4
-43
/
+8
2012-12-06
qmlplayer: s/setenv/qputenv/, since setenv() apparently does not exist on win...
George Kiagiadakis
1
-1
/
+1
2012-04-08
cmake: Build qmlplayer only if QtDeclarative is found (it is an optional dep).
George Kiagiadakis
1
-1
/
+3
2012-04-08
cmake: Add the GL include dirs in the compiler include path in all places whe...
George Kiagiadakis
1
-1
/
+11
2012-04-08
Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...
George Kiagiadakis
13
-13
/
+13
2012-04-08
cmake: Add an examples_distcheck target
George Kiagiadakis
2
-0
/
+63
2012-04-08
examples: Improve the build system scripts
George Kiagiadakis
12
-17
/
+193
2012-02-07
Fix some problematic moc includes to work properly with cmake's automoc
George Kiagiadakis
3
-2
/
+4
2012-01-16
Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...
George Kiagiadakis
1
-0
/
+20
2012-01-16
Add a qmlplayer example (warning: very ugly UI)
George Kiagiadakis
6
-0
/
+310
2011-11-15
Fix uri encoding in the player example.
George Kiagiadakis
1
-1
/
+2
2011-11-10
Fix qmake compilation issues in the player example.
George Kiagiadakis
3
-6
/
+6
2011-05-01
player: added volume control
Marco Ballesio
4
-1
/
+53
2011-03-06
Use the root source directory as the base path for included files in the docu...
George Kiagiadakis
1
-8
/
+8
2011-03-03
Add a simple VoIP example.
George Kiagiadakis
5
-0
/
+606
2011-01-21
Use the variadic Bin::add() method in a few places to give a good example to ...
George Kiagiadakis
1
-4
/
+1
2011-01-20
Make the player example appear whole in the documentation and write a few wor...
George Kiagiadakis
1
-1
/
+20
2011-01-20
Improve Ballesio's player example.
George Kiagiadakis
6
-318
/
+306
2011-01-20
Reduced number of signals for state changes
Marco Ballesio
1
-1
/
+3
2011-01-20
Improved QTime handling
Marco Ballesio
1
-12
/
+14
2011-01-20
Improved video sink handling
Marco Ballesio
3
-30
/
+30
2011-01-20
Automatically stylised with astyle
Marco Ballesio
4
-145
/
+175
2011-01-20
Removed handling of MessageAsyncDone
Marco Ballesio
1
-8
/
+0
2011-01-20
Removed unneeded dynamic casts
Marco Ballesio
1
-5
/
+5
2011-01-20
Example player evolution
Marco Ballesio
7
-186
/
+539
2011-01-18
Add a new "recorder" example.
George Kiagiadakis
5
-0
/
+607
2011-01-17
Move the examples documentation in a separate file.
George Kiagiadakis
1
-0
/
+34
2011-01-17
Remove the stupid echo example.
George Kiagiadakis
4
-88
/
+0
2011-01-17
Add an example that demonstrates the usage of the appsrc and appsink wrappers.
George Kiagiadakis
4
-0
/
+164
2011-01-08
Move the init functions in separate init{.h, .cpp} files in both libs and add...
George Kiagiadakis
2
-2
/
+2
2011-01-08
Fix the example qmake project files to use pkg-config.
George Kiagiadakis
2
-22
/
+16
2011-01-07
Fix branding: it's GStreamer, not Gstreamer.
George Kiagiadakis
4
-18
/
+18
2010-12-25
Implement a Qt-like signal connection/disconnection system.
George Kiagiadakis
1
-2
/
+2
2010-12-20
Move Signal::emit and Signal::connect out of the Signal class.
George Kiagiadakis
1
-2
/
+2
2010-12-02
Return StructurePtr instead of SharedStructure and adapt the tests
Mauricio Piacentini
1
-2
/
+2
2010-12-02
Rename structure() to internalStructure()
Mauricio Piacentini
1
-1
/
+1
2010-11-03
Initial implementation of QGst::Event
Mauricio Piacentini
1
-1
/
+18
2010-10-22
QGstClock implementation and tests
Mauricio Piacentini
1
-1
/
+3
2010-10-18
GstQuery implementation and tests
Mauricio Piacentini
1
-0
/
+11
2010-07-17
Add option (enabled by default) to omit the sender from a slot's arguments. I...
George Kiagiadakis
1
-7
/
+4
2010-07-11
Improve the build system; add new features and examples:
George Kiagiadakis
4
-7
/
+69
2010-07-10
Rename QGst::deinit() to QGst::cleanup(). deinit is not a good name.
George Kiagiadakis
2
-3
/
+3
2010-07-06
Add a new "player" example: a simple command-line audio player.
George Kiagiadakis
3
-0
/
+184
2010-06-30
Rename all the "newClass" pseudo-constructors to "create".
George Kiagiadakis
1
-1
/
+1
2010-04-20
Port the 'echo' example to the new bindings to make it work again.
George Kiagiadakis
2
-14
/
+19
2009-07-13
Move to shared pointer architecture.
George Kiagiadakis
1
-6
/
+6
2009-07-12
Add a simple echo example, which forwards audio from the mic to the speakers.
George Kiagiadakis
3
-0
/
+55