gstreamer/check
Wim Taymans afbe734024 check/gst/gstghostpad.c: Added test for removing an element with ghostpad from a bin.
Original commit message from CVS:
* check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
Added test for removing an element with ghostpad from a bin.
Fixed test as current implementation does the right thing.

* gst/gstghostpad.c: (gst_proxy_pad_class_init),
(gst_proxy_pad_do_query_type), (gst_proxy_pad_do_event),
(gst_proxy_pad_do_query), (gst_proxy_pad_do_internal_link),
(gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_activate),
(gst_proxy_pad_do_activatepull), (gst_proxy_pad_do_activatepush),
(gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
(gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
(gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
(gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target),
(gst_proxy_pad_get_target), (gst_proxy_pad_init),
(gst_proxy_pad_dispose), (gst_proxy_pad_finalize),
(gst_ghost_pad_class_init), (gst_ghost_pad_do_activate_push),
(gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
(gst_ghost_pad_set_internal), (gst_ghost_pad_dispose),
(gst_ghost_pad_new_notarget), (gst_ghost_pad_new),
(gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
* gst/gstghostpad.h:
Clean up ghostpads, remove properties for internal stuff.
Make threadsafe.
Fix refcounting.
Prepare for switching targets, not all use cases work yet.
2005-07-29 19:22:28 +00:00
..
elements Removed plugable schedulers. 2005-07-18 12:49:53 +00:00
gst check/gst/gstghostpad.c: Added test for removing an element with ghostpad from a bin. 2005-07-29 19:22:28 +00:00
gst-libs Fix compilation and fix event serialization. 2005-07-27 18:47:48 +00:00
pipelines check/gst/gstbin.c: Added checks for hierarchy consistency whan adding linked elements to bins. 2005-07-28 15:38:46 +00:00
states add debugging category use GST_START_TEST now, so we add a debug line 2005-07-09 16:36:18 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
gst.supp patch from Edgard to properly suppress these warnings 2005-07-20 17:15:19 +00:00
gstcheck.c add debugging category use GST_START_TEST now, so we add a debug line 2005-07-09 16:36:18 +00:00
gstcheck.h check/Makefile.am: add two more tests for valgrinding 2005-07-11 18:41:49 +00:00
Makefile.am re-enable leak checking :) 2005-07-12 13:26:22 +00:00