Revert a change I accidentally introduced in 7c91fb.

I removed the plugin name from an error message for no good reason.
This commit is contained in:
Alessandro Decina 2010-01-22 13:46:01 +01:00
parent a209e61ce2
commit c5f16de56f

View file

@ -1240,7 +1240,8 @@ gst_ffmpegdec_negotiate (GstFFMpegDec * ffmpegdec, gboolean force)
no_caps: no_caps:
{ {
GST_ELEMENT_ERROR (ffmpegdec, CORE, NEGOTIATION, (NULL), GST_ELEMENT_ERROR (ffmpegdec, CORE, NEGOTIATION, (NULL),
("could not find caps for codec (), unknown type")); ("could not find caps for codec (%s), unknown type",
oclass->in_plugin->name));
return FALSE; return FALSE;
} }
caps_failed: caps_failed: