summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-05-26 22:35:00 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-05-26 22:35:00 +0000
commitffbb13404e66e98a1f5aa48df60c3a630ef3a584 (patch)
treec88fb76cdad3c1188d4f29277427b16576f01c47 /sys
parent21dbe9ffc7a8b71905636cc62c437fb159d73eeb (diff)
gst/spectrum/: added another example
Original commit message from CVS: * gst/spectrum/Makefile.am: * gst/spectrum/demo-audiotest.c: (on_frequency_changed), (spectrum_chain), (main): * gst/spectrum/demo-osssrc.c: added another example * sys/v4l2/gstv4l2src.c: fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l2/gstv4l2src.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c
index 5ece2262..39e35cbe 100644
--- a/sys/v4l2/gstv4l2src.c
+++ b/sys/v4l2/gstv4l2src.c
@@ -37,7 +37,7 @@
* <programlisting>
* gst-launch v4l2src use-fixed-fps=true ! xvimagesink
* </programlisting>
- * This exemplo should be used to capture from web-cams
+ * This exemple should be used to capture from web-cams
* </para>
* </refsect2>
*/