index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-07
QGst/caps: compilation fix from https://bugs.kde.org/show_bug.cgi?id=406676#c2
HEAD
master
George Kiagiadakis
1
-1
/
+2
2018-05-05
README: add maintenance notice
George Kiagiadakis
1
-2
/
+30
2018-05-05
Fix QUIET flag in FindGStreamer and FindGStreamerPluginsBase
Daniele E. Domenichelli
3
-10
/
+18
2018-05-04
Fix discoverer test
George Kiagiadakis
1
-3
/
+0
2018-05-04
DeviceMonitor example
Pavel Bludov
6
-0
/
+408
2018-05-04
Device & DeviceMonitor support
Pavel Bludov
12
-403
/
+756
2018-05-04
Use GSTREAMER_INCLUDE_DIRS instead of GSTREAMER_INCLUDE_DIR
Daniele E. Domenichelli
3
-3
/
+3
2018-05-04
FindGStreamer: Fix cases where gst.h and gstconfig.h are not in the same folder
Daniele E. Domenichelli
1
-3
/
+15
2018-05-04
FindGStreamer: Do not search for plugin dir if gstreamer was not found
Daniele E. Domenichelli
1
-3
/
+5
2018-05-04
FindGLIB2: Do not use REQUIRED to find PkgConfig and glib-2.0
Daniele E. Domenichelli
1
-2
/
+4
2018-05-04
videomaterial.cpp: Prevent the use of uninitialized textures for RGB formats
Vincent Dehors
1
-8
/
+16
2018-05-04
openglsurfacepainter.cpp: remove '+1' for right and bottom in QRECT_TO_GLMATRIX
Jeremie Knuesel
1
-3
/
+3
2018-05-04
Fix cmake with Qt 5.11_beta3 (dropping qt5_use_modules)
Andreas Sturmlechner
1
-3
/
+13
2018-05-04
qt5glvideosink: fix of too much red value in video
Toon Heyrman
2
-6
/
+6
2018-01-23
QGst::Pad: strong ref() the event in sendEvent()
Jeremie Knuesel
1
-0
/
+3
2018-01-23
Fix QtGStreamer lookup on Qt5
Aleix Pol
1
-5
/
+2
2018-01-23
Fix QGst/Memory bug on case-insensitive fs
ilovezfs
6
-6
/
+5
2017-03-24
Fix crash when the VideoItem moves in the SceneGraph
Aleix Pol
4
-0
/
+117
2017-03-17
Set default empty structure on Application and Element MesssagePtr
Diane Trout
1
-2
/
+2
2016-11-01
gst_message_new_application fails when passed a NULL structure
Diane Trout
2
-4
/
+9
2016-06-13
Fix build with Clang 3.8
Aleix Pol
4
-4
/
+4
2016-04-16
The geometry must never be set to 0 once the node is added to the SG
Niels Ole Salscheider
2
-6
/
+9
2016-04-16
It appears there is only one attachement.
Diane Trout
1
-1
/
+1
2015-11-04
By GStreamer 1.6 the audio-codec name for FLAC changed
Diane Trout
1
-2
/
+2
2015-11-04
Merge branch 'master' into unit-test-fixes2
Diane Trout
4
-1
/
+5
2015-11-04
whitespace cleanup
Diane Trout
1
-1
/
+1
2015-10-02
Fix compilation with GStreamer >= 1.5.1
José Manuel SantamarÃa
2
-0
/
+2
2015-06-10
Workaround build failures with boost>=1.57 and moc
Heiko Becker
1
-0
/
+2
2015-06-09
Add pbutils include directory to include paths
Hannes Weisbach
1
-1
/
+1
2015-04-07
ElementMessage also needs a valid structure
Diane Trout
2
-1
/
+14
2015-04-07
Create an empty structure to pass to gst_message_new_application if we don't ...
Diane Trout
1
-1
/
+1
2015-04-07
tests/auto/taglisttest.cpp: it appears tag lists remove duplicates, so create...
Diane Trout
1
-1
/
+4
2015-04-07
gstreamer now supports animated PNGs, so PNG is now a video-codec
Diane Trout
1
-2
/
+4
2015-04-06
when built against 1.4, the unit test fails because it appears the descriptio...
Diane Trout
1
-2
/
+2
2015-02-22
qtglvideosinkbase: don't use variable name 'interface' which is a reserved ke...
Jeremie Knuesel
2
-6
/
+6
2014-09-30
CMakeLists.txt: actually require GStreamer 1.2.0
George Kiagiadakis
1
-8
/
+8
2014-09-30
gstqtvideosink: fix memory leak and synchronization issue related to buffer r...
George Kiagiadakis
2
-1
/
+2
2014-07-08
Release version 1.2.0
1.2.0
George Kiagiadakis
2
-3
/
+3
2014-07-08
Replace all <gst/gstfoo.h> headers with <gst/gst.h>
George Kiagiadakis
20
-43
/
+20
2014-06-24
Actually release 1.1.90.
George Kiagiadakis
2
-2
/
+7
2014-06-24
Release 0.99.1 (1.0.0~rc1)
George Kiagiadakis
1
-1
/
+1
2014-06-24
Update NEWS
George Kiagiadakis
1
-2
/
+16
2014-06-24
make_tarballs.sh: modify to generate .tar.xz archives and sha256sum files, li...
George Kiagiadakis
1
-5
/
+2
2014-06-24
examples/recorder: cleanup / fixup
George Kiagiadakis
4
-55
/
+4
2014-06-24
Make recorder example compile
David Edmundson
2
-110
/
+11
2014-06-24
Update documentation & README
George Kiagiadakis
2
-30
/
+86
2014-06-24
build system: install .pc file and cmake variables for the Qt5GStreamerQuick ...
George Kiagiadakis
5
-4
/
+20
2014-06-23
QGst::ElementFactory: change metadata() to take a const char * key
George Kiagiadakis
2
-2
/
+2
2014-06-23
QGst::Buffer: replace peekMemory() with getMemory() and also add memoryCount()
George Kiagiadakis
3
-5
/
+12
2014-06-23
QGst: make the various internalStructure() methods return a StructureConstPtr
George Kiagiadakis
11
-35
/
+17
[next]