It's actually the cropped info, and equivalent to the info that is
already stored as part of the output state.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6203>
break;
}
- dec->uncropped_info = state->info;
-
if (!gst_video_decoder_negotiate (GST_VIDEO_DECODER (dec)))
goto not_negotiated;
GST_CAT_TRACE_OBJECT (CAT_PERFORMANCE, dec,
"doing unavoidable video frame copy");
- if (G_UNLIKELY (!gst_video_frame_map (&vframe, &dec->uncropped_info,
+ if (G_UNLIKELY (!gst_video_frame_map (&vframe, &dec->output_state->info,
frame->output_buffer, GST_MAP_WRITE)))
goto invalid_frame;
gint telemetry_mbmode;
gint telemetry_qi;
gint telemetry_bits;
-
- GstVideoInfo uncropped_info;
};
struct _GstTheoraDecClass