diff --git a/common b/common index e430cd53b0..6850ec3d1c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089 +Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index f91db12d90..5cc4c6fd31 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -44,7 +44,7 @@ * * * - * 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: * @@ -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? diff --git a/sys/v4l/gstv4lsrc.c b/sys/v4l/gstv4lsrc.c index 71671292f0..01da2f353b 100644 --- a/sys/v4l/gstv4lsrc.c +++ b/sys/v4l/gstv4lsrc.c @@ -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 ");