summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-07QGst/caps: compilation fix from https://bugs.kde.org/show_bug.cgi?id=406676#c2HEADmasterGeorge Kiagiadakis1-1/+2
2018-05-05README: add maintenance noticeGeorge Kiagiadakis1-2/+30
2018-05-05Fix QUIET flag in FindGStreamer and FindGStreamerPluginsBaseDaniele E. Domenichelli3-10/+18
2018-05-04Fix discoverer testGeorge Kiagiadakis1-3/+0
2018-05-04DeviceMonitor examplePavel Bludov6-0/+408
2018-05-04Device & DeviceMonitor supportPavel Bludov12-403/+756
2018-05-04Use GSTREAMER_INCLUDE_DIRS instead of GSTREAMER_INCLUDE_DIRDaniele E. Domenichelli3-3/+3
2018-05-04FindGStreamer: Fix cases where gst.h and gstconfig.h are not in the same folderDaniele E. Domenichelli1-3/+15
2018-05-04FindGStreamer: Do not search for plugin dir if gstreamer was not foundDaniele E. Domenichelli1-3/+5
2018-05-04FindGLIB2: Do not use REQUIRED to find PkgConfig and glib-2.0Daniele E. Domenichelli1-2/+4
2018-05-04videomaterial.cpp: Prevent the use of uninitialized textures for RGB formatsVincent Dehors1-8/+16
2018-05-04openglsurfacepainter.cpp: remove '+1' for right and bottom in QRECT_TO_GLMATRIXJeremie Knuesel1-3/+3
2018-05-04Fix cmake with Qt 5.11_beta3 (dropping qt5_use_modules)Andreas Sturmlechner1-3/+13
2018-05-04qt5glvideosink: fix of too much red value in videoToon Heyrman2-6/+6
2018-01-23QGst::Pad: strong ref() the event in sendEvent()Jeremie Knuesel1-0/+3
2018-01-23Fix QtGStreamer lookup on Qt5Aleix Pol1-5/+2
2018-01-23Fix QGst/Memory bug on case-insensitive fsilovezfs6-6/+5
2017-03-24Fix crash when the VideoItem moves in the SceneGraphAleix Pol4-0/+117
2017-03-17Set default empty structure on Application and Element MesssagePtrDiane Trout1-2/+2
2016-11-01gst_message_new_application fails when passed a NULL structureDiane Trout2-4/+9
2016-06-13Fix build with Clang 3.8Aleix Pol4-4/+4
2016-04-16The geometry must never be set to 0 once the node is added to the SGNiels Ole Salscheider2-6/+9
2016-04-16It appears there is only one attachement.Diane Trout1-1/+1
2015-11-04By GStreamer 1.6 the audio-codec name for FLAC changedDiane Trout1-2/+2
2015-11-04Merge branch 'master' into unit-test-fixes2Diane Trout4-1/+5
2015-11-04whitespace cleanupDiane Trout1-1/+1
2015-10-02Fix compilation with GStreamer >= 1.5.1José Manuel Santamaría2-0/+2
2015-06-10Workaround build failures with boost>=1.57 and mocHeiko Becker1-0/+2
2015-06-09Add pbutils include directory to include pathsHannes Weisbach1-1/+1
2015-04-07ElementMessage also needs a valid structureDiane Trout2-1/+14
2015-04-07Create an empty structure to pass to gst_message_new_application if we don't ...Diane Trout1-1/+1
2015-04-07tests/auto/taglisttest.cpp: it appears tag lists remove duplicates, so create...Diane Trout1-1/+4
2015-04-07gstreamer now supports animated PNGs, so PNG is now a video-codecDiane Trout1-2/+4
2015-04-06when built against 1.4, the unit test fails because it appears the descriptio...Diane Trout1-2/+2
2015-02-22qtglvideosinkbase: don't use variable name 'interface' which is a reserved ke...Jeremie Knuesel2-6/+6
2014-09-30CMakeLists.txt: actually require GStreamer 1.2.0George Kiagiadakis1-8/+8
2014-09-30gstqtvideosink: fix memory leak and synchronization issue related to buffer r...George Kiagiadakis2-1/+2
2014-07-08Release version 1.2.01.2.0George Kiagiadakis2-3/+3
2014-07-08Replace all <gst/gstfoo.h> headers with <gst/gst.h>George Kiagiadakis20-43/+20
2014-06-24Actually release 1.1.90.George Kiagiadakis2-2/+7
2014-06-24Release 0.99.1 (1.0.0~rc1)George Kiagiadakis1-1/+1
2014-06-24Update NEWSGeorge Kiagiadakis1-2/+16
2014-06-24make_tarballs.sh: modify to generate .tar.xz archives and sha256sum files, li...George Kiagiadakis1-5/+2
2014-06-24examples/recorder: cleanup / fixupGeorge Kiagiadakis4-55/+4
2014-06-24Make recorder example compileDavid Edmundson2-110/+11
2014-06-24Update documentation & READMEGeorge Kiagiadakis2-30/+86
2014-06-24build system: install .pc file and cmake variables for the Qt5GStreamerQuick ...George Kiagiadakis5-4/+20
2014-06-23QGst::ElementFactory: change metadata() to take a const char * keyGeorge Kiagiadakis2-2/+2
2014-06-23QGst::Buffer: replace peekMemory() with getMemory() and also add memoryCount()George Kiagiadakis3-5/+12
2014-06-23QGst: make the various internalStructure() methods return a StructureConstPtrGeorge Kiagiadakis11-35/+17