summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
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
commite7cfdce6ce12271a7d961d79a060b0f9253a2b19 (patch)
treeb81585bb5f41c9339692d0b84d56f26c0e5bc910 /sys/v4l2/gstv4l2src.c
parent0efacd5ccb4961b180d2a493d04bb80f8186841d (diff)
downloadgst-plugins-bad-e7cfdce6ce12271a7d961d79a060b0f9253a2b19.tar.gz
gst-plugins-bad-e7cfdce6ce12271a7d961d79a060b0f9253a2b19.tar.bz2
gst-plugins-bad-e7cfdce6ce12271a7d961d79a060b0f9253a2b19.zip
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/v4l2/gstv4l2src.c')
-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>
*/