diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-05-26 22:35:00 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-05-26 22:35:00 +0000 |
commit | ffbb13404e66e98a1f5aa48df60c3a630ef3a584 (patch) | |
tree | c88fb76cdad3c1188d4f29277427b16576f01c47 /sys | |
parent | 21dbe9ffc7a8b71905636cc62c437fb159d73eeb (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.c | 2 |
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> */ |