Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2014
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --- gst-omx_old/omx/gstomxvideodec.c 2014-01-03 21:07:09.000000000 +0000
  2. +++ gst-omx/omx/gstomxvideodec.c 2014-01-13 11:39:17.279311165 +0000
  3. @@ -2506,7 +2506,8 @@
  4. && info->fps_n != 0)
  5. || (port_def.format.video.xFramerate !=
  6. (info->fps_n << 16) / (info->fps_d));
  7. - is_format_change |= (self->codec_data != state->codec_data);
  8. +// ignore aspect ratio change
  9. +// is_format_change |= (self->codec_data != state->codec_data);
  10. if (klass->is_format_change)
  11. is_format_change |=
  12. klass->is_format_change (self, self->dec_in_port, state);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement