summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix event handlingSebastian Dröge2013-05-134-38/+45
|
* tests: use _1_0 variants for the various registry variablesMartin Pitt2013-01-161-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.
* xingmux: Fix unit test after change to correctly calculate number of framesSebastian Dröge2012-11-161-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-036-12/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller2012-09-171-2/+1
|
* rename some caps and elements in examplesWim Taymans2012-09-141-2/+2
|
* x264enc test: x264enc produces constrained-baseline, not the full baselineOlivier Crête2012-09-111-1/+1
|
* tests: mpeg2dec: initialize variableMark Nauwelaerts2012-09-061-1/+1
| | | | ... which avoids test segfaulting.
* check: Feed parsed data to mpeg2decEdward Hervey2012-08-301-560/+939
| | | | And fix the expected output caps by adding colorimetry field
* elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge2012-06-082-2/+2
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* tests: make more valgrind-friendly and plug caps leakMark Nauwelaerts2012-03-292-0/+3
|
* tests: x264enc: adjust test to removal of deprecated propertiesMark Nauwelaerts2012-03-271-127/+26
|
* tests: fix after memory changesWim Taymans2012-03-211-4/+5
|
* mpeg2dec: fix test a bit moreWim Taymans2012-02-071-4/+14
| | | | Still broken because cropping is broken in mpeg2dec
* tests: fix some testsWim Taymans2012-02-073-22/+24
|
* tests: make tests compileWim Taymans2012-01-045-20/+26
|
* tests: disable generic index testTim-Philipp Müller2011-12-301-2/+1
|
* tests: update for gstcheck API changeRené Stadler2011-11-241-2/+2
|
* tests: port mpeg2dec to 0.11Tim-Philipp Müller2011-11-121-24/+25
| | | | It compiles, but fails.
* tests: port x264enc unit test to 0.11Tim-Philipp Müller2011-11-121-18/+57
| | | | Well, it compiles now at least.
* tests: port amrnbenc test to 0.11Tim-Philipp Müller2011-10-301-23/+15
|
* tests: need to define GST_USE_UNSTABLE_API to avoid warningsTim-Philipp Müller2011-10-301-1/+5
|
* lame: remove lame element, it's been superseded by lamemp3encTim-Philipp Müller2011-10-301-3/+3
|
* amrnbenc: Use complete raw audio caps in the testSebastian Dröge2011-09-071-1/+1
|
* tests: Test x264enc profiles from the capsOlivier Crête2011-07-121-0/+103
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644233
* tests: add suppression for lame unit testTim-Philipp Müller2011-04-191-0/+12
|
* tests: add generic index-setting testTim-Philipp Müller2011-04-193-1/+145
|
* tests: add unit test for lamemp3enc negotiation issueTim-Philipp Müller2011-02-031-0/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=641151
* tests: never disable g_assert() and cast checks for the unit testsTim-Philipp Müller2011-01-081-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
* check: don't use deprecated methodWim Taymans2010-12-071-1/+1
|
* tests: allow running state tests for all elementsStefan Kost2010-09-092-3/+3
| | | | | Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check to try elements that would normaly be skipped.
* tests: add plugin loading whitelist to test environmentTim-Philipp Müller2010-06-301-0/+1
| | | | Only want to load core/-base/-ugly plugins here.
* x264enc: adaptive NALU type checkingMark Nauwelaerts2010-04-191-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.
* x264enc: Replace 'avc-sample' with 'avc' in capsThiago Santos2010-03-011-1/+1
| | | | | | In the element and in its tests Fixes #606662
* x264enc: add caps check to x264enc unit testTim-Philipp Müller2010-02-161-3/+43
| | | | | | Add some minimal caps checking to x264enc unit test. See #610089.
* mpeg2dec: Fix unused variables compiler warnings in unit testSebastian Dröge2009-07-191-2/+1
|
* gitignore: Ignore some built files in the test areaJan Schmidt2009-06-051-0/+2
|
* Moved 'x264enc' from -bad to -uglyJan Schmidt2009-06-052-1/+9
|
* [MOVED FROM BAD 14/28] Add documentation and unit test for x264enc.Mark Nauwelaerts2009-06-051-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.
* checks: fix mpeg2dec unit test again after interlace addition to capsTim-Philipp Müller2009-05-131-2/+4
|
* tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. ↵Stefan Kost2008-10-301-1/+1
| | | | | | | | Fixes #558277. Original commit message from CVS: * tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. Fixes #558277.
* tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.Jan Schmidt2008-02-181-1/+1
| | | | | | Original commit message from CVS: * tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.
* ext/lame/gstlame.c: Don't leak the allowed caps.Sebastian Dröge2008-02-111-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.
* Move xingmux from -bad.Jan Schmidt2008-02-082-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.
* Add documentation for the xingheader plugin.Sebastian Dröge2008-01-231-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.
* tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge2008-01-232-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.
* ext/lame/gstlame.c: Allow fixing the sample rate lame converts to by ↵Thomas Vander Stichele2007-09-242-1/+107
| | | | | | | | | | | | | negotiating fixed sample rate on the src pad caps. Original commit message from CVS: * ext/lame/gstlame.c: Allow fixing the sample rate lame converts to by negotiating fixed sample rate on the src pad caps. Add docs for it. * tests/check/Makefile.am: * tests/check/pipelines/lame.c: Add a check for it.
* gst/iec958/ac3iec.c: Chainup in finalize.Stefan Kost2007-09-202-27/+129
| | | | | | | | | Original commit message from CVS: * gst/iec958/ac3iec.c: Chainup in finalize. * tests/check/Makefile.am: * tests/check/generic/states.c: Improved state change unit test.
* Ignore registries in any format.Stefan Kost2007-09-191-1/+1
| | | | | | | Original commit message from CVS: * docs/plugins/.cvsignore: * tests/check/.cvsignore: Ignore registries in any format.