From 30b4a4daac75f24d05c8e754504ce44412222ac8 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 13 Oct 2012 17:44:45 -0300 Subject: subtitles: Comments fixing --- tests/insanity-test-gst-subtitles.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/insanity-test-gst-subtitles.c b/tests/insanity-test-gst-subtitles.c index 70888b8..9fae534 100644 --- a/tests/insanity-test-gst-subtitles.c +++ b/tests/insanity-test-gst-subtitles.c @@ -78,19 +78,19 @@ typedef enum * +--------+ +-------+ +-+ +----------+ * +>|typefind|+->|demuxer|+>|m|+->| | * +------------+| +--------+ +-------+ |u| | subtitle | - * |videotestsrc|+ (if needed) |l| | | +--------+ + * |filesrc |+ (if needed) |l| | | +--------+ * +------------+ |t| | |+->|fakesink| * |i| | overlay | +--------+ - * +---------+ +---------+ +-------+ |q| | | - * |filesrc +----|capsfiler|--|convert|-> |u|+->| | - * | | |1080*1920| +-------+ |e| | | - * +---------+ +---------+ |u| +----------+ + * +------------+ +---------+ +-------+ |q| | | + * |videotestsrc|-|capsfiler|--|convert|-> |u|+->| | + * | | |1080*1920| +-------+ |e| | | + * +------------+ +---------+ |u| +----------+ * +-+ ******************************************************************************/ /* Global GstElement-s */ static GstElement *glob_pipeline = NULL; -static GstElement *glob_uridecodebin = NULL; /* videotestsrc */ +static GstElement *glob_uridecodebin = NULL; static GstElement *glob_suboverlay = NULL; /* A subtitleoverlay bin */ static GstElement *glob_videotestsrc = NULL; -- cgit v1.2.3