projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8f069
)
omxvideoenc: Improve debug output when setting codec state due to new codec_data...
author
Graham Leggett
<minfrin@sharp.fm>
Sun, 11 Jun 2017 12:32:01 +0000
(12:32 +0000)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 12 Jun 2017 06:56:20 +0000
(09:56 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=783657
omx/gstomxvideoenc.c
patch
|
blob
|
history
diff --git
a/omx/gstomxvideoenc.c
b/omx/gstomxvideoenc.c
index
c54d8a7
..
65a1ab1
100644
(file)
--- a/
omx/gstomxvideoenc.c
+++ b/
omx/gstomxvideoenc.c
@@
-576,6
+576,8
@@
gst_omx_video_enc_handle_output_frame (GstOMXVideoEnc * self, GstOMXPort * port,
gst_video_codec_state_unref (state);
if (!gst_video_encoder_negotiate (GST_VIDEO_ENCODER (self))) {
gst_video_codec_frame_unref (frame);
+ GST_ERROR_OBJECT (self,
+ "Downstream element refused to negotiate codec_data in the caps");
return GST_FLOW_NOT_NEGOTIATED;
}
flow_ret = GST_FLOW_OK;