summaryrefslogtreecommitdiff
path: root/src/QGst
AgeCommit message (Expand)AuthorFilesLines
2013-06-07cmake: Improve installation dirs macrosGeorge Kiagiadakis4-9/+9
2013-06-05qt5: Fix the export macros to work with the Qt5* library namesGeorge Kiagiadakis3-3/+3
2013-06-05qt5: objectstore: Fix refcount problem on Qt5 portLuciana Fujii Pontello1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis5-5/+37
2013-06-05qt5: Rename the libraries and the package when building with qt5George Kiagiadakis1-15/+15
2013-06-05qt5: Add conditional support for Qt5 in the build systemGeorge Kiagiadakis1-2/+2
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis1-1/+0
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis1-3/+3
2012-12-12discoverer: Document the requirement of a glib event loop for the async APIGeorge Kiagiadakis1-2/+4
2012-12-12QGst: Update gen.cpp to include GST_TYPE_DISCOVERER_RESULT and include pbutil...George Kiagiadakis2-433/+437
2012-12-12discoverer: operator<<: Pass by const referenceMurray Cumming2-4/+4
2012-12-12Moved Fraction debug helper to structs.hMurray Cumming2-6/+6
2012-12-12Move DiscovererResult to enums.hMurray Cumming2-9/+13
2012-12-12Remove unused boost includeMurray Cumming1-4/+0
2012-12-12Remove unused wrapDiscovererInfo()Murray Cumming1-10/+0
2012-12-12Rename DiscovererInfo::subTitleStream() to subtitleStream()Murray Cumming2-3/+3
2012-12-12tests: Add equality operators to QGst::FractionMathias Hasselmann1-0/+5
2012-12-12Discoverer: Update gen.cpp for GstDiscoverer wrappingMathias Hasselmann1-371/+467
2012-12-12Add initial wrapping of GstDiscovererMathias Hasselmann5-1/+647
2012-12-12Add convenience constructors for ClockTimeMathias Hasselmann1-0/+25
2012-10-21graphicsvideosurface.h: Fix example codeJavier Jardón1-2/+3
2012-04-08cmake: Add the GL include dirs in the compiler include path in all places whe...George Kiagiadakis1-0/+5
2012-04-08QtGstreamerUi: Improve docs that are mentioning qt(gl)videosink.George Kiagiadakis2-10/+14
2012-04-08GraphicsVideoSurface: Set the video sink to NULL state before disposing it.George Kiagiadakis1-0/+4
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis78-78/+78
2012-04-07cmake: Check for OpenGL/OpenGLES before compiling GL bits in QtGStreamerUi.George Kiagiadakis1-1/+1
2012-02-08GraphicsVideoSurface: Update the code to use qtglvideosink for QGLWidget view...George Kiagiadakis1-13/+23
2012-02-07VideoWidget: Add support for qtglvideosinkGeorge Kiagiadakis1-0/+49
2012-02-07VideoWidget: Add support for qtvideosinkGeorge Kiagiadakis1-1/+48
2012-02-07Workaround build issues with boost 1.48George Kiagiadakis3-0/+15
2012-02-07VideoWidget: make the constructor explicit and add Q_DISABLE_COPYGeorge Kiagiadakis1-1/+2
2012-01-16Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...George Kiagiadakis2-1/+50
2012-01-16QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classesGeorge Kiagiadakis8-2/+320
2011-08-10Add the gen.cpp files in the repository.George Kiagiadakis1-0/+883
2011-08-10Fix compilation with glib 2.29George Kiagiadakis1-1/+2
2011-02-15Add missing include dirs for dependend librariesSebastian Dröge1-2/+8
2011-02-12Fix Structure::fromString(const QString &).George Kiagiadakis1-1/+1
2011-02-12Document the Element::unlink() variants as they are meant to be used.George Kiagiadakis1-0/+10
2011-02-12Fix Element::unlink().George Kiagiadakis2-1/+19
2011-02-10Install Utils/global.hGeorge Kiagiadakis1-0/+1
2011-02-06Add Pad::setActive.George Kiagiadakis2-0/+7
2011-02-06Add Element::removePad().George Kiagiadakis2-0/+7
2011-01-21Add Element::linkMany() and Element::unlinkMany() methods.George Kiagiadakis1-0/+80
2011-01-21Add variadic Bin::add implementation.George Kiagiadakis1-0/+46
2011-01-21Add documentationUri() and iconName() in ElementFactory.George Kiagiadakis2-0/+12
2011-01-21Add a copy() method in SharedStructure and a test case for SharedStructure.George Kiagiadakis2-0/+8
2011-01-21Add QGst::Int64Range.George Kiagiadakis4-2/+27
2011-01-21Register ClockTime with the type system, to be possible to use it with QGlib:...George Kiagiadakis1-0/+2
2011-01-21Generate the list of codegen headers instead of hardcoding it.George Kiagiadakis1-30/+2
2011-01-21Do not prevent people on QWS from using XOverlay; we may one day have an XOve...George Kiagiadakis1-2/+0