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 | e7cfdce6ce12271a7d961d79a060b0f9253a2b19 (patch) | |
tree | b81585bb5f41c9339692d0b84d56f26c0e5bc910 /sys/v4l2 | |
parent | 0efacd5ccb4961b180d2a493d04bb80f8186841d (diff) | |
download | gstreamer-plugins-bad-e7cfdce6ce12271a7d961d79a060b0f9253a2b19.tar.gz |
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')
-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 5ece22626..39e35cbee 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> */ |