mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
manual: Fix build by using the correct C file name
This commit is contained in:
parent
b110286e95
commit
a00cc4338a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue