mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
videometa: add more debug
This commit is contained in:
parent
ee3613da1e
commit
6702a2f64c
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ gst_buffer_add_video_meta_full (GstBuffer * buffer,
|
|||
for (i = 0; i < n_planes; i++) {
|
||||
meta->offset[i] = offset[i];
|
||||
meta->stride[i] = stride[i];
|
||||
GST_LOG ("plane %d, offset %u, stride %d", i, offset[i], stride[i]);
|
||||
}
|
||||
meta->map = default_map;
|
||||
meta->unmap = default_unmap;
|
||||
|
|
Loading…
Reference in a new issue