mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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>
|
* </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't
|
* Yes, this is a subtitle. Don'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?
|
||||||
|
|
|
@ -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>");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue