Wim Taymans
d155f3028d
test: fix unit test
2012-03-21 12:54:44 +01:00
Wim Taymans
6651c908a1
tests: make tests compile
2012-01-04 10:17:01 +01:00
Edward Hervey
9c044ac66e
tests: Fix for pad probe API change
2011-11-04 10:15:32 +01:00
Tim-Philipp Müller
487175f573
tests: port to 0.11
...
Some still fail though, for various reasons. ffmpeg warning:
"get_buffer() cannot be called after ff_thread_finish_setup()".
2011-10-30 12:24:59 +00:00
Tim-Philipp Müller
7b7928082b
tests: add simple test for creating postproc elements
...
https://bugzilla.gnome.org/show_bug.cgi?id=654634
2011-09-03 12:32:06 +01:00
Sebastian Dröge
36e0b54e61
tests: Fix compiler warning
2010-03-24 13:15:18 +01:00
Tim-Philipp Müller
30da9c07da
checks: add minimal unit test for adpcm decoder
...
The sample file is so small, we may just as well add a little
unit test for the previously fixed bug.
2009-08-20 01:48:32 +01:00
Tim-Philipp Müller
6c0205c316
check: remove unused variable from unit test
2009-07-28 23:58:02 +01:00
Tim-Philipp Müller
d917f59a84
ffmpegdemux: cache events from upstream and re-send them later
...
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-07-28 23:58:02 +01:00
Wim Taymans
6d643a134e
check: add registry rescan test
2009-06-05 13:17:09 +02:00
Jan Schmidt
a3d1cfe247
check: Add a simple test that the FFmpeg plugin loads
...
Check that the ffmpeg plugin actually exists after building.
2009-04-17 13:46:39 +01:00
Stefan Kost
24bb88b85f
configure.ac: Fix type in error messgae.
...
Original commit message from CVS:
* configure.ac:
Fix type in error messgae.
* tests/check/.cvsignore:
Ignore more files.
2008-09-06 09:55:12 +00:00
Stefan Kost
033751e57e
tests/check/generic/libavcodec-locking.c: Print message name and not just number.
...
Original commit message from CVS:
* tests/check/generic/libavcodec-locking.c:
Print message name and not just number.
2007-10-03 14:51:49 +00:00
Stefan Kost
907d7e40f5
ext/ffmpeg/: Free strings atleast when finalizing elements.
...
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-08-01 17:43:39 +00:00
Tim-Philipp Müller
312fb9aad9
Spaces => tab
...
Original commit message from CVS:
* docs/Makefile.am:
* tests/check/Makefile.am:
Spaces => tab
2006-12-15 13:58:17 +00:00
Jan Schmidt
019c52a459
tests/check/generic/libavcodec-locking.c: Fix the filter caps string for the 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-12-06 17:58:24 +00:00
Tim-Philipp Müller
4edb41e367
tests/check/gst-ffmpeg.supp: Add missing file (which prepare-ChangeLog 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-09 16:44:33 +00:00
Tim-Philipp Müller
98a68aa648
tests/check/generic/libavcodec-locking.c: Only run test when encoder element 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-09 16:33:20 +00:00
Luca Ognibene
72362cb208
tests/check/: Add test case for libavcodec locking
...
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-09 16:18:17 +00:00
Tim-Philipp Müller
10e4f37d31
Add test infrastructure to gst-ffmpeg ( #324279 ).
...
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 ).
2006-05-09 16:15:39 +00:00