diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2012-10-13 17:44:45 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2012-10-13 18:17:10 -0300 |
commit | 30b4a4daac75f24d05c8e754504ce44412222ac8 (patch) | |
tree | 4856d600642658c5307ad1fe0b07cb174718317e | |
parent | a0becd242f6d31eba60d5b515473c1c9a5bc0275 (diff) |
subtitles: Comments fixing0.10
-rw-r--r-- | tests/insanity-test-gst-subtitles.c | 12 |
1 files 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; |