diff --git a/docs/design/draft-klass.txt b/docs/design/draft-klass.txt index 2fae20b751..9443a40547 100644 --- a/docs/design/draft-klass.txt +++ b/docs/design/draft-klass.txt @@ -14,7 +14,7 @@ all video effect filters. The topic of defining the klass of elements should be based on use cases. A list of classes that are used in a installation can be generated using: -gst-inspect-0.10 -a | grep -ho Class:.* | cut -c8- | sed "s/\//\\n/g" | sort | uniq +gst-inspect-1.0 -a | grep -ho Class:.* | cut -c8- | sed "s/\//\\n/g" | sort | uniq Proposal ~~~~~~~~ diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index a0cbf89c09..f066d11af6 100644 --- a/docs/manual/advanced-dataaccess.xml +++ b/docs/manual/advanced-dataaccess.xml @@ -140,7 +140,7 @@ main (gint argc, } - Compare that output with the output of gst-launch-0.10 + Compare that output with the output of gst-launch-1.0 videotestsrc ! xvimagesink, just so you know what you're looking for. diff --git a/docs/manual/advanced-metadata.xml b/docs/manual/advanced-metadata.xml index 6a25e19f74..ec34a2eff6 100644 --- a/docs/manual/advanced-metadata.xml +++ b/docs/manual/advanced-metadata.xml @@ -47,7 +47,7 @@ /* compile with: - * gcc -o tags tags.c `pkg-config --cflags --libs gstreamer-0.10` */ + * gcc -o tags tags.c `pkg-config --cflags --libs gstreamer-1.0` */ #include <gst/gst.h> static void diff --git a/docs/manual/appendix-integration.xml b/docs/manual/appendix-integration.xml index 007f614775..b16c427a7b 100644 --- a/docs/manual/appendix-integration.xml +++ b/docs/manual/appendix-integration.xml @@ -235,7 +235,7 @@ main (gint argc, gchar **argv) -Note: this section is out of date. GStreamer-0.10 has much better +Note: this section is out of date. GStreamer-1.0 has much better support for win32 than previous versions though and should usually compile and work out-of-the-box both using MSYS/MinGW or Microsoft compilers. The GStreamer web site and the @@ -272,7 +272,7 @@ available in your system PATH. libiconv -Work is being done to provide pre-compiled GStreamer-0.10 libraries as +Work is being done to provide pre-compiled GStreamer-1.0 libraries as a packages for win32. Check the GStreamer web site and check our mailing list @@ -300,7 +300,7 @@ for convenience (people who don't want to install GNU tools). Installation on the system -FIXME: This section needs be updated for GStreamer-0.10. +FIXME: This section needs be updated for GStreamer-1.0.