gstreamer/tests/check/elements
Sebastian Dröge 293a9c09b8 gst/audioconvert/audioconvert.c: Add docs to the integer pack functions and implement proper rounding. Before we had ...
Original commit message from CVS:
* gst/audioconvert/audioconvert.c:
Add docs to the integer pack functions and implement proper
rounding. Before we had rounding towards negative infinity, i.e.
always the smaller number was taken. Now we use natural rounding,
i.e. rounding to the nearest integer and to the one with the largest
absolute value for X.5. The old rounding introduced some minor
distortions. Fixes #420079
* tests/check/elements/audioconvert.c: (GST_START_TEST):
Fix one unit test that assumed the old rounding and added unit tests
for checking signed/unsigned int16 <-> signed/unsigned int16 with
depth 8, one for signed int16 <-> unsigned int16 and one for the new
rounding from signed int32 to signed/unsigned int16.
2007-03-27 12:44:14 +00:00
..
.gitignore ext/pango/gsttextoverlay.*: Some textoverlay fixes: for one, in the video chain function, actually wait for a text bu... 2006-11-21 18:39:34 +00:00
adder.c Make sure our checks and the videotestsrc plugin link against the local uninstalled gst libs and not any installed gs... 2006-11-16 14:35:30 +00:00
alsa.c tests/check/elements/alsa.c: Unref the mixer if the state change fails too (if the alsa devices are inaccessible, for... 2007-03-08 18:26:07 +00:00
audioconvert.c gst/audioconvert/audioconvert.c: Add docs to the integer pack functions and implement proper rounding. Before we had ... 2007-03-27 12:44:14 +00:00
audiorate.c tests/check/elements/audiorate.c: More tests for audiorate: inject buffers to check behaviour when buffers overlap. 2006-10-23 11:47:04 +00:00
audioresample.c gst/audioresample/gstaudioresample.c: Handle discontinuous streams. 2007-03-14 17:16:30 +00:00
audiotestsrc.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
decodebin.c gst/playback/: Don't error out if there is no fakesink in the READY to NULL state change, since when decodebin is re-... 2007-02-09 13:16:27 +00:00
ffmpegcolorspace.c tests/check/: Enable ffmpegcolorspace test now that the RGBA32 issue is fixed (for now not for valgrinding though, si... 2006-11-20 16:44:28 +00:00
gdpdepay.c tests/check/elements/: Fix the dp tests, but activating the pads for the streamheader tests too and cleaning up condi... 2006-12-22 12:10:18 +00:00
gdppay.c tests/check/elements/: Fix the dp tests, but activating the pads for the streamheader tests too and cleaning up condi... 2006-12-22 12:10:18 +00:00
multifdsink.c tests/check/: Fix some warnings. 2006-09-20 17:04:57 +00:00
playbin.c gst/playback/gstdecodebin2.c: Don't leak mutex. 2007-01-23 17:49:29 +00:00
subparse.c tests/check/elements/subparse.c: Add unit test for MPL2 subtitle format (#413799). 2007-03-10 11:21:08 +00:00
textoverlay.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
videorate.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
videotestsrc.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
volume.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
vorbisdec.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00
vorbistag.c tests/check/elements/: consistent pad (de)activation 2006-12-21 08:12:26 +00:00