mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
d02bbc0fb5
commit
bdbcfddc46
3 changed files with 5 additions and 5 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
|
||||
Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
|
|
@ -44,7 +44,7 @@
|
|||
* </programlisting>
|
||||
* </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
|
||||
* around the text in the background:
|
||||
* <programlisting>
|
||||
|
@ -56,12 +56,12 @@
|
|||
* 1
|
||||
* 00:00:03,000 --> 00:00:05,000
|
||||
* Hello? (3-5s)
|
||||
*
|
||||
*
|
||||
* 2
|
||||
* 00:00:08,000 --> 00:00:13,000
|
||||
* Yes, this is a subtitle. Don't
|
||||
* you like it? (8-13s)
|
||||
*
|
||||
*
|
||||
* 3
|
||||
* 00:00:18,826 --> 00:01:02,886
|
||||
* Uh? What are you talking about?
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
static GstElementDetails gst_v4lsrc_details =
|
||||
GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source",
|
||||
"Source/Video",
|
||||
"Reads raw frames from a video4linux (BT8x8) device",
|
||||
"Reads raw frames from a video4linux device",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue