summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-06-07meson: Do not use path separator in test namesThibault Saunier1-2/+3
2017-06-06Fix v4l2 exampleNicolas Dufresne1-8/+10
2017-05-20meson: add options to set package name and originTim-Philipp Müller1-2/+1
2017-04-24tests: rtp-payloading: add test for rtph264depay avc/byte-stream outputTim-Philipp Müller2-2/+173
2017-04-12tests: Add vp9enc to gitignoreEdward Hervey1-0/+1
2017-04-11tests/check/rtprtx: add checks for rtprtxqueue's max-size-{time,packets} prop...George Kiagiadakis1-0/+82
2017-04-09tests: fix leak in splitmux testVincent Penquerc'h1-0/+1
2017-03-28meson: Use get_pkgconfig_variable instead of calling pkg-config ourselfThibault Saunier1-13/+5
2017-03-28meson: test: Fix environment object usageThibault Saunier1-5/+1
2017-03-14pulse example: RemoveOlivier Crête4-86/+2
2017-03-14splitmux test: Use passed first/last timestampsJan Schmidt1-6/+8
2017-03-08tests: Add missing LDADD for libm in tests using math.hNicolas Dufresne3-9/+6
2017-03-04splitmux: Add unit test for reverse playbackJan Schmidt1-15/+113
2017-02-28check: Fix splitmux test CFLAGSEdward Hervey1-0/+1
2017-02-27rtp-payloading: Add new test for Vorbis renegotiationSebastian Dröge2-0/+94
2017-02-27tests: splitmux: add unit test for content with sparse streamsGeorge Kiagiadakis2-1/+219
2017-02-21tests: matroskamux, qtmux: don't add codec_data buffers to template capsGuillaume Desmottes2-34/+45
2017-02-14icydemux: reset tags on empty valueSøren Juul1-0/+77
2017-01-25rtp: Remove unused variable in exampleSebastian Dröge1-1/+1
2017-01-24meson: Properly use ':' for defining keywordsThibault Saunier1-1/+1
2017-01-09tests: rtpjitterbuffer: fix compiler warning due to c99-ismTim-Philipp Müller1-1/+2
2017-01-03splitmuxsink: Add format-location-full signalJan Schmidt1-0/+16
2017-01-02check: Remove dead codeEdward Hervey1-31/+0
2016-12-21matroskamux: adjust unit test to modified behaviourNicola Murino1-5/+14
2016-12-14tests/jitterbuffer: Major refactoring and cleanupsHavard Graff1-1219/+612
2016-12-13gst: Don't declare variables inside the for loop headerSebastian Dröge3-89/+112
2016-11-16rtpbin: receive bundle supportPhilippe Normand8-1/+852
2016-11-04rtpjitterbuffer: fix timer-reuse bugHavard Graff1-2/+60
2016-11-04rtpjitterbuffer: fix lost-event using dts instead of ptsHavard Graff1-124/+250
2016-11-04rtpjitterbuffer: fix bug in reschedule_timerHavard Graff1-0/+69
2016-11-03tests: wavparse: add test for processing an actual .wav fileTim-Philipp Müller3-0/+64
2016-11-01rtph263ppay: Fix caps leakHavard Graff1-0/+27
2016-10-25Revert "meson: move gstreamer-check-1.0 dependency to tests/check"Nirbheek Chauhan1-3/+0
2016-10-24meson: fix build outside of gst-allTim-Philipp Müller1-1/+1
2016-10-21meson: move gstreamer-check-1.0 dependency to tests/checkScott D Phillips1-0/+3
2016-10-20tests: videomixer: disable racy flush_start_flush_stop testTim-Philipp Müller1-1/+9
2016-10-20tests: Fix souphttpsrc tests without CK_FORK=noJan Alexander Steffens (heftig)1-179/+124
2016-10-20tests: Fix level test in CK_FORK=no modeJan Alexander Steffens (heftig)1-8/+1
2016-10-11meson: Make use of new environment object and set plugin path to builddirThibault Saunier2-51/+29
2016-10-06tests: Fix memory leak in test rtpaux testGaurav Gupta1-1/+4
2016-09-30meson: Setup pre commit hook and fix getpluginsdir for standalone caseThibault Saunier1-5/+7
2016-09-30tests: Fix tagschecking failure due to missing PTSArun Raghavan1-1/+2
2016-09-27meson: tests: fix vp8 availability checksTim-Philipp Müller1-3/+3
2016-09-26meson: Add gst-plugins-base plugins directories to be used by testsThibault Saunier1-1/+2
2016-09-26meson: add unit testsTim-Philipp Müller2-16/+238
2016-09-15tests: fix indentationTim-Philipp Müller5-62/+80
2016-09-14rtpjitterbuffer: improved rtx-rtt averagingHavard Graff1-1/+1
2016-09-14rtpjitterbuffer: Detect whether to assume equidistant spacing when lossStian Selnes1-0/+123
2016-09-14rtpjitterbuffer: Don't request rtx if 'now' is past retry periodStian Selnes1-0/+79
2016-09-14rtpjitterbuffer: Fix lost duration when gap after lost timerStian Selnes1-15/+22