summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Add stream switching testHEADmasterSebastian 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 elementVincent 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
2012-03-13Only search for the right pad onceVincent Penquerc'h1-59/+61
2012-03-12Initialize local variableVincent Penquerc'h1-1/+1
2012-03-12s/G_SOURCE_REMOVE/FALSE/Vincent Penquerc'h1-3/+3
2012-03-09Ignore segment updatesVincent Penquerc'h1-1/+7
2012-03-09Allow async test start when we need to wait for durationVincent Penquerc'h1-2/+51
2012-03-09Move elements used hash table to setup/teardownVincent Penquerc'h1-6/+7
2012-03-09Only add elements onceVincent Penquerc'h1-2/+17
2012-03-09Reset counters at new startVincent Penquerc'h1-1/+7
2012-03-09Remove segment seek testVincent Penquerc'h1-14/+2
2012-03-09Oops, only generate a random seed if we're not given oneVincent Penquerc'h1-3/+5
2012-03-09Add a simple playback testVincent Penquerc'h2-1/+110
2012-03-09Test all combinations of flush/key/accurateVincent Penquerc'h1-7/+19
2012-03-09Add a segment end time for segment seeksVincent Penquerc'h1-4/+6
2012-03-09Add an option to bounce to READY before starting with each seek typeVincent Penquerc'h1-2/+24
2012-03-09Use g_get_monotonic_time to measure wall timeVincent Penquerc'h1-11/+5
2012-03-09Revert "Add a full playback test as well"Vincent Penquerc'h1-9/+3
2012-03-09Add randomly selected seek targetsVincent Penquerc'h1-8/+52
2012-03-09Add a full playback test as wellVincent Penquerc'h1-3/+9
2012-03-09Print out the reason we quit the glib loop in verbose modeVincent Penquerc'h1-0/+5
2012-03-09Use probes instead of handoff signals, and more improvementsVincent Penquerc'h1-107/+331
2012-03-08Add a signal and API to get durationVincent Penquerc'h2-0/+29
2012-03-08First version of a seeking testVincent Penquerc'h2-1/+416
2012-03-08Only call reached-initial-state onceVincent Penquerc'h1-1/+1
2012-03-06Install testsVincent Penquerc'h1-1/+3
2012-03-05Update for latest insanity API (global output files)Vincent Penquerc'h1-2/+2
2012-02-28Ship introspection.m4 to avoid dependency on gobject-introspectionVincent Penquerc'h3-4/+100
2012-02-28Add argument for the GStreamer registry fileSebastian Dröge1-1/+7
2012-02-28Use g_get_prgname() as argv[0] for initializing GStreamerSebastian Dröge1-1/+1
2012-02-28Rename IS_INSANITY_GST_TEST to INSANITY_IS_GST_TESTSebastian Dröge2-4/+4
2012-02-27Use a GMainLoop object instead of gst_bus_popVincent Penquerc'h1-15/+29