From 272142089e415474e55ca85b47b7a8f14dbee3d2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 13 Mar 2012 10:04:36 +0100 Subject: 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(). --- docs/random/porting-to-0.11.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/random') 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. -- cgit v1.2.3