summaryrefslogtreecommitdiff
path: root/tests/examples/app/appsrc-seekable.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-10-09 12:18:01 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-10-09 12:20:10 +0200
commit3591df23b1ae2deefc9e9a2dbb524ee11cfefdb6 (patch)
treea6ba5deb9e681e47304a2993209e29c865f50466 /tests/examples/app/appsrc-seekable.c
parentf70ebca937cf679aeac55169f5ace149b4ff45ba (diff)
docs: playbin2 -> playbin
Diffstat (limited to 'tests/examples/app/appsrc-seekable.c')
-rw-r--r--tests/examples/app/appsrc-seekable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/examples/app/appsrc-seekable.c b/tests/examples/app/appsrc-seekable.c
index 533aab331..57e556224 100644
--- a/tests/examples/app/appsrc-seekable.c
+++ b/tests/examples/app/appsrc-seekable.c
@@ -114,8 +114,8 @@ seek_data (GstElement * appsrc, guint64 position, App * app)
return TRUE;
}
-/* this callback is called when playbin2 has constructed a source object to read
- * from. Since we provided the appsrc:// uri to playbin2, this will be the
+/* this callback is called when playbin has constructed a source object to read
+ * from. Since we provided the appsrc:// uri to playbin, this will be the
* appsrc that we must handle. We set up some signals to push data into appsrc
* and one to perform a seek. */
static void
@@ -194,7 +194,7 @@ main (int argc, char *argv[])
/* create a mainloop to get messages */
app->loop = g_main_loop_new (NULL, TRUE);
- app->playbin = gst_element_factory_make ("playbin2", NULL);
+ app->playbin = gst_element_factory_make ("playbin", NULL);
g_assert (app->playbin);
bus = gst_pipeline_get_bus (GST_PIPELINE (app->playbin));