diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-02-04 22:23:06 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-04 22:23:06 +0100 |
commit | a00cc4338aae4404e1b8d7ec5401d584841ff6d2 (patch) | |
tree | ff0317d309c20f41bb940f4ef524719981643fa3 /docs/manual | |
parent | b110286e9531131f610ad4d27580051f91eb09d2 (diff) |
manual: Fix build by using the correct C file name
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/advanced-dataaccess.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index 6ccdc9553..7f9198665 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. |