mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
applemedia: vtdec: remove silly stride requirement
This is legacy from the 0.10 times, and it isn't clear how it was useful back then also.'
This commit is contained in:
parent
81ad21d63e
commit
a75ddf446b
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ gst_vtdec_create_session (GstVtdec * vtdec)
|
|||
vtdec->video_info.width);
|
||||
gst_vtutil_dict_set_i32 (output_image_buffer_attrs, kCVPixelBufferHeightKey,
|
||||
vtdec->video_info.height);
|
||||
gst_vtutil_dict_set_i32 (output_image_buffer_attrs,
|
||||
kCVPixelBufferBytesPerRowAlignmentKey, 2 * vtdec->video_info.width);
|
||||
|
||||
callback.decompressionOutputCallback = gst_vtdec_session_output_callback;
|
||||
callback.decompressionOutputRefCon = vtdec;
|
||||
|
|
Loading…
Reference in a new issue