gstreamer/tests/check/libs
Haakon Sporsheim b2948f2453 gst-libs/gst/rtp/gstrtpbuffer.c: Fix up GstRTPHeader helper struct so that compilers will not under any circumstances...
Original commit message from CVS:
Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
* gst-libs/gst/rtp/gstrtpbuffer.c:
Fix up GstRTPHeader helper struct so that compilers will not under
any circumstances add padding in between our fields, as currently
happens with MSVC on win32, because that would lead to us sending
out RTP payloads with broken RTP headers (#471194).
Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
* tests/check/Makefile.am:
* tests/check/libs/.cvsignore:
* tests/check/libs/rtp.c:
Add some simple unit tests for GstRTPBuffer. Some are disabled
because the code tested still needs fixing (set_csrc() does not work).
2007-09-07 16:46:05 +00:00
..
.gitignore gst-libs/gst/rtp/gstrtpbuffer.c: Fix up GstRTPHeader helper struct so that compilers will not under any circumstances... 2007-09-07 16:46:05 +00:00
audio.c tests/check/libs/audio.c: Fix the test to reflect the behaviour of gst_audio_clip_buffer. 2007-07-27 17:37:19 +00:00
cddabasesrc.c tests/check/Makefile.am: See if this makes the build bots happy. 2006-09-23 15:02:51 +00:00
fft.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
mixer.c Fixes: #152864 2007-07-21 09:21:12 +00:00
netbuffer.c tests/check/: Add test for GstNetBuffer + gst_buffer_copy(). Disabled for the time being, since it's broken, see #393... 2007-01-05 12:19:34 +00:00
pbutils.c API: also add gst_install_plugins_supported() while we're at it (see #470456). 2007-08-28 14:58:17 +00:00
rtp.c gst-libs/gst/rtp/gstrtpbuffer.c: Fix up GstRTPHeader helper struct so that compilers will not under any circumstances... 2007-09-07 16:46:05 +00:00
tag.c gst-libs/gst/tag/tags.c: Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags to utf8-validate; fixes... 2007-06-27 22:30:19 +00:00
video.c Fix integer overflow problem with pixel-aspect-ratio calculations in videoscale and xvimagesink (#341542) 2006-05-12 21:30:00 +00:00