summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-06-07tests/compilation: don't link compilation tests with qtcoreGeorge Kiagiadakis1-1/+1
2013-06-07tests/compilation: Fix the compilation tests to work without FindQtGStreamer....George Kiagiadakis3-5/+9
2013-06-05cmake: Fix library variableGeorge Kiagiadakis1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis4-8/+33
2013-06-05qt5: Add conditional support for Qt5 in the build systemGeorge Kiagiadakis2-7/+7
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis2-3/+3
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis2-5/+5
2012-12-12discoverertest: Use ADL in QGlib::Value equality operators to make the test w...George Kiagiadakis1-2/+6
2012-12-12Rename DiscovererInfo::subTitleStream() to subtitleStream()Murray Cumming1-3/+3
2012-12-12tests: Add tests for QGst::DiscovererMathias Hasselmann7-1/+633
2012-12-12tests: Teach QCOMPARE() printing certain GStreamer valuesMathias Hasselmann1-0/+17
2012-12-12QGlib: Integrate QGlib::Error with QGlib::ValueMathias Hasselmann1-0/+15
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis23-23/+23
2011-01-22Make buffer sizes small in tests, to avoid failures on low memory systems.George Kiagiadakis2-9/+9
2011-01-21Add Element::linkMany() and Element::unlinkMany() methods.George Kiagiadakis1-0/+41
2011-01-21Use the variadic Bin::add() method in a few places to give a good example to ...George Kiagiadakis1-2/+1
2011-01-21Add variadic Bin::add implementation.George Kiagiadakis1-0/+35
2011-01-21Add a copy() method in SharedStructure and a test case for SharedStructure.George Kiagiadakis1-0/+24
2011-01-21Register ClockTime with the type system, to be possible to use it with QGlib:...George Kiagiadakis1-0/+7
2011-01-20VideoWidget: add support for watching a pipeline and drop the broken support ...George Kiagiadakis4-1/+118
2011-01-16Add skeleton for the new QtGStreamerUtils library.George Kiagiadakis2-0/+2
2011-01-16Re-enable and fix the dateTime/setDateTime TagList functions.George Kiagiadakis1-2/+3
2011-01-16Add ValueVTable for QDate and QDateTime.George Kiagiadakis1-0/+33
2011-01-15Fix emission of signals with arguments that are sub-types of the types that t...George Kiagiadakis1-2/+14
2011-01-14Add ValueVTable for Structure and a test for it.George Kiagiadakis1-1/+24
2011-01-12Make TagList's QDebug operator<<() useful.George Kiagiadakis1-0/+2
2011-01-12Enable TagList code that depends on gst 0.10.31.George Kiagiadakis1-1/+1
2011-01-12Make tests work again and also fix some coding style issues in taglist.cpp.George Kiagiadakis1-0/+1
2011-01-12Fix compilation of taglisttest.George Kiagiadakis1-12/+12
2011-01-12Implementation of Taglist, plus tests.Mauricio Piacentini3-0/+533
2011-01-11Make the function names of VideoOrientation more readable.George Kiagiadakis1-2/+2
2011-01-11Make UriHandler::makeFromUri return an ElementPtr.George Kiagiadakis1-1/+4
2011-01-11Modify some function names in Query to match better the C names and make sense.George Kiagiadakis1-8/+8
2011-01-11Add ElementFactory::find() and make() QString overloads, to allow factoryName...George Kiagiadakis1-1/+1
2011-01-11Convert ClockTime to a class.George Kiagiadakis3-15/+15
2011-01-11Add template overload for Caps::setValue().George Kiagiadakis1-1/+27
2011-01-11Improve Bin::fromDescription.George Kiagiadakis1-1/+1
2011-01-08Move the init functions in separate init{.h, .cpp} files in both libs and add...George Kiagiadakis4-1/+4
2011-01-07Split QtGLib out of QtGStreamer and fix all libraries' versions.George Kiagiadakis2-0/+2
2011-01-07Fix branding: it's GStreamer, not Gstreamer.George Kiagiadakis1-1/+1
2011-01-06Implement a new way of wraping objects, similar to the one glibmm uses.George Kiagiadakis3-15/+111
2011-01-04Add a new QGlib::Interface base class for interfaces and make all interfaces ...George Kiagiadakis1-0/+1
2010-12-26Improve the Quark API and documentation.George Kiagiadakis1-4/+4
2010-12-26Remove Message::create() and Event::create().George Kiagiadakis1-4/+4
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis3-8/+122
2010-12-20Move Signal::emit and Signal::connect out of the Signal class.George Kiagiadakis2-12/+11
2010-12-19Remove RefPointer::operator bool() to disallow unwanted casts to integral types.George Kiagiadakis1-0/+26
2010-12-18RefPointer: Add operator==() and operator!=().George Kiagiadakis2-1/+44
2010-12-16Handle interfaces properly in Value.George Kiagiadakis1-0/+15
2010-12-16Add a ValueImpl specialization for Value.George Kiagiadakis1-0/+22