check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 21 Aug 2005 10:54:47 +0000 (10:54 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 21 Aug 2005 10:54:47 +0000 (10:54 +0000)
commit84b76a43590b4b1e0a08f8535f5e69db532402c8
tree9b52fc2e5f3208835dc7838fe49da51b7a33c0d5
parent744193f884d86e0cbe0b1fd993055cbb39416f02
check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS

Original commit message from CVS:
* check/Makefile.am:
Use CHECK_CFLAGS and CHECK_LIBS
* check/gst/gstevent.c: (event_probe), (test_event),
(GST_START_TEST):
Don't leak events.
* gst/base/gstbasesrc.c: (gst_base_src_send_discont),
(gst_base_src_start), (gst_base_src_stop),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
Sprinkle gst_base_src_stop liberally around error paths to fix
problems reusing a source after failed state changes.
* gst/base/gsttypefindhelper.c: (helper_find_peek),
(helper_find_suggest), (gst_type_find_helper):
Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
* gst/gstevent.h:
* docs/gst/tmpl/gstevent.sgml:
Migrate part of the docs from the SGML file. Wait for ensonic to
tell me how I did it wrong ;)
* tools/gst-typefind.c: (main):
Extra robustness to state changes between files.
12 files changed:
ChangeLog
check/Makefile.am
check/gst/gstevent.c
docs/gst/tmpl/gstevent.sgml
gst/base/gstbasesrc.c
gst/base/gsttypefindhelper.c
gst/gstevent.h
libs/gst/base/gstbasesrc.c
libs/gst/base/gsttypefindhelper.c
tests/check/Makefile.am
tests/check/gst/gstevent.c
tools/gst-typefind.c