Minor cosmetic changes
authorXavi Artigas <xartigas@fluendo.com>
Wed, 9 May 2012 12:16:08 +0000 (14:16 +0200)
committerunknown <xavi@.(none)>
Wed, 9 May 2012 12:16:08 +0000 (14:16 +0200)
gst-sdk/tutorials/basic-tutorial-7.c

index 5763aeb..c5a737b 100644 (file)
@@ -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,