2003-10-15 01:25:41 +00:00
|
|
|
include Rules
|
|
|
|
|
|
|
|
|
2003-04-10 01:51:42 +00:00
|
|
|
if GST_DISABLE_PARSE
|
|
|
|
GST_PARSE_DIRS =
|
|
|
|
else
|
|
|
|
GST_PARSE_DIRS = parse
|
|
|
|
endif
|
|
|
|
|
2003-06-29 14:05:49 +00:00
|
|
|
if GST_DISABLE_GST_DEBUG
|
|
|
|
GST_DEBUG_DIRS =
|
|
|
|
else
|
|
|
|
GST_DEBUG_DIRS = debug
|
|
|
|
endif
|
|
|
|
|
2004-07-02 13:54:59 +00:00
|
|
|
SUBDIRS = \
|
2005-04-21 17:10:09 +00:00
|
|
|
bins bytestream caps childproxy cleanup clock \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_DEBUG_DIRS) \
|
|
|
|
dlopen dynparams \
|
docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix description for buffer-frames=0.
* docs/gst/tmpl/gstbin.sgml:
* gst/gstbin.c: (gst_bin_child_state_change_func),
(gst_bin_change_state), (gst_bin_change_state_norecurse):
* gst/gstbin.h:
* testsuite/threads/Makefile.am:
* testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
(cb_state), (cb_play), (main):
Fix non-recursive state changes to *really* change the state
of the object, and not just call parent_class->state_change.
Fix a lot of lockups caused by this. Fixes #132775. Add test
for the problem. Also enable test to show #142588 (fixed).
* gst/gstthread.c: (gst_thread_change_state),
(gst_thread_child_state_change):
Don't exit the thread if we go to NULL and are inside thread
context. Instead, return control to the main thread context
and exit from there.
* gst/gstelement.c: (gst_element_disable_threadsafe_properties):
Don't unset virtual functions, since those may still be used.
That's not necessarily correct, but suffices for now.
* configure.ac:
* testsuite/Makefile.am:
* testsuite/pad/Makefile.am:
* testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
(gst_test_sink_base_init), (gst_test_sink_chain),
(gst_test_sink_init), (main):
* testsuite/pad/getnopush.c: (gst_test_src_class_init),
(gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
(main):
* testsuite/pad/link.c: (gst_test_element_class_init),
(gst_test_element_base_init), (gst_test_src_get),
(gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
(gst_test_filter_loop), (gst_test_filter_init),
(gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
(cb_error), (main):
Add tests to show #150546. Pass, but should fail (currently
disabled from the testsuite).
* gst/gstscheduler.c: (gst_scheduler_dispose):
Dereference child schedulers on dispose (#94464).
* testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
Fix typo.
* testsuite/threads/thread.c: (main):
Add more debug.
2005-01-31 15:51:19 +00:00
|
|
|
elements ghostpads indexers negotiation pad \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_PARSE_DIRS) \
|
2004-07-09 08:43:34 +00:00
|
|
|
plugin refcounting schedulers states tags threads
|
2004-07-02 13:54:59 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2005-04-21 17:10:09 +00:00
|
|
|
bins bytestream caps childproxy cleanup clock \
|
2004-07-02 13:54:59 +00:00
|
|
|
debug \
|
|
|
|
dlopen dynparams \
|
docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix description for buffer-frames=0.
* docs/gst/tmpl/gstbin.sgml:
* gst/gstbin.c: (gst_bin_child_state_change_func),
(gst_bin_change_state), (gst_bin_change_state_norecurse):
* gst/gstbin.h:
* testsuite/threads/Makefile.am:
* testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
(cb_state), (cb_play), (main):
Fix non-recursive state changes to *really* change the state
of the object, and not just call parent_class->state_change.
Fix a lot of lockups caused by this. Fixes #132775. Add test
for the problem. Also enable test to show #142588 (fixed).
* gst/gstthread.c: (gst_thread_change_state),
(gst_thread_child_state_change):
Don't exit the thread if we go to NULL and are inside thread
context. Instead, return control to the main thread context
and exit from there.
* gst/gstelement.c: (gst_element_disable_threadsafe_properties):
Don't unset virtual functions, since those may still be used.
That's not necessarily correct, but suffices for now.
* configure.ac:
* testsuite/Makefile.am:
* testsuite/pad/Makefile.am:
* testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
(gst_test_sink_base_init), (gst_test_sink_chain),
(gst_test_sink_init), (main):
* testsuite/pad/getnopush.c: (gst_test_src_class_init),
(gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
(main):
* testsuite/pad/link.c: (gst_test_element_class_init),
(gst_test_element_base_init), (gst_test_src_get),
(gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
(gst_test_filter_loop), (gst_test_filter_init),
(gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
(cb_error), (main):
Add tests to show #150546. Pass, but should fail (currently
disabled from the testsuite).
* gst/gstscheduler.c: (gst_scheduler_dispose):
Dereference child schedulers on dispose (#94464).
* testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
Fix typo.
* testsuite/threads/thread.c: (main):
Add more debug.
2005-01-31 15:51:19 +00:00
|
|
|
elements ghostpads indexers negotiation pad \
|
2004-07-02 13:54:59 +00:00
|
|
|
parse \
|
2004-07-09 08:43:34 +00:00
|
|
|
plugin refcounting schedulers states tags threads
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_pass = test_gst_init
|
|
|
|
tests_fail =
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2001-05-27 22:25:32 +00:00
|
|
|
|
2002-07-01 13:02:03 +00:00
|
|
|
# we makes them, we gots to clean them
|
2003-10-15 01:25:41 +00:00
|
|
|
CLEANFILES += test-registry.xml
|
2002-05-07 03:01:16 +00:00
|
|
|
|