mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Minor cosmetic changes
This commit is contained in:
parent
2c2daae387
commit
2ef027e295
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue