You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Even more logging - trying to determine crash on build server
This commit is contained in:
@@ -36,6 +36,7 @@ CacheMemory::CacheMemory() : CacheBase(0) {
|
||||
cache_type = "CacheMemory";
|
||||
range_version = 0;
|
||||
needs_range_processing = false;
|
||||
max_bytes = 0;
|
||||
};
|
||||
|
||||
// Constructor that sets the max bytes to cache
|
||||
@@ -293,6 +294,7 @@ void CacheMemory::Clear()
|
||||
// Count the frames in the queue
|
||||
long int CacheMemory::Count()
|
||||
{
|
||||
cout << "CacheMemory::Count" << endl;
|
||||
// Create a scoped lock, to protect the cache from multiple threads
|
||||
const GenericScopedLock<CriticalSection> lock(*cacheCriticalSection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user