gstreamer/tests/check
Tim-Philipp Müller 03ac16c1d8 tocsetter: clean up and update API for refcounted TOCs
Let's keep it simple for now:

gst_toc_setter_reset_toc() -> gst_toc_setter_reset()
gst_toc_setter_get_toc_copy() -> removed
gst_toc_setter_get_toc() -> returns a ref now
gst_toc_setter_get_toc_entry_copy() -> removed,
    use TOC functions instead
gst_toc_setter_get_toc_entry() -> removed,
    use TOC functions instead
gst_toc_setter_add_toc_entry() -> removed,
    to avoid problems with (refcount-dependent)
    writability of TOC; use TOC functions instead
2012-06-25 20:18:32 +01:00
..
elements funnel: Fix unit test 2012-06-04 13:01:41 +02:00
generic bus: add GDestroyNotify to set_sync_handler() 2012-06-20 12:29:35 +02:00
gst tocsetter: clean up and update API for refcounted TOCs 2012-06-25 20:18:32 +01:00
libs adapter: remove _try_to_merge_up() 2012-05-01 10:50:32 +02:00
pipelines tests: port pipeline/seek test to 0.11 2012-03-08 20:08:20 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am collectpads2: rename to collectpads 2012-04-17 15:07:54 +02:00