summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-02-12buffer: store sequence number for metasTim-Philipp Müller1-0/+56
2019-02-05misc: Fix various compiler warnings on MinGWNirbheek Chauhan1-1/+1
2019-01-29test: Set PTS on proper variableEdward Hervey1-1/+1
2019-01-24tests: info: Fix spurious validationSeungha Yang1-6/+6
2019-01-11tests: gstdatetime: move gst_date_time_new* and time() calls closerJordan Petridis1-2/+2
2019-01-09tests: Add more int range fixation testsJan Alexander Steffens (heftig)1-6/+56
2019-01-03pipeline: Call gst_task_cleanup_all() before checking reference counts after ...Sebastian Dröge1-0/+6
2019-01-03pipeline: Use the test clock in all unit testsSebastian Dröge1-200/+123
2018-12-31tests: remove unused gststream.h fileTim-Philipp Müller1-53/+0
2018-12-17tests: datetime: Fix failure on WindowsSeungha Yang1-2/+2
2018-12-15examples: Remove dead assignmentsEdward Hervey1-9/+1
2018-12-14pad: Let threads in the test take ownership of a strong reference to their padsSebastian Dröge1-9/+14
2018-12-11gstcaps: add gst_caps_set_features_simple()Guillaume Desmottes1-0/+15
2018-12-05buffer: Add more exhaustive test for gst_buffer_foreach_meta() meta removalDardo D Kleiner1-3/+178
2018-11-28baseparse: Add unit test for short readsKimTaeSoo1-0/+110
2018-11-28Run gst-indent through the filesJordan Petridis3-8/+12
2018-11-12tests: caps: Add more broken caps test caseSeungha Yang1-0/+7
2018-11-10tests: fix tests when compiling with glib_checks=disabledHavard Graff7-13/+24
2018-11-10test/datetime: fix test for windowsHavard Graff1-2/+3
2018-11-10tests/uri: fix test after GHashTable changes in GLib 2.59Havard Graff1-1/+15
2018-11-07query: add a new bitrate queryMatthew Waters1-4/+122
2018-11-06gstpad: use hook_id instead of hook in called_probes listHavard Graff1-43/+40
2018-11-06gst/buffer: add a new function for wrapping GBytesMatthew Waters1-0/+18
2018-10-29segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0Jan Schmidt1-0/+15
2018-10-17tests: Use GstTestClock for processing-deadline testOlivier Crête1-9/+13
2018-10-16tests: pipeline: fix leakTim-Philipp Müller1-0/+1
2018-09-24tests: netclock-replay: fix build with new api export/importTim-Philipp Müller3-5/+6
2018-09-17tests: Use a different rate in a segment test.Jan Schmidt1-3/+3
2018-09-05meson: Always use a dependency object for dependenciesNirbheek Chauhan1-1/+1
2018-08-28gstsegment: Add check for gst_segment_offset_running_time()Jan Schmidt1-0/+9
2018-08-28gstsegment: Handle positions before the segment properlyJan Schmidt1-1/+95
2018-08-26tests: meta: fix msvc compiler warningsTim-Philipp Müller1-4/+4
2018-08-17filesink: Use SYNC_AFTER flag in seeking testSebastian Dröge1-0/+15
2018-08-10meson: add option to disable build of GStreamer unit test libraryTim-Philipp Müller1-0/+7
2018-08-10meson: add option to disable parse-launch pipeline string parserTim-Philipp Müller1-11/+10
2018-08-09meson: add options to disable tests, examples, benchmarks and toolsTim-Philipp Müller1-3/+9
2018-07-27meson: Add feature options for optional depsNirbheek Chauhan3-5/+4
2018-07-25meson: Don't add static printf library to executablesNirbheek Chauhan1-1/+0
2018-07-23Revert "pad: Handle changing sticky events in pad probes"Sebastian Dröge1-57/+0
2018-07-16pipeline tests: Add test for processing latencyOlivier Crête1-0/+143
2018-07-09bufferlist: Prevent gst_buffer_list_foreach() from modifying non-writeable listsSebastian Dröge1-0/+32
2018-07-09buffer: Add test to ensure that memories in a non-writable buffer are not wri...Sebastian Dröge1-0/+18
2018-07-09bufferlist: Add test to ensure that buffers in an non-writable list are not w...Sebastian Dröge1-0/+26
2018-06-24Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-1/+1
2018-06-15gst_structure_to_string: display actual value of pointersGuillaume Desmottes1-0/+14
2018-05-06bitwriter: Add unit testsSreerenj Balachandran4-0/+170
2018-05-05meson: Update option names to omit disable_ and with- prefixesNirbheek Chauhan2-45/+44
2018-05-05bufferlist: fix abort due to underflow when creating 0-sized listTim-Philipp Müller1-0/+10
2018-05-01Source code typo fixesluz.paz1-1/+1
2018-05-01Fix typos in comments and docsluz.paz9-17/+17