summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-06-24build system: install .pc file and cmake variables for the Qt5GStreamerQuick ...George Kiagiadakis1-3/+6
2013-10-28Add a qtquick2 plugin and library with integration APIGeorge Kiagiadakis1-4/+2
2013-06-09elements: Rename qtvideosink and its variants in Qt5 to make it parallel inst...George Kiagiadakis1-0/+6
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis1-2/+2
2013-06-07qt5: Fix library names in the .pc files and rename the .pc files tooGeorge Kiagiadakis1-0/+3
2013-06-07cmake: Improve installation dirs macrosGeorge Kiagiadakis1-6/+7
2013-06-05qt5: Rename the libraries and the package when building with qt5George Kiagiadakis1-8/+8
2013-05-23cmake: Use the new CMakePackageConfigHelpersGeorge Kiagiadakis1-3/+15
2012-01-16Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...George Kiagiadakis1-0/+5
2011-08-10Add option to not build and use codegen.George Kiagiadakis1-10/+19
2011-05-23Add support for installing libraries in lib64 and plugins in the standard gst...George Kiagiadakis1-3/+0
2011-01-18Do not use -fvisibility=hidden on windows.George Kiagiadakis1-1/+1
2011-01-08Declare the exported and non-exported symbols of the libraries.George Kiagiadakis1-0/+3
2011-01-07Add .pc files for finding our libraries with pkg-config.George Kiagiadakis1-0/+9
2011-01-07Split QtGLib out of QtGStreamer and fix all libraries' versions.George Kiagiadakis1-192/+39
2011-01-07Fix branding: it's GStreamer, not Gstreamer.George Kiagiadakis1-21/+21
2011-01-06Implement a new way of wraping objects, similar to the one glibmm uses.George Kiagiadakis1-0/+3
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis1-0/+2
2010-12-13Add value.h to codegen headers.George Kiagiadakis1-0/+1
2010-12-08Use an alternative way to get rid of the libxml2 dependency.George Kiagiadakis1-1/+1
2010-12-07Rewrite the FindGStreamer* scripts to properly support all gstreamer librarie...George Kiagiadakis1-2/+3
2010-11-26Rename connectimpl and emitimpl. Remove _p.h for consistency, as these files ...Mauricio Piacentini1-2/+2
2010-11-26Remove all the remaining ValueImpl declarations and register the gstreamer ty...George Kiagiadakis1-1/+1
2010-11-24Add global object store to track the bindings reference count for MiniObjects...Mauricio Piacentini1-0/+1
2010-11-18Rename STATIC_QTGSTREAMER to QTGSTREAMER_STATIC, make it a cmake option and s...George Kiagiadakis1-2/+2
2010-11-03Initial implementation of QGst::EventMauricio Piacentini1-0/+3
2010-10-29Implementation of QGst::BufferMauricio Piacentini1-0/+3
2010-10-22QGstClock implementation and testsMauricio Piacentini1-0/+3
2010-10-18GstQuery implementation and testsMauricio Piacentini1-0/+3
2010-10-08Add wrapper for GstPropertyProbe.George Kiagiadakis1-0/+4
2010-10-08Implement VideoOrientation interface wrapper.Mauricio Piacentini1-0/+4
2010-08-08Add wrapper class for the GstColorBalance interface.George Kiagiadakis1-0/+4
2010-08-08Actually GST_TYPE_STREAM_VOLUME_FORMAT exists in another header.George Kiagiadakis1-0/+1
2010-08-08Add wrapper for the GstStreamVolume interface.George Kiagiadakis1-0/+4
2010-07-24Add a new QtGstreamerUi library that contains a VideoWidget class, a widget t...George Kiagiadakis1-0/+20
2010-07-18Rearrange the signal/closure code to make it a bit more readable.George Kiagiadakis1-5/+2
2010-07-17Header "Closure" was removed in a previous commit (because Closure is not mea...George Kiagiadakis1-1/+1
2010-07-17Add wrapper for GstXOverlay and fix codegen to be able to use more gstreamer ...George Kiagiadakis1-1/+9
2010-07-17Define GST_DISABLE_DEPRECATED to get rid of the stupid libxml2 dependency and...George Kiagiadakis1-2/+2
2010-07-17Add cmake target to generate API docs and write some basic API docs where nee...George Kiagiadakis1-1/+2
2010-07-11Improve the build system; add new features and examples:George Kiagiadakis1-5/+24
2010-07-08Add wrapper for the GstURIHandler interface.George Kiagiadakis1-0/+3
2010-07-08Add wrappers for the simple gst_parse_* methods.George Kiagiadakis1-0/+2
2010-07-07Add wrapper for GError.George Kiagiadakis1-0/+2
2010-07-04Remove QGlib::String again. It sucks.George Kiagiadakis1-2/+0
2010-06-30Add wrapper for GstBus.George Kiagiadakis1-0/+3
2010-06-28Add structs Fourcc, Fraction, IntRange, DoubleRange and FractionRange.George Kiagiadakis1-0/+7
2010-06-28Initial implementation of the GObject signal wrapper system.George Kiagiadakis1-1/+8
2010-06-19Refactor the Type and Value systems, cleanup code, add useful macros, documen...George Kiagiadakis1-7/+0
2010-06-14Introduce a new String class, based on QByteArray, to avoid the overheadGeorge Kiagiadakis1-0/+2