docs: minor update to porting doc for child proxy lookup method
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 20 Aug 2012 12:51:05 +0000 (13:51 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 20 Aug 2012 12:52:05 +0000 (13:52 +0100)
And a typo fix.

docs/random/porting-to-0.11.txt

index 530876b..1e906db 100644 (file)
@@ -501,7 +501,7 @@ The 0.11 porting guide
     gst_tag_list_free() has been replaced by gst_tag_list_unref().
 
     GST_TAG_IMAGE, GST_TAG_PREVIEW_IMAGE, GST_TAG_ATTACHMENT: many tags that
-    used to be of type GstBuffer are not of type GstSample (which is basically
+    used to be of type GstBuffer are now of type GstSample (which is basically
     a struct containing a buffer alongside caps and some other info).
 
     gst_tag_list_get_buffer() => gst_tag_list_get_sample()
@@ -570,6 +570,13 @@ The 0.11 porting guide
     gst_video_format_parse_caps() -> use gst_video_info_from_caps() and
         then GstVideoInfo.
 
+* GstChildProxy
+
+    gst_child_proxy_lookup() can no longer be called on GObjects that
+    do not implement the GstChildProxy interface. Use
+      g_object_class_find_property (G_OBJECT_GET_CLASS (obj), "foo")
+    instead for non-childproxy objects.
+
 * "codec-data" and "streamheader" field in GstCaps (not implemented yet!)
 
     codec-data and stream headers are no longer in GstCaps, but sent as