[gst-cvs] gst-ffmpeg: Revert a change I accidentally introduced in 7c91fb.
Alessandro Decina
alessandro at kemper.freedesktop.org
Fri Jan 22 04:51:57 PST 2010
Module: gst-ffmpeg
Branch: master
Commit: c5f16de56fcb06d00bd6736d1ad29e03c874c4c2
URL: http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=c5f16de56fcb06d00bd6736d1ad29e03c874c4c2
Author: Alessandro Decina <alessandro.d at gmail.com>
Date: Fri Jan 22 13:46:01 2010 +0100
Revert a change I accidentally introduced in 7c91fb.
I removed the plugin name from an error message for no good reason.
---
ext/ffmpeg/gstffmpegdec.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index b20cc97..0b6d621 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -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:
More information about the Gstreamer-commits
mailing list