[Pkg-gstreamer-commits] [gstreamer-vaapi] 126/176: vaapiencode: fix typo in error message.
Vincent Cheng
vcheng at moszumanska.debian.org
Tue Jun 3 08:09:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.
commit d3b672411d2161f4ef0703ea4ae4f33e42cd6d56
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date: Tue Jan 14 16:33:04 2014 +0100
vaapiencode: fix typo in error message.
Fix incomplete error message in gst_vaapiencode_push_frame().
---
gst/vaapi/gstvaapiencode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gst/vaapi/gstvaapiencode.c b/gst/vaapi/gstvaapiencode.c
index 0782ca1..2ac023d 100644
--- a/gst/vaapi/gstvaapiencode.c
+++ b/gst/vaapi/gstvaapiencode.c
@@ -317,7 +317,7 @@ error_allocate_buffer:
}
error_output_state:
{
- GST_ERROR ("failed to negotiate output state", status);
+ GST_ERROR ("failed to negotiate output state (status %d)", status);
GST_VIDEO_ENCODER_STREAM_UNLOCK (encode);
gst_video_codec_frame_unref (out_frame);
return GST_FLOW_NOT_NEGOTIATED;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git
More information about the Pkg-gstreamer-commits
mailing list