summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21test: fix unit testWim Taymans1-1/+1
2012-01-04tests: make tests compileWim Taymans3-9/+13
2011-11-04tests: Fix for pad probe API changeEdward Hervey1-4/+4
2011-10-30tests: port to 0.11Tim-Philipp Müller4-33/+36
Some still fail though, for various reasons. ffmpeg warning: "get_buffer() cannot be called after ff_thread_finish_setup()".
2011-09-03tests: add simple test for creating postproc elementsTim-Philipp Müller3-1/+49
https://bugzilla.gnome.org/show_bug.cgi?id=654634
2010-03-24tests: Fix compiler warningSebastian Dröge1-9/+17
2009-08-20checks: add minimal unit test for adpcm decoderTim-Philipp Müller5-1/+177
The sample file is so small, we may just as well add a little unit test for the previously fixed bug.
2009-07-28check: remove unused variable from unit testTim-Philipp Müller1-3/+1
2009-07-28ffmpegdemux: cache events from upstream and re-send them laterTim-Philipp Müller6-6/+210
Cache any events we get from upstream before we're open, especially tag events we may be getting from apedemux/id3demux or the like, and push them downstream later when we've added our pads instead of just dropping them silently. Fixes transcoding tags for Monkey's Audio Files with preceding APE or ID3v2 tags (#586957). Add minimal unit test for this. Also push stream tags later after the global tags and the newsegment event rather than right after creating the pad.
2009-06-05check: add registry rescan testWim Taymans1-0/+46
2009-04-17check: Add a simple test that the FFmpeg plugin loadsJan Schmidt3-0/+74
Check that the ffmpeg plugin actually exists after building.
2008-09-06configure.ac: Fix type in error messgae.Stefan Kost1-1/+1
Original commit message from CVS: * configure.ac: Fix type in error messgae. * tests/check/.cvsignore: Ignore more files.
2007-10-03tests/check/generic/libavcodec-locking.c: Print message name and not just ↵Stefan Kost1-2/+2
number. Original commit message from CVS: * tests/check/generic/libavcodec-locking.c: Print message name and not just number.
2007-08-01ext/ffmpeg/: Free strings atleast when finalizing elements.Stefan Kost1-8/+9
Original commit message from CVS: * ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_cfg_install_property), (gst_ffmpeg_cfg_finalize): * ext/ffmpeg/gstffmpegcfg.h: * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_finalize), (ffmpegenc_setup_working_buf), (gst_ffmpegenc_chain_video), (gst_ffmpegenc_flush_buffers): Free strings atleast when finalizing elements. * tests/check/generic/libavcodec-locking.c: (GST_START_TEST), (simple_launch_lines_suite): Fix some leaks.
2007-07-13Remove bogus check for libcheck, since we check for gstreamer-check and it ↵Jan Schmidt1-1/+1
pulls in the required info from there, and... Original commit message from CVS: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
2006-12-15Spaces => tabTim-Philipp Müller1-1/+1
Original commit message from CVS: * docs/Makefile.am: * tests/check/Makefile.am: Spaces => tab
2006-12-06tests/check/generic/libavcodec-locking.c: Fix the filter caps string for the ↵Jan Schmidt1-2/+2
test. Limit it to 10 fps, which means en... Original commit message from CVS: * tests/check/generic/libavcodec-locking.c: (GST_START_TEST): Fix the filter caps string for the test. Limit it to 10 fps, which means encoding ~ 50 frames before timeout
2006-05-09tests/check/gst-ffmpeg.supp: Add missing file (which prepare-ChangeLog ↵Tim-Philipp Müller1-0/+0
didn't pick up because it's empty). Original commit message from CVS: * tests/check/gst-ffmpeg.supp: Add missing file (which prepare-ChangeLog didn't pick up because it's empty).
2006-05-09tests/check/generic/libavcodec-locking.c: Only run test when encoder element ↵Tim-Philipp Müller1-5/+14
is available (we might have been configu... Original commit message from CVS: * tests/check/generic/libavcodec-locking.c: (GST_START_TEST), (simple_launch_lines_suite), (main): Only run test when encoder element is available (we might have been configured with --disable-encoders).
2006-05-09tests/check/: Add test case for libavcodec lockingLuca Ognibene2-6/+164
Original commit message from CVS: Patch by: Luca Ognibene <luogni at tin dot it> * tests/check/Makefile.am: * tests/check/generic/libavcodec-locking.c: (setup_pipeline), (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite), (main): Add test case for libavcodec locking
2006-05-09Add test infrastructure to gst-ffmpeg (#324279).Tim-Philipp Müller4-0/+52
Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/check/.cvsignore: * tests/check/Makefile.am: * tests/check/generic/.cvsignore: Add test infrastructure to gst-ffmpeg (#324279).