aboutsummaryrefslogtreecommitdiff
path: root/docs/gst/html/gst-running.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gst/html/gst-running.html')
-rw-r--r--docs/gst/html/gst-running.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/gst/html/gst-running.html b/docs/gst/html/gst-running.html
index 73f5a05..2ad5d33 100644
--- a/docs/gst/html/gst-running.html
+++ b/docs/gst/html/gst-running.html
@@ -3,8 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Running GStreamer Applications</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="GStreamer 0.11 Core Reference Manual">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
<link rel="up" href="gstreamer.html" title="GStreamer Overview">
<link rel="prev" href="gst-building.html" title="Building GStreamer and GStreamer Applications">
<link rel="next" href="libgstreamer.html" title="GStreamer Core Library">
@@ -16,7 +16,7 @@
<td><a accesskey="p" href="gst-building.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="gstreamer.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">GStreamer 0.11 Core Reference Manual</th>
+<th width="100%" align="center">GStreamer 1.0 Core Reference Manual</th>
<td><a accesskey="n" href="libgstreamer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
@@ -31,9 +31,9 @@ How to run and debug your GStreamer application
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="id471095"></a><h2>Running and debugging GStreamer Applications</h2>
+<a name="idp6093968"></a><h2>Running and debugging GStreamer Applications</h2>
<div class="refsect2">
-<a name="id445918"></a><h3>Environment variables</h3>
+<a name="idp9576704"></a><h3>Environment variables</h3>
<p>
GStreamer inspects a few of environment variables in addition to standard
variables like <code class="envar">LANG</code>, <code class="envar">PATH</code> or <code class="envar">HOME</code>.
@@ -48,12 +48,12 @@ with
<li class="listitem"><p>
plug-ins in the user's home directory. These are stored in a directory called
<code class="filename">plugins</code> inside the
-<code class="filename">.gstreamer-0.11</code> directory in the user's
+<code class="filename">.gstreamer-1.0</code> directory in the user's
home directory.
</p></li>
<li class="listitem"><p>
plug-ins installed system-wide. On this system, they are stored in
-<code class="filename">/usr/local/lib/gstreamer-0.11</code>.
+<code class="filename">/usr/local/lib/gstreamer-1.0</code>.
</p></li>
</ul></div>
<p>