mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
examples: overlaycomposition: Fix typo
Sorry for the noise. Default should be autovideosink
This commit is contained in:
parent
8a3d901d8f
commit
39dcceb028
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue