summaryrefslogtreecommitdiff
path: root/gst
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
parenta17b1f4c91feb45cda0b52be8804585d3f23bccd (diff)
downloadgstreamer-plugins-bad-380b23af907bcdc33517c5b9f6d56a38b95edb76.tar.gz
replace some playbin2 -> playbin
Diffstat (limited to 'gst')
-rw-r--r--gst/debugutils/fpsdisplaysink.c2
-rw-r--r--gst/inter/gstintertest.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c
index 79c6f80ee..d3b009a30 100644
--- a/gst/debugutils/fpsdisplaysink.c
+++ b/gst/debugutils/fpsdisplaysink.c
@@ -28,7 +28,7 @@
* gst-launch videotestsrc ! fpsdisplaysink
* gst-launch videotestsrc ! fpsdisplaysink text-overlay=false
* gst-launch filesrc location=video.avi ! decodebin2 name=d ! queue ! fpsdisplaysink d. ! queue ! fakesink sync=true
- * gst-launch playbin2 uri=file:///path/to/video.avi video-sink="fpsdisplaysink" audio-sink=fakesink
+ * gst-launch playbin uri=file:///path/to/video.avi video-sink="fpsdisplaysink" audio-sink=fakesink
* ]|
* </refsect2>
*/
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);