summaryrefslogtreecommitdiff
path: root/tests/check/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-07check: Add a test for GST_READ_* macrosEdward Hervey1-0/+163
2011-04-13tests: Add test for greatest common divisorDavid Schleef1-0/+23
2011-04-08utils: Fix uninitialized variable compiler warningsSebastian Dröge1-0/+6
2010-12-31tests: fix typoZhang Wanming1-1/+1
2010-08-05tests: add basic unit test for gst_pad_proxy_getcaps()Tim-Philipp Müller1-0/+79
2009-09-15utils: Fix GMP scaling unit testSebastian Dröge1-7/+59
2009-08-14gstutils: Add special random unit test for 64 scaling functionsSebastian Dröge1-0/+165
2009-08-13gstutils: Add (very) minimal unit test for the new rounding scaling functionsSebastian Dröge1-0/+28
2009-03-02API: Add gst_util_array_binary_search() for binary searchs on a sorted arraySebastian Dröge1-0/+103
2008-10-10tests/check/gst/gstutils.c: We now see 3 events go through our pad, since bas...Edward Hervey1-7/+9
2008-05-21Don't use gst_element_get_pad().Wim Taymans1-4/+4
2008-04-10Add gst_pad_add_*_probe_full() functions with a notify callback that lets the...José Alburquerque1-0/+18
2008-02-29And correct even more valid sparse warnings.Sebastian Dröge1-1/+1
2008-01-12gst/gst.c: _gst_trace_on is already provided by gsttrace.h, no need to declar...Jan Schmidt1-6/+6
2006-08-15gst/gstutils.c: Fix memleak (#351502).Tim-Philipp Müller1-0/+129
2006-07-14gst/gstutils.c: Free iterator when done (#347311).Antoine Tremblay1-0/+15
2006-07-01tests/check/: use the new macroThomas Vander Stichele1-16/+1
2006-04-28gst/gstutils.c: Added some more docs.Wim Taymans1-0/+35
2006-04-05tests/check/gst/gstghostpad.c: Unref a pad we reffed.Michael Smith1-0/+2
2006-03-21disable some tests when we don't have a registryThomas Vander Stichele1-0/+4
2006-02-23tests/check/gst/gstutils.c: Test case originally showed the problem fixed bel...Tim-Philipp Müller1-0/+4
2006-02-13tests/check/gst/gstutils.c: Only events up to the pipeline EOS are counted, t...Wim Taymans1-3/+7
2006-02-04tests/check/gst/gstutils.c: Add some simple tests for gst_parse_bin_from_desc...Tim-Philipp Müller1-0/+79
2006-01-18tests/check/: Added fakesink test that checks prerolling and clipping behaviour.Wim Taymans1-1/+1
2005-12-05really add the tests for the 64/double conversionThomas Vander Stichele1-0/+54
2005-11-28check/gst/gstutils.c: Updated check, add some scaling accuracy checking code.Wim Taymans1-2/+18
2005-11-28check/gst/gstutils.c: More checks.Wim Taymans1-6/+28
2005-11-25check/gst/gstutils.c: Added more checks for the high precision uint64 cases.Wim Taymans1-2/+40
2005-11-24check/gst/gstutils.c: Added test for scaling.Wim Taymans1-0/+32
2005-09-21Test that removing probes from within the probe functions works.Andy Wingo1-0/+76
2005-09-21check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for data and even...Andy Wingo1-6/+31
2005-09-21check/gst/gstutils.c: New file.Andy Wingo1-0/+96