[Kdenlive-devel] On-monitor effects

Till Theato root at ttill.de
Sat Aug 14 19:55:28 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/14/2010 09:43 PM, Dan Dennedy wrote:
> On Sat, Aug 14, 2010 at 12:22 PM, Dan Dennedy <dan at dennedy.org> wrote:
>> 2010/8/14 Hugh Tebby <hugh.tebby at gmail.com>:
>>> I've tested it quite a bit, and it doesn't crash like it did previously.
>>> Seems to be as stable as the previous red rectangle. One thing that is a bit
>>> bothering is that when playing the timeline, there's a little "jump" when it
>>> get's to a clip with pan&zoom effect. Other than that, seems perfectly fine.
>>> Great job !
>>
>> First of all, yes, it is a great thing to have; good job. It works
>> great on Linux, but still crashing on OS X. I will try to debug that.
> 
> I fixed the crash on OS X, but the on-monitor effects do not work on
> OS X because I have not yet integrated a MonitorRefresh. I will take a
> look at this, but it might be a while. In the meantime, I am OK with
> you enabling on-monitor effects by default #ifndef Q_WS_MAC and
> perhaps disabling the option in preferences #ifdef Q_WS_MAC.

Can't we just hide the VideoGlWidget instead of MonitorRefresh on OS X?
Something like the following in Monitor::slotEffectScene:

#ifdef Q_WS_MAC
	m_glWidget->setVisible(!show);
#else
	m_monitorRefresh->setVisible(!show);
#endif

This is the only part where MonitorRefresh is involved.

regards ttill
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxm9K8ACgkQzwEyz7QP6nS6QgCeLVHTLzFuro0NvpKAC/fScjWc
ySoAn3xQGWlLgu4t4mnefMjDs9EArbQm
=Jlyb
-----END PGP SIGNATURE-----




More information about the Kdenlive mailing list