From abab16eb7f1b54ea00c6b62d2d862ace0e85f31f Mon Sep 17 00:00:00 2001 From: tinyzimmer <38474291+tinyzimmer@users.noreply.github.com> Date: Sun, 4 Oct 2020 14:12:14 +0300 Subject: [PATCH] typo --- examples/decodebin/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/decodebin/main.go b/examples/decodebin/main.go index 857a60d..77218a0 100644 --- a/examples/decodebin/main.go +++ b/examples/decodebin/main.go @@ -20,7 +20,7 @@ // // /-[audio]-{audioconvert}-{audioresample}-{autoaudiosink} // {filesrc}-{decodebin}-| -// \-[video]-{viceoconvert}-{videoscale}-{autovideosink} +// \-[video]-{videoconvert}-{videoscale}-{autovideosink} // // Both auto-sinks at the end automatically select the best available (actual) sink. Since the // selection of available actual sinks is platform specific