gstreamer/tests/check
Wim Taymans 43abf99a8a caps: avoid using in-place oprations
Rework some caps operations so they don't rely on writable caps but instead take
ownership of the input caps and do _make_writable() only when needed.
Remove some const from caps functions, it does not make much sense for
refcounted objects and does not allow us to return a refcount to the const input
caps.
Rework the base classes fixate vmethods to not operate on the caps in-place.
All this saves us around 30% of caps and structure copy and new operations.
2012-03-11 18:57:44 +01:00
..
elements tests: fix old caps in tests now that core warns 2012-03-01 17:41:56 +01:00
generic registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gst caps: avoid using in-place oprations 2012-03-11 18:57:44 +01:00
libs memory: make _new_wrapped take user_data and notify 2012-02-22 02:10:21 +01: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 Merge remote-tracking branch 'origin/master' into 0.11 2012-03-08 19:55:30 +00:00