summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Skip certain tests in live pipelinesHEADmasterVincent 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
2012-04-04Allow a muxer and payloader, alternatively to a payloader per streamVincent Penquerc'h1-31/+93
2012-04-04Add a seek and protocol switchVincent Penquerc'h1-0/+48
2012-04-04Add a FSM system to the RTP test, and a couple sample stepsVincent Penquerc'h1-3/+168
2012-04-04First version of rtp testVincent Penquerc'h3-1/+352
2012-04-04Also do a seeking query in the seeking testSebastian Dröge1-2/+43
2012-04-03Some random cleanupSebastian Dröge6-34/+102
2012-04-03Update for insanity API changesSebastian Dröge7-78/+78
2012-04-02Remove debug tracesVincent Penquerc'h2-17/+0
2012-03-29Rework the pad probe APIVincent Penquerc'h4-119/+130
2012-03-29Bounce through PAUSED when losing clockVincent Penquerc'h1-0/+4
2012-03-29Add API to enable/disable buffering, and mark pipelines as liveVincent Penquerc'h2-1/+42
2012-03-29Simplify position queryingVincent Penquerc'h1-9/+5
2012-03-29Reognize fakesink elements from their plugin feature nameVincent Penquerc'h1-4/+10
2012-03-29Heed buffering messagesVincent Penquerc'h1-0/+33
2012-03-29HTTP test improvementsVincent Penquerc'h1-16/+157
2012-03-29We expect file:// schemeVincent Penquerc'h1-1/+1
2012-03-29Distinguish between SSL and non SSL servers in extra dataVincent Penquerc'h1-3/+7
2012-03-29First HTTP testVincent Penquerc'h3-1/+627
2012-03-29Re-indent everythingSebastian Dröge6-495/+684
2012-03-29Remove debug printfSebastian Dröge1-1/+0
2012-03-29Also take the first playback position into account when calculating the alrea...Sebastian Dröge1-3/+8
2012-03-28Add argument to the playback test to stop playback after a specific amount of...Sebastian Dröge1-0/+19
2012-03-28Check the position periodically to make sure that the test is not dead and pi...Sebastian Dröge1-0/+34
2012-03-23Add stream switching testSebastian Dröge3-1/+1382
2012-03-21Fix some compiler warningsSebastian Dröge5-61/+16
2012-03-21Add some more compiler warning flagsSebastian Dröge4-2/+74
2012-03-21Some random cleanupSebastian Dröge9-21/+31
2012-03-20Fix debug outputSebastian Dröge1-2/+2
2012-03-20Check the segment start/timestamps only for non-KEY seeksSebastian Dröge1-28/+39
2012-03-20Increase seek timeoutsSebastian Dröge1-2/+2
2012-03-20Use stream-time for comparing timestamps to the requested seek positionSebastian Dröge1-6/+48
2012-03-20Remove the non-flushing seek testsSebastian Dröge1-27/+2
2012-03-16Factor out the fakesink probe code and add it to InsanityGstTestVincent Penquerc'h3-76/+130
2012-03-16Add a seek in title format to the longest titleVincent Penquerc'h1-0/+81
2012-03-15Do not name the playbin2 elementdvdVincent Penquerc'h3-3/+3
2012-03-15Use a fakesink for the dvd test's video sinkVincent Penquerc'h1-8/+21
2012-03-15Defer state changes till after startVincent Penquerc'h4-22/+45
2012-03-15Rename test to gst-generic-pipeline-testVincent Penquerc'h1-1/+1
2012-03-15Name the test gst-play from gst-playback, for consistencyVincent Penquerc'h1-1/+1
2012-03-14More DVD tests (angles and commands)Vincent Penquerc'h1-22/+370
2012-03-13Add navigation interface use, and a sample test that calls menu commandsVincent Penquerc'h2-2/+71
2012-03-13Add a new mostly empty DVD testVincent Penquerc'h2-1/+139
2012-03-13Detect wedged pipeline and kick it when it is, failing next stepVincent Penquerc'h1-0/+33