manual: Fix build by using the correct C file name
authorSebastian Dröge <sebastian@centricular.com>
Tue, 4 Feb 2014 21:23:06 +0000 (22:23 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 4 Feb 2014 21:23:06 +0000 (22:23 +0100)
docs/manual/advanced-dataaccess.xml

index 6ccdc95..7f91986 100644 (file)
@@ -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.