summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-18 11:55:13 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-18 11:55:13 +0000
commitc1254d31e9cc1f050d847b8bf329a8dea5c80758 (patch)
treeebc2b416ddb86a75ecd364948109357fe8cbf476
parente547bc5595c06733b7e95f5e404b247590b7925d (diff)
sys/v4l2/gstv4l2src.c: Add another example pipeline.
Original commit message from CVS: * sys/v4l2/gstv4l2src.c: Add another example pipeline.
-rw-r--r--ChangeLog6
-rw-r--r--sys/v4l2/gstv4l2src.c9
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b5d6e9b..a1d03ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-07-18 Stefan Kost <ensonic@users.sf.net>
+ * sys/v4l2/gstv4l2src.c:
+ Add another example pipeline.
+
+2007-07-18 Stefan Kost <ensonic@users.sf.net>
+
Patch by: Alexander Eichner <alexeichi@yahoo.de>
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
@@ -13,7 +18,6 @@
(gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
* sys/v4l2/v4l2src_calls.h:
Improve fallback format negotionation. Fixes #451388
-
2007-07-18 Stefan Kost <ensonic@users.sf.net>
diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c
index 9291a9ed..5cc184ab 100644
--- a/sys/v4l2/gstv4l2src.c
+++ b/sys/v4l2/gstv4l2src.c
@@ -26,7 +26,7 @@
*
* <refsect2>
* v4l2src can be used to capture video from v4l2 devices, like webcams and tv cards.
- * <title>Example launch line</title>
+ * <title>Example launch lines</title>
* <para>
* <programlisting>
* gst-launch v4l2src ! xvimagesink
@@ -34,6 +34,13 @@
* This pipeline shows the video captured from /dev/video0 tv card and for
* webcams.
* </para>
+ * <para>
+ * <programlisting>
+ * gst-launch-0.10 v4l2src ! jpegdec ! xvimagesink
+ * </programlisting>
+ * This pipeline shows the video captured from a webcam that delivers jpeg
+ * images.
+ * </para>
* </refsect2>
*/