From 3f45b49dde6f97eef1e8803a6ee978c3bd9e16c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 21 Jul 2014 00:17:38 +0100 Subject: [PATCH] pbutils: fix missing plugin description for missing elements CID: 1226445 --- gst-libs/gst/pbutils/missing-plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/missing-plugins.c b/gst-libs/gst/pbutils/missing-plugins.c index 7d7f2f4..5615faa 100644 --- a/gst-libs/gst/pbutils/missing-plugins.c +++ b/gst-libs/gst/pbutils/missing-plugins.c @@ -528,7 +528,7 @@ gst_missing_plugin_message_get_description (GstMessage * msg) else if (missing_type == GST_MISSING_TYPE_URISINK) ret = gst_pb_utils_get_sink_description (detail); else - ret = gst_pb_utils_get_sink_description (detail); + ret = gst_pb_utils_get_element_description (detail); g_free (detail); } break; -- 2.7.4