diff options
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); |