remove BT8x8 from description, works for more devices
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 11:41:13 +0000 (11:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 11:41:13 +0000 (11:41 +0000)
Original commit message from CVS:
remove BT8x8 from description, works for more devices

common
ext/pango/gsttextoverlay.c
sys/v4l/gstv4lsrc.c

diff --git a/common b/common
index e430cd53b02f6d37da6200ac81c89c588f99b089..6850ec3d1c74ff309330c3410c3fce3d947986ca 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
+Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
index f91db12d90f3915799d39757495b41f9197b822c..5cc4c6fd31b7d4cc858d0d0387540908db663cbd 100644 (file)
@@ -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>
  * 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&apos;t
  * you like it? (8-13s)
- * 
+ *  
  * 3
  * 00:00:18,826 --> 00:01:02,886
  * Uh? What are you talking about?
index 71671292f033488b6e3627a5bcd64678e711c852..01da2f353bb80b78cf4eba16de703a661107ff2f 100644 (file)
@@ -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>");