diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-10-10 14:11:43 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-10-10 14:14:43 +0200 |
commit | 380b23af907bcdc33517c5b9f6d56a38b95edb76 (patch) | |
tree | 32fb01b31327510ff0271408a08124bb5337ae05 /tools | |
parent | a17b1f4c91feb45cda0b52be8804585d3f23bccd (diff) |
replace some playbin2 -> playbin
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-app-maker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-app-maker b/tools/gst-app-maker index f90944213..d8f2f43b8 100755 --- a/tools/gst-app-maker +++ b/tools/gst-app-maker @@ -220,7 +220,7 @@ gst_replace_create_pipeline_playbin (GstReplace *replace, const char *uri) 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); |