#include "sbGStreamerPlatformOSX.h"
#include "sbGStreamerMediacore.h"
#include <prlog.h>
#include <nsDebug.h>
#include <nsCOMPtr.h>
#include <nsIRunnable.h>
#include <nsThreadUtils.h>
#import <AppKit/AppKit.h>
Go to the source code of this file.
Classes | |
category | NSView(GStreamerPlatformOSX) |
category | NSView(GstGlView) |
class | SBGstGLViewDelgate |
Macros | |
#define | LOG(args) /* nothing */ |
#define | TRACE(args) /* nothing */ |
#define LOG | ( | args | ) | /* nothing */ |
To log this class, set the following environment variable in a debug build:
NSPR_LOG_MODULES=sbGStreamerPlatformOSX:5 (or :3 for LOG messages only)
Definition at line 60 of file sbGStreamerPlatformOSX.mm.
#define TRACE | ( | args | ) | /* nothing */ |
Definition at line 61 of file sbGStreamerPlatformOSX.mm.