summaryrefslogtreecommitdiff
path: root/tests/check/gst/gstbus.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-17tests: bus: add unit test for async message deliveryTim-Philipp Müller1-0/+81
2014-10-14tests: Add a test for removing a bus watchLinus Svensson1-0/+26
2014-10-14bus: Add a function to remove a bus watchLinus Svensson1-1/+1
2014-03-17Fix extended message handling with gst_bus_pop_timed_filtered()Jan Schmidt1-15/+65
2014-03-16tests: add test for extended message types and gst_bus_timed_pop_filteredTim-Philipp Müller1-0/+42
2013-11-18tests: fix GstBus unit test with latest GLibTim-Philipp Müller1-1/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-12tests: port to new GLib thread APIMark Nauwelaerts1-3/+3
2012-02-27tests: increase bus test timeoutWim Taymans1-1/+1
2011-02-16check: fix a leak in the bus unit testWim Taymans1-0/+1
2011-01-31bus: honour any per-thread default main context set via g_main_thread_push_th...Tim-Philipp Müller1-0/+43
2009-08-11gstbus: Unref pipeline after usage in test_custom_main_context unit testSebastian Dröge1-0/+1
2009-08-10checks: set pipeline back to NULL state in GstBus unit testTim-Philipp Müller1-0/+2
2009-01-17gst/gstbus.c: Fix order of members in GstBusSource structure - the first memb...Tim-Philipp Müller1-0/+79
2008-12-27gst/gstbus.c: Make GstBusSource work with non-default main contexts (#562170).Tim-Philipp Müller1-4/+63
2008-10-13docs/design/part-TODO.txt: Remove item from the todo list because it was fixe...Wim Taymans1-0/+1
2008-02-29And correct even more valid sparse warnings.Sebastian Dröge1-2/+2
2007-10-16API: add gst_bus_pop_filteredTim-Philipp Müller1-3/+140
2007-02-27API: gst_bus_timed_pop()Wim Taymans1-1/+63
2006-07-01tests/check/: use the new macroThomas Vander Stichele1-18/+6
2006-01-14add unlink and some assertsThomas Vander Stichele1-1/+4
2005-12-12add a ; and an exampleThomas Vander Stichele1-2/+6
2005-11-10check/gst/gstbin.c (test_message_state_changed_children): Style fix..Andy Wingo1-0/+48
2005-09-29check/gst/gstbin.c: Change for new bus API.Wim Taymans1-7/+7
2005-09-19GstBusHandler -> GstBusFunc, return value has the same meaning as any other G...Wim Taymans1-4/+82
2005-08-20move check stuff to its own library to be used by other modulesThomas Vander Stichele1-1/+1
2005-07-09add debugging category use GST_START_TEST now, so we add a debug lineThomas Vander Stichele1-2/+2
2005-07-05check/: Application message API change.Andy Wingo1-1/+1
2005-04-11check/: Fix up the timeout so that the test does not fail.Wim Taymans1-1/+1
2005-03-07check/: Added checks.Wim Taymans1-0/+130