From ac1e42402a40387d58e7b48323265b297da98a1a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 6 May 2011 12:23:01 +0200 Subject: [PATCH] porting: update porting doc --- docs/random/porting-to-0.11.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 5114e96..0f8b9ed 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -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. -- 2.7.4