summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Fix discoverer testGeorge Kiagiadakis1-3/+0
2018-05-04Use GSTREAMER_INCLUDE_DIRS instead of GSTREAMER_INCLUDE_DIRDaniele E. Domenichelli1-1/+1
2018-01-23Fix QGst/Memory bug on case-insensitive fsilovezfs3-3/+3
2017-03-24Fix crash when the VideoItem moves in the SceneGraphAleix Pol3-0/+116
2016-11-01gst_message_new_application fails when passed a NULL structureDiane Trout1-2/+7
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 Trout1-1/+1
2015-11-04whitespace cleanupDiane Trout1-1/+1
2015-06-09Add pbutils include directory to include pathsHannes Weisbach1-1/+1
2015-04-07ElementMessage also needs a valid structureDiane Trout1-0/+13
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
2014-06-23QGst::Buffer: replace peekMemory() with getMemory() and also add memoryCount()George Kiagiadakis1-2/+2
2014-06-23QGst: make the various internalStructure() methods return a StructureConstPtrGeorge Kiagiadakis4-29/+10
2014-06-23QGst: refactor Allocator and MemoryGeorge Kiagiadakis2-15/+13
2014-06-14Implement QGst::Allocator and a unit test for itDiane Trout2-0/+88
2014-05-03QGst: Implement proper wrapper for GstSegment and use it in SegmentEvent and ...George Kiagiadakis2-15/+10
2014-05-03QGst/memory: Wrap GstMapInfo properlyGeorge Kiagiadakis1-5/+5
2014-05-03tests/auto/structuretest: make sharedStructureTest more readableGeorge Kiagiadakis1-2/+4
2014-05-03tests/auto/refpointertest: use gst_object_ref_sink everywhere neededGeorge Kiagiadakis1-3/+3
2014-05-03QGst::Pad: align the API for getting/setting Caps with the equivalent C APIGeorge Kiagiadakis2-5/+10
2014-05-03QGst::QosEvent: rename type() to qosType() to avoid confusionGeorge Kiagiadakis1-1/+2
2014-05-03QGst/enums: remove unneeded codegen overrides and eliminate usage of C++11-st...George Kiagiadakis1-4/+4
2014-05-03QGst/{enums,event}: rename NewSegmentEvent to SegmentEvent, as it was renamed...George Kiagiadakis1-2/+3
2014-05-03QGst::AsyncDoneMessage: fix coding style of the running_time method name -> r...George Kiagiadakis1-1/+1
2014-05-03QGst::ChildProxy: change the signature of findChildProperty to use QGlib::Obj...George Kiagiadakis1-2/+2
2014-04-27src/QGst/message.* rename DurationMessage to DurationChangedMessageDiane Trout1-4/+4
2014-04-27tests/auto/CMakeLists.txt tell cmake to build the new memory class test.Diane Trout1-0/+1
2014-04-27tests/auto/valuetest.cpp Add QVERIFY to fail more quickly.Diane Trout1-0/+1
2014-04-27tests/auto/valuetest.cpp rename video/x-raw-rgb to video/x-rawDiane Trout1-3/+3
2014-04-27tests/auto/valuetest.cpp Update Flag names being passed to QGlib::ValueDiane Trout1-2/+2
2014-04-27tests/auto/taglisttest.cpp rename video/x-raw-yuv and video/x-raw-rgb to vide...Diane Trout1-6/+6
2014-04-27tests/auto/taglisttest.cpp TagList operates on Samples nowDiane Trout1-23/+24
2014-04-27tests/auto/structuretest.cpp elements need to be in StateNull before being de...Diane Trout1-0/+2
2014-04-27tests/auto/structretest.cpp rename video/x-raw-yuv to video/x-rawDiane Trout1-4/+4
2014-04-27tests/auto/structuretests.cpp Update test to access Caps on PadsDiane Trout1-4/+14
2014-04-27tests/auto/querytest.cpp Gstreamer 1.0 doesn't let you change the query formatDiane Trout1-6/+3
2014-04-27tests/auto/messagetest.cpp add tests for AsyncDone running-time property.Diane Trout1-1/+3
2014-04-27tests/auto/messagetest.cpp update test for properties removed from DurationMe...Diane Trout1-7/+2
2014-04-27tests/auto/eventtest.cpp Event source was removed so we can't test itDiane Trout1-1/+0
2014-04-27tests/auto/eventtest.cpp update QosEvent add and test event type argumentDiane Trout1-2/+2
2014-04-27tests/auto/eventtest.cpp update SingMessageEvent with message name parameterDiane Trout1-1/+1
2014-04-27tests/auto/eventtest.cpp Update newSegmentTest to reflect additional parametersDiane Trout1-6/+8
2014-04-27tests/auto/refpointertest.cpp make the refcounting tests easier to debugDiane Trout1-4/+8
2014-04-27tests/auto/refpointertest.cpp use gst_object_ref_sinkDiane Trout1-1/+1
2014-04-27tests/auto/refpointertest.cpp playbin2 was renamed to playbinDiane Trout1-1/+1
2014-04-27tests/auto/refpointertest.cpp gst_object_sink was removed.Diane Trout1-4/+1
2014-04-27tests/auto/buffertest.cpp additional tests of buffer memory extract & peekDiane Trout1-0/+20