projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ad21d
)
applemedia: vtdec: remove silly stride requirement
author
Alessandro Decina
<alessandro.d@gmail.com>
Thu, 19 Dec 2013 06:54:07 +0000
(07:54 +0100)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Thu, 19 Dec 2013 07:59:39 +0000
(08:59 +0100)
This is legacy from the 0.10 times, and it isn't clear how it was useful back
then also.'
sys/applemedia/vtdec.c
patch
|
blob
|
history
diff --git
a/sys/applemedia/vtdec.c
b/sys/applemedia/vtdec.c
index c7854192afcbf61c332517af281a03d063c01330..734b45cf2f6d0e65a77f13d0be1f8df619d10868 100644
(file)
--- a/
sys/applemedia/vtdec.c
+++ b/
sys/applemedia/vtdec.c
@@
-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;