edtpdvsrc: copy row by row when stride isn't a multiple of 4

This commit is contained in:
Joshua M. Doe
2013-11-14 14:10:21 -05:00
parent 2357ea369f
commit b7e5bcbc9a
2 changed files with 13 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ struct _GstEdtPdvSrc
gint height;
gint gst_stride;
guint px_stride;
gint edt_stride;
};
struct _GstEdtPdvSrcClass