gstreamer/tests/check/elements
Tim-Philipp Müller 009c9750ea gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the caps passed to ...
Original commit message from CVS:
* gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
(gst_id3demux_sink_activate):
Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
caps passed to it (previouslly one code path assumes it takes ownership
while another one assumes it doesn't).
* configure.ac:
* tests/files/Makefile.am:
* tests/files/id3-407349-1.tag:
* tests/files/id3-407349-2.tag:
Add directory where data for unit tests can be stored.
* tests/Makefile.am:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
(read_tags_from_file), (run_check_for_file),
(check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
Add unit test for id3demux, and in particular for bug #407349. Only
testing pull-mode for now; push mode doesn't work yet because the test
files are smaller than ID3_TYPE_FIND_MIN_SIZE.
2007-03-06 23:19:30 +00:00
..
.gitignore gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the caps passed to ... 2007-03-06 23:19:30 +00:00
apev2mux.c Add apev2mux element (#343122). 2006-05-30 14:35:18 +00:00
audioamplify.c gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audio samples, similar to the "volume" eleme... 2007-01-24 12:41:03 +00:00
audioinvert.c gst/audiofx/: Add new audiofx element "audioinvert". This element swaps the upper and lower half of samples and can b... 2007-01-23 18:16:09 +00:00
audiopanorama.c gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). 2007-01-13 15:52:18 +00:00
autodetect.c tests/check/Makefile.am: Disable autodetect test temporarily, so that the build bots update -bad and the ranks of unr... 2006-09-29 15:39:41 +00:00
avimux.c Add support for more than one audio stream; write better AVIX header; refactor code a bit; don't announce vorbis caps... 2007-01-14 17:55:33 +00:00
cmmldec.c tests/check/elements/: reapply consistent pad (de)activation 2006-12-22 10:15:23 +00:00
cmmlenc.c tests/check/elements/: reapply consistent pad (de)activation 2006-12-22 10:15:23 +00:00
icydemux.c gst/: Activate pad before adding it to the already-running element. 2006-10-11 13:24:42 +00:00
id3demux.c gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the caps passed to ... 2007-03-06 23:19:30 +00:00
id3v2mux.c ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would ... 2006-07-05 10:14:16 +00:00
level.c Fix level for multi-channel case. 2007-02-22 14:35:28 +00:00
matroskamux.c gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad before returning it. 2006-11-16 15:36:48 +00:00
rganalysis.c tests/check/elements/: reapply consistent pad (de)activation 2006-12-22 10:15:24 +00:00
videocrop.c tests/check/elements/videocrop.c: When we can't create an element needed for the test, print a message detailing whic... 2006-12-30 12:44:01 +00:00
videofilter.c gst/videofilter/: Port gamma filter to 0.10. Fixes #412704. 2007-02-28 10:17:15 +00:00
wavpackdec.c tests/check/elements/: reapply consistent pad (de)activation 2006-12-22 10:15:24 +00:00
wavpackenc.c tests/check/elements/: reapply consistent pad (de)activation 2006-12-22 10:15:24 +00:00
wavpackparse.c Activate pads before adding them to running element. 2006-10-17 15:16:47 +00:00