gst/base/gstbasesink.c: Prepare for doing QOS.
[platform/upstream/gstreamer.git] / tests /
2005-10-08 Wim Taymanscheck/: Allow new clock message too.
2005-10-08 Wim TaymansAdded extra field to STATE_CHANGE message with the...
2005-10-07 Andy Wingocheck/elements/fakesrc.c (test_no_preroll): New check...
2005-10-07 Johan DahlinAdd a GType to GstIterator, update callsites and tests.
2005-10-05 Thomas Vander Stichelegst/gstutils.c: fix a bug in the case where neither...
2005-10-05 Thomas Vander Sticheleunref our test buffers
2005-10-05 Thomas Vander Stichelegst/gstpad.c: emit have-data before checking for peers...
2005-09-29 Thomas Vander Sticheledisable refcount checks until we track the dangling ref
2005-09-29 Thomas Vander Stichelecheck/: fix tests for the new warning
2005-09-29 Wim Taymanscheck/gst/gstbin.c: Change for new bus API.
2005-09-29 Tim-Philipp Müllergst/gstcaps.c: Thou shalt not free a structure and...
2005-09-29 Wim Taymanscheck/gst/gstbin.c: Oops.
2005-09-29 Wim Taymanscheck/gst/gstbin.c: Add bus to bin.
2005-09-28 Thomas Vander Stichelecheck/gst/gstpipeline.c: add another check
2005-09-27 Wim Taymanscheck/gst/gstbin.c: Enable check that works now.
2005-09-27 Tim-Philipp Müllercheck/gst/gstbuffer.c: Plug leak in test case and fix...
2005-09-27 Tim-Philipp Müllergst/gstbuffer.c: Set READONLY flag on subbuffers, so...
2005-09-27 Wim Taymansgst/gstbin.c: use gst_object_has_ancestor().
2005-09-26 Wim Taymanscheck/gst/gstbin.c: Added check that shows error in...
2005-09-26 Andy Wingocheck/gst-libs/controller.c: Update for controller...
2005-09-26 Andy WingoRemove memchunk benchmark stuff, this is taken over...
2005-09-24 Tim-Philipp Müllercheck/gst/gstbin.c: Fix test case: we can't rely on...
2005-09-23 Tim-Philipp Müllercheck/gst/gstbin.c: Added test to check state change...
2005-09-23 Thomas Vander Sticheleput back source in registry. add checks for find_plugin.
2005-09-22 Thomas Vander Stichelefix leak in the test itself
2005-09-22 Tim-Philipp Müllercheck/gst/gstvalue.c: Add simplistic test suite for...
2005-09-22 Andy Wingogst/gstconfig.h.in: Psych out gtk-doc.
2005-09-22 Andy Wingogst/gstbuffer.c (gst_buffer_get_caps): Like all our...
2005-09-21 Andy WingoTest that removing probes from within the probe functio...
2005-09-21 Andy Wingocheck/gst/gstutils.c (test_buffer_probe_n_times): Add...
2005-09-21 Andy Wingocheck/gst/gstutils.c: New file.
2005-09-20 Thomas Vander Sticheleremove the sync property from fakesink.
2005-09-20 Stefan Kostcheck/Makefile.am: disable valgrinding the controller...
2005-09-20 Stefan Kostmore leaks plumbed, added more debug-logging
2005-09-20 Stefan Kostcheck/: plug mem-leak, re-add to valgrindable tests
2005-09-20 Jan Schmidtcheck/generic/states.c: Add a sleep to ensure elements...
2005-09-19 Thomas Vander Stichelecheck/: enable cleanup again after fixing the leak
2005-09-19 Thomas Vander Stichelecheck/Makefile.am: re-enable tests now that leaks are...
2005-09-19 Wim TaymansGstBusHandler -> GstBusFunc, return value has the same...
2005-09-18 Thomas Vander Stichelemark a bunch of the tests as to fix until we fix them
2005-09-18 Thomas Vander Stichelevarious cleanups and memleak plugging. make valgrind...
2005-09-18 Thomas Vander Sticheleadd check-valgrind target
2005-09-18 David Schleefcheck/Makefile.am: Fix environment variables.
2005-09-17 Thomas Vander Sticheleadd valgrind target; disable gstplugin until it passes
2005-09-17 Thomas Vander Sticheleadd valgrind target; disable gstplugin until it passes
2005-09-16 Thomas Vander Sticheleset the right var
2005-09-16 Thomas Vander Sticheleremove gst-register
2005-09-16 David SchleefGetting tired of debugging. Disabled all the unreffing...
2005-09-16 David Schleefcheck/gst/gstplugin.c: More testing
2005-09-16 Thomas Vander Sticheleunverbosify
2005-09-15 David Schleefcheck/: Add test
2005-09-15 David Schleefremove
2005-09-12 Thomas Vander Sticheleadd a gst_element_set_state_async method that sets...
2005-09-12 Thomas Vander Stichelecodify design+behaviour in testsuite after discussion
2005-09-09 Jan Schmidtcheck/gst-libs/controller.c: Header include fix.
2005-09-09 Jan Schmidtcheck/elements/identity.c: Make the error a little...
2005-09-09 Thomas Vander Stichelecheck/gst/gstpad.c: add tests for valid pad naming
2005-09-09 Thomas Vander Stichelecheck/: adding a test for pipelines and state changes
2005-09-06 Stefan Kostcheck/pipelines/simple_launch_lines.c: test for pipe...
2005-09-06 Thomas Vander Sticheleadd a check for a ghostpad that doesn't have a target...
2005-09-05 Thomas Vander Stichelemaintenance updates
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-31 Stefan Kostcheck/gst-libs/controller.c: more tests (hehe I have...
2005-08-30 Wim Taymanscheck/elements/: Activate pads before using them.
2005-08-29 Stefan Kostcheck/gst-libs/controller.c: more tests
2005-08-26 Andy Wingocheck/pipelines/simple_launch_lines.c (run_pipeline...
2005-08-26 Jan SchmidtAdd metadata reading example that loops over a list...
2005-08-25 Jan SchmidtRevert unpopular change for GST_MESSAGE_SRC to GObject.
2005-08-25 Thomas Vander Stichelewim fixed the task, yay
2005-08-25 Wim Taymanscheck/generic/states.c: Cleanup can be done at the...
2005-08-24 Wim Taymanscheck/generic/states.c: Make sure all tasks are stopped.
2005-08-24 Thomas Vander Sticheledisable test while wim is fixing
2005-08-24 Thomas Vander Stichelecheck/: add a test that does a bunch of state changes...
2005-08-24 Jan SchmidtChange GST_MESSAGE_SRC to be a GObject rather than...
2005-08-23 Stefan Kostgracefully handle helper method calls to objects that...
2005-08-22 Wim Taymanscheck/gst/gstcaps.c: Added check for gst_static_caps_ge...
2005-08-22 Thomas Vander Stichelecheck/gst/gstbin.c: since we don't know when preroll...
2005-08-21 Thomas Vander Stichelefigure this out for HT machines
2005-08-21 Thomas Vander Stichelesome funky HT/multicpu vs single difference
2005-08-21 Thomas Vander Stichelecheck/Makefile.am: clean up environment for when regist...
2005-08-21 Jan Schmidtcheck/gst/gstevent.c: Er, don't call gst_bin_watch_for_...
2005-08-21 Thomas Vander Stichelerun valgrind with proper env
2005-08-21 Jan Schmidtcheck/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS
2005-08-21 Thomas Vander Stichelecheck/Makefile.am: don't valgrind the controller test...
2005-08-20 Thomas Vander Stichelecheck/Makefile.am: set GST_TOOLS_DIR
2005-08-20 Thomas Vander Stichelefactor out the common stuff
2005-08-20 Thomas Vander Stichelerenamed test
2005-08-20 Thomas Vander Sticheleput some make-up on the gstevent test
2005-08-20 Thomas Vander Stichelevalgrind more tests
2005-08-20 Thomas Vander Stichelemove check stuff to its own library to be used by other...
2005-08-18 Jan Schmidtcheck/gst/gstevents.c: Should fix build on 64-bit arch's
2005-08-18 Andy WingoMake sure that when a pipeline goes to PLAYING, that...
2005-08-18 Jan Schmidtcheck/gst/gstevents.c: Provide more error margin in...
2005-08-18 Jan Schmidtcheck/gst/gstevents.c: Fix error message output so...
2005-08-18 Jan Schmidtcheck/: I wrote a test!
2005-08-17 Andy Wingogst/base/gstbasetransform.c: Debug changes.
2005-08-16 Wim Taymanscheck/gst/gstvalue.c: Added subtract checks.
2005-08-14 Thomas Vander Stichelecheck/Makefile.am: add a .check target for running...
2005-08-05 Stefan Kostmigrated some more docs to be inlined in the sources
2005-08-05 Stefan Kostmore tests (and fixes) for the controller more docs...
next