summaryrefslogtreecommitdiff
path: root/gst/inter
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-10-10 14:11:43 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-10-10 14:14:43 +0200
commit380b23af907bcdc33517c5b9f6d56a38b95edb76 (patch)
tree32fb01b31327510ff0271408a08124bb5337ae05 /gst/inter
parenta17b1f4c91feb45cda0b52be8804585d3f23bccd (diff)
downloadgstreamer-plugins-bad-380b23af907bcdc33517c5b9f6d56a38b95edb76.tar.gz
replace some playbin2 -> playbin
Diffstat (limited to 'gst/inter')
-rw-r--r--gst/inter/gstintertest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/inter/gstintertest.c b/gst/inter/gstintertest.c
index 077024ea2..8b22477f9 100644
--- a/gst/inter/gstintertest.c
+++ b/gst/inter/gstintertest.c
@@ -157,7 +157,7 @@ gst_inter_test_create_pipeline_playbin (GstInterTest * intertest,
pipeline = gst_pipeline_new (NULL);
gst_bin_add (GST_BIN (pipeline),
- gst_element_factory_make ("playbin2", "source"));
+ gst_element_factory_make ("playbin", "source"));
if (error) {
g_print ("pipeline parsing error: %s\n", error->message);