diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-13 10:04:36 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-13 10:04:36 +0100 |
commit | 272142089e415474e55ca85b47b7a8f14dbee3d2 (patch) | |
tree | 71e280812b2b84908ccbd2e92126926152851e67 /docs | |
parent | 934ddcfcfe94c39c8e4a330148f219023259debf (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')
-rw-r--r-- | docs/random/porting-to-0.11.txt | 5 |
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. |