diff options
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2011-05-19 14:52:22 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2011-05-19 14:52:22 -0300 |
commit | f97d61bbc9d9aa01af650c3afcacfb827a5ec665 (patch) | |
tree | 1a1550b4c850f2924f1a87c8d14d915032a87a61 /tests/examples | |
parent | 6403e6e00f003a0e3b38572e08e367304d58a887 (diff) |
camerabin2: examples: Fix typo from previous commit
The property is audio-src and not audio-source
Diffstat (limited to 'tests/examples')
-rw-r--r-- | tests/examples/camerabin2/gst-camerabin2-test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/examples/camerabin2/gst-camerabin2-test.c b/tests/examples/camerabin2/gst-camerabin2-test.c index d72658c7d..3b64eb05e 100644 --- a/tests/examples/camerabin2/gst-camerabin2-test.c +++ b/tests/examples/camerabin2/gst-camerabin2-test.c @@ -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", |