porting: update porting doc
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 6 May 2011 10:23:01 +0000 (12:23 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 6 May 2011 10:23:01 +0000 (12:23 +0200)
docs/random/porting-to-0.11.txt

index 5114e96..0f8b9ed 100644 (file)
@@ -60,6 +60,9 @@ The 0.11 porting guide
     Elements that change the duration must post DURATION messages on the
     bus when the duration changes in PAUSED or PLAYING.
 
+    gst_element_lost_state_full() -> gst_element_lost_state()
+    gst_element_lost_state() -> gst_element_lost_state(, TRUE)
+
 * GstPad:
     gst_pad_get_caps() does not return writable caps anymore and an explicit
     gst_caps_make_writable() needs to be performed. This was the functionality
@@ -73,6 +76,9 @@ The 0.11 porting guide
     now to obtain a reference to a bufferpool object that can be used to
     allocate buffers.
 
+    removed sched_private, it should not be used, use g_object_set_qdata() or
+    use element_private.
+
 * GstMiniObject
     A miniobject is now a simple refcounted structure holding the information
     common to buffers, events, messages, queries and caps.