docs: mention GstActivateMode rename in porting doc
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 Nov 2011 10:56:39 +0000 (10:56 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 Nov 2011 10:57:34 +0000 (10:57 +0000)
docs/random/porting-to-0.11.txt

index 5940576..8d393d2 100644 (file)
@@ -124,6 +124,8 @@ The 0.11 porting guide
 
     GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
 
+    GstActivateMode -> GstPadActivateMode, GST_ACTIVATE_* -> GST_PAD_ACTIVATE_*
+
 * GstPadTemplate
     gst_pad_template_get_caps() returns a new reference of the caps
     and the return value needs to be unreffed after usage.