gstreamer/libs/gst
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
..
base caps: avoid using in-place oprations 2012-03-11 18:57:44 +01:00
check Merge branch 'master' into 0.11 2012-03-08 10:19:52 +01:00
controller controller: constructures for control sources return GstControlSource 2012-01-31 12:29:52 +01:00
helpers Use recent GLib API unconditionally now that we depend on the latest GLib 2012-01-22 01:25:22 +00:00
net meta: split registration of API and implementation 2012-02-29 17:37:09 +01:00
Makefile.am configure: remove --disable-net option and always build libgstnet 2012-01-18 01:22:52 +00:00