mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue