summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-04 22:23:06 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-04 22:23:06 +0100
commita00cc4338aae4404e1b8d7ec5401d584841ff6d2 (patch)
treeff0317d309c20f41bb940f4ef524719981643fa3 /docs
parentb110286e9531131f610ad4d27580051f91eb09d2 (diff)
downloadgstreamer-a00cc4338aae4404e1b8d7ec5401d584841ff6d2.tar.gz
manual: Fix build by using the correct C file name
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/advanced-dataaccess.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml
index 6ccdc95530..7f9198665f 100644
--- a/docs/manual/advanced-dataaccess.xml
+++ b/docs/manual/advanced-dataaccess.xml
@@ -1369,7 +1369,7 @@ main (int argc, char **argv)
video effect on a simple pipeline every second.
</para>
<programlisting>
-<!-- example-begin test-effect-switch.c -->
+<!-- example-begin effectswitch.c -->
<![CDATA[
#include <gst/gst.h>
@@ -1578,7 +1578,7 @@ main (int argc, char **argv)
return 0;
}
]]>
-<!-- example-end test-effect-switch.c -->
+<!-- example-end effectswitch.c -->
</programlisting>
<para>
Note how we added videoconvert elements before and after the effect.