From 9edc0653753094da5a9e277ca6a0c95239a12d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 24 Sep 2012 00:39:26 +0100 Subject: [PATCH] docs: update 0.11 references in porting guide --- docs/random/porting-to-1.0.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index 9333d1b0d5..5143c95c12 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -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 - 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 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 is removed, use gdppay and gdpdepay. -* Presets and plugins moved to $XDG_DATA_HOME/gstreamer-0.11/ root - directory. Registry moved to $XDG_CACHE_HOME/gstreamer-0.11/. +* Presets and plugins moved to $XDG_DATA_HOME/gstreamer-1.0/ root + directory. Registry moved to $XDG_CACHE_HOME/gstreamer-1.0/. XDG_CACHE_HOME usually points to $HOME/.cache and XDG_DATA_HOME usually is $HOME/.local/share/.