remove BT8x8 from description, works for more devices

Original commit message from CVS:
remove BT8x8 from description, works for more devices
This commit is contained in:
Thomas Vander Stichele 2006-04-01 11:41:13 +00:00
parent d02bbc0fb5
commit bdbcfddc46
3 changed files with 5 additions and 5 deletions

2
common

@ -1 +1 @@
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089 Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca

View file

@ -44,7 +44,7 @@
* </programlisting> * </programlisting>
* </para> * </para>
* <para> * <para>
* Here is another pipeline that displays subtitles from an .srt subtitle * Here is another pipeline that displays subtitles from an .srt subtitle
* file, centered at the bottom of the picture and with a rectangular shading * file, centered at the bottom of the picture and with a rectangular shading
* around the text in the background: * around the text in the background:
* <programlisting> * <programlisting>
@ -56,12 +56,12 @@
* 1 * 1
* 00:00:03,000 --> 00:00:05,000 * 00:00:03,000 --> 00:00:05,000
* Hello? (3-5s) * Hello? (3-5s)
* *
* 2 * 2
* 00:00:08,000 --> 00:00:13,000 * 00:00:08,000 --> 00:00:13,000
* Yes, this is a subtitle. Don&apos;t * Yes, this is a subtitle. Don&apos;t
* you like it? (8-13s) * you like it? (8-13s)
* *
* 3 * 3
* 00:00:18,826 --> 00:01:02,886 * 00:00:18,826 --> 00:01:02,886
* Uh? What are you talking about? * Uh? What are you talking about?

View file

@ -33,7 +33,7 @@
static GstElementDetails gst_v4lsrc_details = static GstElementDetails gst_v4lsrc_details =
GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source", GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source",
"Source/Video", "Source/Video",
"Reads raw frames from a video4linux (BT8x8) device", "Reads raw frames from a video4linux device",
"Ronald Bultje <rbultje@ronald.bitfreak.net>"); "Ronald Bultje <rbultje@ronald.bitfreak.net>");