summaryrefslogtreecommitdiff
path: root/tests/examples/uvch264
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@greynoise.nl>2013-01-18 23:23:56 +0100
committerSjoerd Simons <sjoerd@luon.net>2013-02-11 22:04:59 +0100
commit6ce751442b50c1117092a3001cbd23a2a9def08e (patch)
treecf31616a214a9babf7cd7c55681bf6c1dfcb4aac /tests/examples/uvch264
parent0de5ad65f08f203df042ed14ee50d15122c6e49b (diff)
uvch264: Remove the _ from the element names
Rename uvch264_src to uvch264src and uvch264_mjpgdemux to uvch264mjpgdemux
Diffstat (limited to 'tests/examples/uvch264')
-rw-r--r--tests/examples/uvch264/test-uvch264.c2
-rw-r--r--tests/examples/uvch264/window.glade2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/uvch264/test-uvch264.c b/tests/examples/uvch264/test-uvch264.c
index 4541b863f..4f07f1ca2 100644
--- a/tests/examples/uvch264/test-uvch264.c
+++ b/tests/examples/uvch264/test-uvch264.c
@@ -530,7 +530,7 @@ main (int argc, char *argv[])
argv[0], device);
- self.bin = gst_parse_launch ("uvch264_src name=src src.vidsrc ! queue ! "
+ self.bin = gst_parse_launch ("uvch264src name=src src.vidsrc ! queue ! "
"capsfilter name=vid_cf ! identity name=identity ! decodebin ! "
"xvimagesink name=h264_sink async=false "
"src.vfsrc ! queue ! capsfilter name=vf_cf ! "
diff --git a/tests/examples/uvch264/window.glade b/tests/examples/uvch264/window.glade
index 6b28d7e47..fc0d9547a 100644
--- a/tests/examples/uvch264/window.glade
+++ b/tests/examples/uvch264/window.glade
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
- <property name="title" translatable="yes">Test for uvch264_src</property>
+ <property name="title" translatable="yes">Test for uvch264src</property>
<signal name="destroy" handler="on_window_destroyed" swapped="no"/>
<child>
<object class="GtkHBox" id="hbox1">