mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: update porting docs.
This commit is contained in:
parent
933e8b230c
commit
35b76f43fa
1 changed files with 3 additions and 2 deletions
|
@ -324,7 +324,9 @@ The 0.11 porting guide
|
|||
a handle to a GstStructure.
|
||||
|
||||
* GstCaps
|
||||
Is now a boxed type derived from GstMiniObject.
|
||||
Is now a boxed type derived from GstMiniObject.
|
||||
|
||||
GST_VIDEO_CAPS_xxx -> GST_VIDEO_CAPS_MAKE(xxx)
|
||||
|
||||
* GstSegment
|
||||
abs_rate was removed from the public fields, it can be trivially calculated
|
||||
|
@ -353,7 +355,6 @@ The 0.11 porting guide
|
|||
gst_type_find_peek() returns a const guint8 * now.
|
||||
|
||||
* GstTask
|
||||
|
||||
gst_task_create() -> gst_task_new()
|
||||
|
||||
* GstAdapter
|
||||
|
|
Loading…
Reference in a new issue