diff options
-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; |