examples: overlaycomposition: Fix typo
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 15 Nov 2019 03:19:56 +0000 (12:19 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 15 Nov 2019 06:28:18 +0000 (06:28 +0000)
Sorry for the noise. Default should be autovideosink

tests/examples/overlaycomposition/overlaycomposition.c

index ce0929e..bf96ebf 100644 (file)
@@ -256,7 +256,7 @@ main (int argc, char **argv)
   OverlayState overlay_state = { 0, };
   GOptionContext *option_ctx;
   GError *error = NULL;
-  const gchar *video_sink = "autovidesink";
+  const gchar *video_sink = "autovideosink";
   gboolean ret;
   GOptionEntry options[] = {
     {"videosink", 0, 0, G_OPTION_ARG_STRING, &video_sink,