From 2ef027e295ea68902ed8d5154902a199d493fd6a Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 9 May 2012 14:16:08 +0200 Subject: [PATCH] Minor cosmetic changes --- gst-sdk/tutorials/basic-tutorial-7.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-sdk/tutorials/basic-tutorial-7.c b/gst-sdk/tutorials/basic-tutorial-7.c index 5763aeb..c5a737b 100644 --- a/gst-sdk/tutorials/basic-tutorial-7.c +++ b/gst-sdk/tutorials/basic-tutorial-7.c @@ -33,7 +33,8 @@ int main(int argc, char *argv[]) { } /* Configure elements */ - g_object_set (visual, "shader", 0, NULL); + g_object_set (audio_source, "freq", 215.0f, NULL); + g_object_set (visual, "shader", 0, "style", 1, NULL); /* Link all elements that can be automatically linked because they have "Always" pads */ gst_bin_add_many (GST_BIN (pipeline), audio_source, tee, audio_queue, audio_convert, audio_sink, -- 2.7.4