summaryrefslogtreecommitdiff
path: root/tests/check
AgeCommit message (Expand)AuthorFilesLines
2017-02-18rawbaseparse: Drop incomplete frames at EOSSebastian Dröge1-0/+32
2017-02-09adaptivedemux: Allow thatJan Schmidt1-3/+4
2017-02-08adaptivedemux: Fix tests for delayed pad exposure.Jan Schmidt2-10/+39
2017-01-31tests: hlsdemux: Fix live startup sequence and seek rangeSeungha Yang1-3/+3
2017-01-02check: Use gst_check_run_suiteEdward Hervey3-50/+6
2016-12-24dash: Define debug category used in the isoff code for the test too nowSebastian Dröge1-0/+5
2016-12-21check: Use non-deprecated APIEdward Hervey1-7/+7
2016-12-21Remove various unported pluginsSebastian Dröge2-88/+4
2016-12-13gst: Don't declare variables inside the for loop headerSebastian Dröge8-17/+39
2016-11-28dataurisrc: remove plugin, moved to coreTim-Philipp Müller3-235/+0
2016-11-23mimic: remove ancient codecTim-Philipp Müller3-87/+0
2016-11-21mpdparser: Handle invalid external xml link for Period elementSeungha Yang1-1/+3
2016-11-20tests: fix lib and cflags order in Makefile.amTim-Philipp Müller1-18/+15
2016-11-17gl/tests: fix glimagesink element test on OSXMatthew Waters1-27/+69
2016-11-16gl/tests: don't use the default framebufferMatthew Waters2-11/+61
2016-11-14dash: Fix breakage in unit test caused by gst-indentSebastian Dröge1-1/+1
2016-11-14mpdparser: Support multiple Period elements in external xmlSeungha Yang4-2/+110
2016-11-14mpdparser: wrap unmodified data in protection eventPhilippe Normand1-1/+1
2016-11-04mpdparser: MS PlayReady ContentProtection parsingPhilippe Normand2-2/+13
2016-11-04gst: Fix more mentions of interlaced-mode to say interlace-modeSebastian Dröge1-2/+2
2016-11-03check: Add new test to .gitignoreEdward Hervey1-0/+1
2016-11-03glsl: fix #version 150 not working with profilesMatthew Waters1-16/+82
2016-11-02Revert "tests: rawvideoparse: add test for flow error handling"Sebastian Dröge1-36/+0
2016-11-01tests: rawvideoparse: add test for flow error handlingTim-Philipp Müller1-0/+36
2016-11-01tests: add a test for srtp elementsVincent Penquerc'h2-0/+232
2016-10-05tests/gl: make sure all GL commands are executed on the GL threadMatthew Waters2-2/+16
2016-09-21build: add missing $(GST_PLUGINS_BASE_LIBS)Martin Kelly1-3/+3
2016-09-21rtponviftimestamp: Update unit tests after changing default value of D-bitJoakim Johansson1-7/+10
2016-09-15player: Fix unit test for minor API changeSebastian Dröge1-2/+2
2016-08-29tests/glupload: support opengl3 properly instead of spewing GL errorsMatthew Waters1-22/+97
2016-08-29glupload: fix tests and check for the new RECONFIGURE behaviourAlessandro Decina1-4/+44
2016-08-26dash: Fix build of unit testSebastian Dröge1-4/+8
2016-08-25gitignore: add missing dash_isoff fileJosep Torra1-1/+2
2016-08-25build: fix gst-uninstalled build in osxJosep Torra1-2/+5
2016-08-25build: unconditionally check for video, audio and pbutils modulesJosep Torra1-23/+22
2016-08-18rawparse: Fix and extend unit testsCarlos Rafael Giani3-0/+114
2016-08-18rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani1-0/+112
2016-08-11dashdemux: Disable unit test for the time beingSebastian Dröge1-1/+3
2016-08-11dash: Add test for parsing a moof boxSebastian Dröge3-1/+193
2016-08-11dash: Add unit test for ISOBFF box header parsingSebastian Dröge2-1/+132
2016-08-03hlsdemux: move variant list handling over to new master playlist codeTim-Philipp Müller1-182/+196
2016-08-02aiffparse: In PUSH mode we will never get the ID3 tags as they are at the end...Sebastian Dröge1-3/+9
2016-08-02tests: dashdemux: add test for gst_mpd_client_get_maximum_segment_durationAlex Ashley1-0/+77
2016-07-26tests: fix simple-launch-lines when jpeg lib isn't presentVincent Penquerc'h1-2/+6
2016-07-26rawparse: Add new raw audio and video parser elementsCarlos Rafael Giani4-0/+807
2016-07-26glcontext: remove not thread-safe get/set_error()Matthew Waters2-16/+2
2016-07-26glframebuffer: rewrite for a more consistent APIMatthew Waters1-11/+16
2016-07-25player: move 'position-update-interval' setting to the config structGuillaume Desmottes1-10/+17
2016-07-25player: add API to change http user agentGuillaume Desmottes1-0/+53
2016-07-18tests: fix bus leakGuillaume Desmottes5-15/+16