mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: add link to python porting doc and app dev manual to porting-to-1.0.txt
This commit is contained in:
parent
465eb900a9
commit
693a1c7080
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
GStreamer 0.10 to 1.0 porting guide
|
GStreamer 0.10 to 1.0 porting guide
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
PREFACE
|
||||||
|
|
||||||
* All deprecated methods were removed. Recompile against 0.10 with
|
* All deprecated methods were removed. Recompile against 0.10 with
|
||||||
DISABLE_DEPRECATED and fix issues before attempting to port to 1.0.
|
DISABLE_DEPRECATED and fix issues before attempting to port to 1.0.
|
||||||
|
|
||||||
|
@ -10,6 +12,16 @@ GStreamer 0.10 to 1.0 porting guide
|
||||||
* Other changes are a bit more subtle. See checklist at the bottom
|
* Other changes are a bit more subtle. See checklist at the bottom
|
||||||
for some "soft" changes which the compiler will not warn about.
|
for some "soft" changes which the compiler will not warn about.
|
||||||
|
|
||||||
|
* python developers may find https://wiki.ubuntu.com/Novacut/GStreamer1.0
|
||||||
|
useful
|
||||||
|
|
||||||
|
* application developers may first want to have a look at the list of changes
|
||||||
|
affecting applications in the Application Development Manual:
|
||||||
|
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-porting-1.0.html
|
||||||
|
|
||||||
|
|
||||||
|
CHANGES
|
||||||
|
|
||||||
* GST_BOILERPLATE is gone, use G_DEFINE_TYPE instead.
|
* GST_BOILERPLATE is gone, use G_DEFINE_TYPE instead.
|
||||||
|
|
||||||
* various methods take a gsize instead of a guint when talking about memory
|
* various methods take a gsize instead of a guint when talking about memory
|
||||||
|
|
Loading…
Reference in a new issue