summaryrefslogtreecommitdiff
path: root/docs/random
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-13 10:04:36 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-13 10:04:36 +0100
commit272142089e415474e55ca85b47b7a8f14dbee3d2 (patch)
tree71e280812b2b84908ccbd2e92126926152851e67 /docs/random
parent934ddcfcfe94c39c8e4a330148f219023259debf (diff)
caps: remove gst_caps_union()
Remove gst_caps_union(), use gst_caps_merge(). This function was not used anymore and it is unclear what the difference is with _merge().
Diffstat (limited to 'docs/random')
-rw-r--r--docs/random/porting-to-0.11.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt
index 77f2f2721..0181bcd15 100644
--- a/docs/random/porting-to-0.11.txt
+++ b/docs/random/porting-to-0.11.txt
@@ -345,6 +345,11 @@ The 0.11 porting guide
The compiler should warn about unused return values from these functions,
which may help find the places that need to be updated.
+ Removed functions:
+
+ gst_caps_union() -> gst_caps_merge(): Be careful because _merge takes
+ ownership of the arguments.
+
* GstSegment
abs_rate was removed from the public fields, it can be trivially calculated
from the rate field.