GNOME Bugzilla – Bug 754558
smpte: Use video info data instead of macro
Last modified: 2015-10-02 14:38:23 UTC
To get the size, offset and stride, hard coded macros are used. Instead, VideoInfo data can used to get those info.
Created attachment 310646 [details] [review] use videoinfo data Pls review the patch
Comment on attachment 310646 [details] [review] use videoinfo data Or even better, use the GstVideoFrame API :)
commit b71068e42d99fa38efea70e68cf990bdc8a6bdb2 Author: Ravi Kiran K N <ravi.kiran@samsung.com> Date: Fri Sep 4 14:24:45 2015 +0530 smpte: get size, stride info using VideoInfo Use VideoInfo data to get size stride and offset, instead of hard coded macros. https://bugzilla.gnome.org/show_bug.cgi?id=754558