summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-04decoder: Add a decoder/parser test0.10Thibault Saunier2-0/+1245
2012-05-04subtitles: Add a subtitle testThibault Saunier2-0/+1118
2012-05-04demuxer: Add a demuxer testThibault Saunier2-0/+1595
2012-05-04media-descriptor: Add media-descriptor writer/parser classesThibault Saunier7-2/+1301
2012-05-03seek: Wait for EOS when seek with a stop timeThibault Saunier1-9/+50
2012-05-03seek: Add trick modes testingThibault Saunier1-41/+209
2012-05-02seek: Add support for progressive-download modeSebastian Dröge1-1/+17
2012-05-02play: Add support for progressive-download modeSebastian Dröge1-1/+17
2012-04-25play/seek: Remove some obsolete codeSebastian Dröge2-15/+2
2012-04-25play/seek: Optionally use appsink as the audio/video sinksVivia Nikolaidou7-57/+325
2012-04-24hls: Fix debug outputSebastian Dröge1-3/+2
2012-04-24play/seek: Allow to use appsrc:{stream,seekable,random-access}:/path/to/file ...Vivia Nikolaidou5-5/+351
2012-04-16discoverer: Validate/invalidate checklist items when skipping comparison with...Sebastian Dröge1-5/+17
2012-04-13gsttestpipeline: Check the bus still exists when trying to disconnect from itThibault Saunier1-1/+3
2012-04-12stream-switch: Add support for non-raw audio/video streams and switch between...Sebastian Dröge1-65/+71
2012-04-12stream-switch: Add custom audio/video sinks in preparation of testing non-raw...Sebastian Dröge1-6/+189
2012-04-11lib: Add datadir variable to pkg-config fileSebastian Dröge1-0/+2
2012-04-11Fix documentationSebastian Dröge1-5/+7
2012-04-11gstpipelinetest: Add a way to recreate pipeline on each start/stop iterationThibault Saunier2-22/+77
2012-04-11build: Rename libinsanitygsttest to libinsanityhttphelperThibault Saunier1-6/+6
2012-04-11Some fixes to GI integration to allow uninstalled build of insanity and insan...Sebastian Dröge3-2/+13
2012-04-11Change the duration handling in InsanityGstPipelineTest to also support diffe...Sebastian Dröge5-32/+53
2012-04-10Fix commentSebastian Dröge1-1/+1
2012-04-10Remove pipeline-test signal and switch all tests to something elseSebastian Dröge10-279/+336
2012-04-10Use the source-setup signal for setting the source user/passwordSebastian Dröge2-12/+18
2012-04-10Remove some useless debug outputSebastian Dröge1-5/+0
2012-04-10Dist the discoverer test toolsSebastian Dröge5-1/+3
2012-04-10Add discoverer testVivia Nikolaidou5-0/+1692
2012-04-10Create the main loop before chaining up to the parent classSebastian Dröge1-2/+3
2012-04-10Improve main loop handling in InsanityGstPipelineTestSebastian Dröge1-3/+10
2012-04-09Integrate documentation build and some random cleanup everywhereSebastian Dröge11-38/+508
2012-04-06Require GIO for the HLS test tooSebastian Dröge1-2/+2
2012-04-06Add an HLS testThibault Saunier2-2/+801
2012-04-06Check for GIO and link the HTTP test with GIOSebastian Dröge2-4/+5
2012-04-05Fix some variables to be defined only onceSebastian Dröge2-7/+15
2012-04-05Fix MakefileSebastian Dröge1-3/+0
2012-04-05Put nothing into the m4 directory to keep it aroundSebastian Dröge1-0/+0
2012-04-05Remove m4 file that are present in common/Thibault Saunier3-160/+2
2012-04-05http: Make use of the http server helperThibault Saunier1-404/+106
2012-04-05Fix build failure (needing <gio/gio.h>)Vincent Penquerc'h1-0/+1
2012-04-05Use the generic marshaller instead of custom marshaller when possibleSebastian Dröge5-74/+34
2012-04-05Fix some compiler warningsSebastian Dröge1-2/+3
2012-04-05Merge commit '68fd0786c3737680481bb13d2bca288aafb29d70'Sebastian Dröge8-10/+1215
2012-04-04Skip certain tests in live pipelinesVincent Penquerc'h1-0/+19
2012-04-04Simplify seek query sendingVincent Penquerc'h1-5/+2
2012-04-04Handle instant state changesVincent Penquerc'h1-6/+22
2012-04-04Do not reset server when stoppingVincent Penquerc'h1-1/+4
2012-04-04Go from PAUSED to PLAYING in two stepsVincent Penquerc'h1-0/+2
2012-04-04Cancel timer callback on stop, and validate wait step when appropriateVincent Penquerc'h1-1/+7
2012-04-04Wait for some configurable time in playback between testsVincent Penquerc'h1-7/+80