summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 442a88a)
raw | patch | inline | side by side (parent: 442a88a)
author | Edward Hervey <edward.hervey@collabora.co.uk> | |
Fri, 14 Jan 2011 16:37:09 +0000 (17:37 +0100) | ||
committer | Edward Hervey <edward.hervey@collabora.co.uk> | |
Fri, 14 Jan 2011 16:37:09 +0000 (17:37 +0100) |
ext/mpeg2dec/gstmpeg2dec.c | patch | blob | history |
index cbf72b42b31b399a92e66b44c9ea2823606ab61c..67b00ffb534311fe28af7fb0b0c364d9c5f1b697 100644 (file)
stride_in =
gst_video_format_get_row_stride (dec->format, c, dec->decoded_width);
c_height =
- gst_video_format_get_component_width (dec->format, c, dec->height);
+ gst_video_format_get_component_height (dec->format, c, dec->height);
c_width = gst_video_format_get_component_width (dec->format, c, dec->width);
for (line = 0; line < c_height; line++) {