mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
a209e61ce2
commit
c5f16de56f
1 changed files with 2 additions and 1 deletions
|
@ -1240,7 +1240,8 @@ gst_ffmpegdec_negotiate (GstFFMpegDec * ffmpegdec, gboolean force)
|
|||
no_caps:
|
||||
{
|
||||
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;
|
||||
}
|
||||
caps_failed:
|
||||
|
|
Loading…
Reference in a new issue