mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
cudacompositor: pass correct variable to debug log functions
Fixes spew of: gst_debug_log_full_valist: assertion 'id != NULL || object == NULL || G_IS_OBJECT (object)' failed Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8345>
This commit is contained in:
parent
0e3d6f0606
commit
0b92e04142
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ gst_cuda_compositor_pad_get_output_size (GstCudaCompositorPad * self,
|
|||
return;
|
||||
}
|
||||
|
||||
GST_TRACE_OBJECT (priv, "scaling %ux%u by %u/%u (%u/%u / %u/%u)",
|
||||
GST_TRACE_OBJECT (self, "scaling %ux%u by %u/%u (%u/%u / %u/%u)",
|
||||
pad_width, pad_height, dar_n, dar_d,
|
||||
GST_VIDEO_INFO_PAR_N (&vagg_pad->info),
|
||||
GST_VIDEO_INFO_PAR_D (&vagg_pad->info), out_par_n, out_par_d);
|
||||
|
|
Loading…
Reference in a new issue