mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
docs: update 0.11 references in porting guide
This commit is contained in:
parent
e0bc992332
commit
9edc065375
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
The 0.11 porting guide
|
GStreamer 0.10 to 1.0 porting guide
|
||||||
----------------------
|
-----------------------------------
|
||||||
|
|
||||||
* 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 0.11.
|
DISABLE_DEPRECATED and fix issues before attempting to port to 1.0.
|
||||||
|
|
||||||
* API changes are usually easy to spot, because the compiler will
|
* API changes are usually easy to spot, because the compiler will
|
||||||
generate a warning, at least if number of arguments or types differ
|
generate a warning, at least if number of arguments or types differ
|
||||||
|
@ -18,8 +18,8 @@ The 0.11 porting guide
|
||||||
* multifdsink, tcpclientsink, tcpclientsrc, tcpserversrc the protocol property
|
* multifdsink, tcpclientsink, tcpclientsrc, tcpserversrc the protocol property
|
||||||
is removed, use gdppay and gdpdepay.
|
is removed, use gdppay and gdpdepay.
|
||||||
|
|
||||||
* Presets and plugins moved to $XDG_DATA_HOME/gstreamer-0.11/ root
|
* Presets and plugins moved to $XDG_DATA_HOME/gstreamer-1.0/ root
|
||||||
directory. Registry moved to $XDG_CACHE_HOME/gstreamer-0.11/.
|
directory. Registry moved to $XDG_CACHE_HOME/gstreamer-1.0/.
|
||||||
XDG_CACHE_HOME usually points to $HOME/.cache and XDG_DATA_HOME
|
XDG_CACHE_HOME usually points to $HOME/.cache and XDG_DATA_HOME
|
||||||
usually is $HOME/.local/share/.
|
usually is $HOME/.local/share/.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue