Hey,
I figured it out....
in filmGMERLIN.cpp:
finalformat->pixelformat=GAVL_UYVY; ........ m_image.image.setCsizeByFormat(GL_YUV422_GEM); ........
that works. I attached screenshot to prove I am not lying.
should i file a bug report anyway with solution?
cheers m
On 03/23/12 18:49, m.e.grimm wrote:
Hey,
I figured it out....
in filmGMERLIN.cpp:
finalformat->pixelformat=GAVL_UYVY; ........ m_image.image.setCsizeByFormat(GL_YUV422_GEM); ........
that works. I attached screenshot to prove I am not lying.
should i file a bug report anyway with solution?
yes please. and i would prefer if you could make a proper patch, e.g. with $ git format-patch master
(assuming that you branched off from master; if you did not, supply the last master commit...)
fgmasdr IOhannes
ok patch applied. now what?
(assuming that you branched off from master; if you did not, supply the last master commit...)
i am not sure what this means though. i was branched from gmerlin_mpeg so the patch seems to apply my changes as well as yours....
m
2012/3/24 IOhannes m zmölnig zmoelnig@iem.at:
On 03/23/12 18:49, m.e.grimm wrote:
Hey,
I figured it out....
in filmGMERLIN.cpp:
finalformat->pixelformat=GAVL_UYVY; ........ m_image.image.setCsizeByFormat(GL_YUV422_GEM); ........
that works. I attached screenshot to prove I am not lying.
should i file a bug report anyway with solution?
yes please. and i would prefer if you could make a proper patch, e.g. with $ git format-patch master
(assuming that you branched off from master; if you did not, supply the last master commit...)
fgmasdr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-26 17:33, m.e.grimm wrote:
ok patch applied. now what?
$ git format-patch 43629a00671
and post the patch file(s) to the patch-tracker.
(assuming that you branched off from master; if you did not, supply the last master commit...)
i am not sure what this means though. i was branched from gmerlin_mpeg so the patch seems to apply my changes as well as yours....
which should be ok, i can filter those out.
fgasdr IOhannes