mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
camerabin2: examples: Fix typo from previous commit
The property is audio-src and not audio-source
This commit is contained in:
parent
6403e6e00f
commit
f97d61bbc9
1 changed files with 1 additions and 2 deletions
|
@ -540,8 +540,7 @@ setup_pipeline (void)
|
|||
}
|
||||
|
||||
/* configure used elements */
|
||||
res &= setup_pipeline_element (camerabin, "audio-source", audiosrc_name,
|
||||
NULL);
|
||||
res &= setup_pipeline_element (camerabin, "audio-src", audiosrc_name, NULL);
|
||||
res &= setup_pipeline_element (camerabin, "viewfinder-sink", vfsink_name,
|
||||
&sink);
|
||||
res &= setup_pipeline_element (camerabin, "viewfinder-filter",
|
||||
|
|
Loading…
Reference in a new issue