summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressHEADmasterTim-Philipp Müller5-10/+10
2012-09-27insanitygstpipelinetest: Fix printing of datetime tagsSebastian Dröge1-20/+1
2012-09-27insanitygstpipelinetest: Switch to new 1.0 API in more placesSebastian Dröge1-2/+3
2012-09-27insanitygstpipelinetest: Use GST_MESSAGE_DURATION_CHANGED instead of GST_MESS...Sebastian Dröge1-10/+13
2012-07-02Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-6/+103
2012-06-29lib: Switch off GST_DEBUG output coloration by default, add a way to switch i...Thibault Saunier1-0/+7
2012-06-29lib: Make debug level change between iterations of start/stop actually effectiveThibault Saunier1-2/+72
2012-06-19gsttest: Add arguments to manage GStreamer debug logging levelThibault Saunier1-0/+25
2012-06-19gsttest: Remove gst debug log from outputfilesThibault Saunier1-6/+1
2012-06-18Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-7/+7
2012-06-15insanitygstpipelinetest: Validate checklist item "no-errors-seen" on stop ins...Andre Moreira Magalhaes (andrunko)1-3/+3
2012-06-15Handle changes in insanity_test_add_checklist_item API.Andre Moreira Magalhaes (andrunko)1-4/+4
2012-04-17insanity-gst: Port to 0.11Sebastian Dröge2-58/+29
2012-04-13gsttestpipeline: Check the bus still exists when trying to disconnect from itThibault Saunier1-1/+3
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-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öge2-19/+38
2012-04-10Fix commentSebastian Dröge1-1/+1
2012-04-10Remove pipeline-test signal and switch all tests to something elseSebastian Dröge1-7/+0
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öge4-26/+44
2012-04-05Use the generic marshaller instead of custom marshaller when possibleSebastian Dröge1-52/+28
2012-04-03Some random cleanupSebastian Dröge4-26/+92
2012-04-03Update for insanity API changesSebastian Dröge1-4/+4
2012-04-02Remove debug tracesVincent Penquerc'h2-17/+0
2012-03-29Rework the pad probe APIVincent Penquerc'h2-92/+46
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-29Reognize fakesink elements from their plugin feature nameVincent Penquerc'h1-4/+10
2012-03-29Heed buffering messagesVincent Penquerc'h1-0/+33
2012-03-29Re-indent everythingSebastian Dröge2-148/+192
2012-03-21Fix some compiler warningsSebastian Dröge2-45/+6
2012-03-21Add some more compiler warning flagsSebastian Dröge1-1/+1
2012-03-21Some random cleanupSebastian Dröge1-2/+2
2012-03-16Factor out the fakesink probe code and add it to InsanityGstTestVincent Penquerc'h2-0/+113
2012-03-15Defer state changes till after startVincent Penquerc'h1-5/+19
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-09Print out the reason we quit the glib loop in verbose modeVincent Penquerc'h1-0/+5
2012-03-08Add a signal and API to get durationVincent Penquerc'h2-0/+29
2012-03-08Only call reached-initial-state onceVincent Penquerc'h1-1/+1
2012-03-05Update for latest insanity API (global output files)Vincent Penquerc'h1-2/+2
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