mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
videoconvert: update for copy data changes
This commit is contained in:
parent
9a21eda38c
commit
df004b586e
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ foreach_metadata (GstBuffer * inbuf, GstMeta ** meta, gpointer user_data)
|
||||||
/* metadata depends on colorspace. FIXME discard for now until we
|
/* metadata depends on colorspace. FIXME discard for now until we
|
||||||
* have some transform data for it. */
|
* have some transform data for it. */
|
||||||
} else {
|
} else {
|
||||||
GstMetaTransformCopy copy_data = { 0, -1 };
|
GstMetaTransformCopy copy_data = { FALSE, 0, -1 };
|
||||||
/* simply copy then */
|
/* simply copy then */
|
||||||
info->transform_func (data->outbuf, *meta, inbuf,
|
info->transform_func (data->outbuf, *meta, inbuf,
|
||||||
_gst_meta_transform_copy, ©_data);
|
_gst_meta_transform_copy, ©_data);
|
||||||
|
|
Loading…
Reference in a new issue