From 9677ca5037afafe30210da4fb2c31b4588357059 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 15 Feb 2010 08:20:41 +0100 Subject: [PATCH] uridecodebin: Missing decoder errors should be STREAM CODEC_NOT_FOUND and not CORE MISSING_PLUGIN. --- gst/playback/gsturidecodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 848c017..71dbc75 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -682,7 +682,7 @@ unknown_type_cb (GstElement * element, GstPad * pad, GstCaps * caps, gchar *capsstr; capsstr = gst_caps_to_string (caps); - GST_ELEMENT_WARNING (decoder, CORE, MISSING_PLUGIN, + GST_ELEMENT_WARNING (decoder, STREAM, CODEC_NOT_FOUND, (_("No decoder available for type \'%s\'."), capsstr), (NULL)); g_free (capsstr); } -- 2.7.4