GNOME Bugzilla – Bug 765583
ximageutil: shouldn't implement transform if don't support it
Last modified: 2016-04-29 07:10:23 UTC
shouldn't implement transform if don't support it. Or gst_buffer_copy_into() will print ERROR log. } else if (info->transform_func) { GstMetaTransformCopy copy_data; copy_data.region = region; copy_data.offset = offset; copy_data.size = size; if (!info->transform_func (dest, meta, src, _gst_meta_transform_copy, ©_data)) { GST_CAT_ERROR (GST_CAT_BUFFER, "failed to copy meta %p of API type %s", meta, g_type_name (info->api)); } }
Created attachment 326737 [details] [review] Patch to fix the issue.
Everything is ok when use ximagesrc. But has one ERROR log. Do you have any other solution?
commit 11899106d0102ab29ee6176e0c4b10a2f1e3172c Author: Song Bing <b06498@freescale.com> Date: Tue Apr 26 17:01:49 2016 +0800 ximageutil: shouldn't implement transform if don't support it shouldn't implement transform if don't support it. Or gst_buffer_copy_into() will print ERROR log. https://bugzilla.gnome.org/show_bug.cgi?id=765583