summaryrefslogtreecommitdiffstats
path: root/check
Commit message (Collapse)AuthorAgeFilesLines
* check/elements/matroskamux.c: Fix leak in check.Wim Taymans2005-11-161-6/+2
| | | | | | Original commit message from CVS: * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad): Fix leak in check.
* sigh, static pad templates aren't refcounted properlyThomas Vander Stichele2005-11-021-5/+6
| | | | | Original commit message from CVS: sigh, static pad templates aren't refcounted properly
* ignore moreThomas Vander Stichele2005-11-011-0/+1
| | | | | Original commit message from CVS: ignore more
* Fix leaks and invalid memory access as reported by valgrindThomas Vander Stichele2005-11-011-7/+10
| | | | | | | | | | | | Original commit message from CVS: * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad), (setup_matroskamux), (check_buffer_data), (GST_START_TEST): * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize), (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start), (gst_matroska_mux_write_data), (gst_matroska_mux_collected): Fix leaks and invalid memory access as reported by valgrind
* ... and add the missing fileThomas Vander Stichele2005-11-011-0/+427
| | | | | Original commit message from CVS: ... and add the missing file
* add a unit test for matroskamux fix the bugs that the unit test exposedMichal Benes2005-11-011-1/+3
| | | | | | | | | | | | Original commit message from CVS: Patch by: Michal Benes <michal.benes@xeris.cz> * check/Makefile.am: * gst/matroska/ebml-write.c: (gst_ebml_write_seek): * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event), (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start): add a unit test for matroskamux fix the bugs that the unit test exposed
* use ELEMENT messages insteadThomas Vander Stichele2005-10-191-2/+2
| | | | | Original commit message from CVS: use ELEMENT messages instead
* set up plugin paths properlyThomas Vander Stichele2005-09-241-1/+1
| | | | | Original commit message from CVS: set up plugin paths properly
* check/elements/level.c: fix test for new GstClockTime useThomas Vander Stichele2005-09-241-1/+3
| | | | | | | | | | | | Original commit message from CVS: * check/elements/level.c: (GST_START_TEST): fix test for new GstClockTime use * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps), (gst_level_transform_ip): * gst/level/gstlevel.h: fix up the decay peak, ensuring the decay peak is never lower than the peak for that interval
* convert to using GstClockTime for all time values, finally.Thomas Vander Stichele2005-09-231-0/+2
| | | | | Original commit message from CVS: convert to using GstClockTime for all time values, finally.
* check/elements/level.c: Fix for bus API change.Wim Taymans2005-09-191-3/+4
| | | | | | Original commit message from CVS: * check/elements/level.c: (GST_START_TEST): Fix for bus API change.
* remove gst-registerThomas Vander Stichele2005-09-161-8/+2
| | | | | Original commit message from CVS: remove gst-register
* All plugins updated for element state changes.Andy Wingo2005-09-021-1/+2
| | | | | | | Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
* Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele2005-09-014-0/+225
Original commit message from CVS: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Add a regression test for level and fix a casting bug that made the additional channels turn out wrong