summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/gst/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/gst/main.c b/src/bin/gst/main.c
index 4ef774a..5e3fc7c 100644
--- a/src/bin/gst/main.c
+++ b/src/bin/gst/main.c
@@ -67,7 +67,7 @@ _gst_init(const char *filename)
D("Setting file %s\n", uri);
- descr = g_strdup_printf("uridecodebin uri=%s ! ffmpegcolorspace ! "
+ descr = g_strdup_printf("uridecodebin uri=%s ! typefind ! ffmpegcolorspace ! "
" appsink name=sink caps=\"" CAPS "\"", uri);
pipeline = gst_parse_launch(descr, &error);
free(uri);