summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06check: Fix test locationEdward Hervey1-1/+1
2014-02-04tests: Don't build disabled plugins' check testsSebastian Rasmussen1-1/+7
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723505
2013-09-18x264enc: Implement getcaps that restricts the input format depending on the ↵Olivier Crête1-11/+46
output profile Also add some x264enc profile tests https://bugzilla.gnome.org/show_bug.cgi?id=708326
2013-05-13tests: Fix event handlingSebastian Dröge4-38/+45
2013-01-16tests: use _1_0 variants for the various registry variablesMartin Pitt1-3/+3
These override the variants without version suffix. Makes 'make check' work properly in environments that set the suffixed variant for 1.0, such as jhbuild.
2012-11-16xingmux: Fix unit test after change to correctly calculate number of framesSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller6-12/+12
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller1-2/+1
2012-09-14rename some caps and elements in examplesWim Taymans1-2/+2
2012-09-11x264enc test: x264enc produces constrained-baseline, not the full baselineOlivier Crête1-1/+1
2012-09-06tests: mpeg2dec: initialize variableMark Nauwelaerts1-1/+1
... which avoids test segfaulting.
2012-08-30check: Feed parsed data to mpeg2decEdward Hervey1-560/+939
And fix the expected output caps by adding colorimetry field
2012-06-08elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge2-2/+2
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29tests: make more valgrind-friendly and plug caps leakMark Nauwelaerts2-0/+3
2012-03-27tests: x264enc: adjust test to removal of deprecated propertiesMark Nauwelaerts1-127/+26
2012-03-21tests: fix after memory changesWim Taymans1-4/+5
2012-02-07mpeg2dec: fix test a bit moreWim Taymans1-4/+14
Still broken because cropping is broken in mpeg2dec
2012-02-07tests: fix some testsWim Taymans3-22/+24
2012-01-04tests: make tests compileWim Taymans5-20/+26
2011-12-30tests: disable generic index testTim-Philipp Müller1-2/+1
2011-11-24tests: update for gstcheck API changeRené Stadler1-2/+2
2011-11-12tests: port mpeg2dec to 0.11Tim-Philipp Müller1-24/+25
It compiles, but fails.
2011-11-12tests: port x264enc unit test to 0.11Tim-Philipp Müller1-18/+57
Well, it compiles now at least.
2011-10-30tests: port amrnbenc test to 0.11Tim-Philipp Müller1-23/+15
2011-10-30tests: need to define GST_USE_UNSTABLE_API to avoid warningsTim-Philipp Müller1-1/+5
2011-10-30lame: remove lame element, it's been superseded by lamemp3encTim-Philipp Müller1-3/+3
2011-09-07amrnbenc: Use complete raw audio caps in the testSebastian Dröge1-1/+1
2011-07-12tests: Test x264enc profiles from the capsOlivier Crête1-0/+103
https://bugzilla.gnome.org/show_bug.cgi?id=644233
2011-04-19tests: add suppression for lame unit testTim-Philipp Müller1-0/+12
2011-04-19tests: add generic index-setting testTim-Philipp Müller3-1/+145
2011-02-03tests: add unit test for lamemp3enc negotiation issueTim-Philipp Müller1-0/+42
https://bugzilla.gnome.org/show_bug.cgi?id=641151
2011-01-08tests: never disable g_assert() and cast checks for the unit testsTim-Philipp Müller1-3/+4
The unit tests are riddled with g_assert() and friends, make sure we don't disable assert and cast checks for the unit tests even if this has been specified for the rest of the code base, e.g. via --disable-glib-asserts
2010-12-07check: don't use deprecated methodWim Taymans1-1/+1
2010-09-09tests: allow running state tests for all elementsStefan Kost2-3/+3
Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check to try elements that would normaly be skipped.
2010-06-30tests: add plugin loading whitelist to test environmentTim-Philipp Müller1-0/+1
Only want to load core/-base/-ugly plugins here.
2010-04-19x264enc: adaptive NALU type checkingMark Nauwelaerts1-16/+11
In particular, be less picky about SEI NALU order, which makes test more robust with respect to changes in libx264. See also #615410.
2010-03-01x264enc: Replace 'avc-sample' with 'avc' in capsThiago Santos1-1/+1
In the element and in its tests Fixes #606662
2010-02-16x264enc: add caps check to x264enc unit testTim-Philipp Müller1-3/+43
Add some minimal caps checking to x264enc unit test. See #610089.
2009-07-19mpeg2dec: Fix unused variables compiler warnings in unit testSebastian Dröge1-2/+1
2009-06-05gitignore: Ignore some built files in the test areaJan Schmidt1-0/+2
2009-06-05Moved 'x264enc' from -bad to -uglyJan Schmidt2-1/+9
2009-06-05[MOVED FROM BAD 14/28] Add documentation and unit test for x264enc.Mark Nauwelaerts1-0/+206
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * ext/x264/gstx264enc.c: * tests/check/Makefile.am: * tests/check/elements/x264enc.c: (setup_x264enc), (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main): Add documentation and unit test for x264enc.
2009-05-13checks: fix mpeg2dec unit test again after interlace addition to capsTim-Philipp Müller1-2/+4
2008-10-30tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. ↵Stefan Kost1-1/+1
Fixes #558277. Original commit message from CVS: * tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. Fixes #558277.
2008-02-18tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.Jan Schmidt1-1/+1
Original commit message from CVS: * tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.
2008-02-11ext/lame/gstlame.c: Don't leak the allowed caps.Sebastian Dröge1-0/+1
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_setup): Don't leak the allowed caps. * tests/check/pipelines/lame.c: (GST_START_TEST): Stop leaking all buffers. Fixes bug #515575.
2008-02-08Move xingmux from -bad.Jan Schmidt2-1/+5
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: * docs/plugins/gst-plugins-ugly-plugins-sections.txt: * docs/plugins/inspect/plugin-mpegaudioparse.xml: * gst/mpegaudioparse/Makefile.am: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/mpegaudioparse/gstxingmux.c: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: Move xingmux from -bad.
2008-01-23Add documentation for the xingheader plugin.Sebastian Dröge1-5/+5
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/xingheader/gstxingmux.c: * gst/xingheader/gstxingmux.h: Add documentation for the xingheader plugin. * tests/check/elements/xingmux.c: (GST_START_TEST): Set element state to PLAYING before doing something else.
2008-01-23tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge2-0/+4939
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/xingmux.c: (setup_xingmux), (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main): * tests/check/elements/xingmux_testdata.h: Add simple unit test for the xingmux element. * gst/xingheader/gstxingmux.c: (generate_xing_header), (gst_xing_mux_finalize), (xing_reset): Fix a memleak and invalid seek tables with less than 100 MP3 frames.