sbGStreamerPlatformWin32.cpp File Reference
#include "sbGStreamerPlatformWin32.h"
#include "sbGStreamerMediacore.h"
#include <prlog.h>
#include <nsDebug.h>
#include <nsIThread.h>
#include <nsThreadUtils.h>
#include <sbVariantUtils.h>
Include dependency graph for sbGStreamerPlatformWin32.cpp:

Go to the source code of this file.

Macros

#define LOG(args)   /* nothing */
 
#define TRACE(args)   /* nothing */
 
#define SB_VIDEOWINDOW_CLASSNAME   L"SBGStreamerVideoWindow"
 
#define CURSOR_HIDE_ID   1
 
#define CURSOR_HIDE_DELAY   3000
 
#define GET_X_LPARAM(lParam)   ((int)(short)LOWORD(lParam))
 
#define GET_Y_LPARAM(lParam)   ((int)(short)HIWORD(lParam))
 

Macro Definition Documentation

#define CURSOR_HIDE_DELAY   3000

Definition at line 68 of file sbGStreamerPlatformWin32.cpp.

#define CURSOR_HIDE_ID   1

Definition at line 67 of file sbGStreamerPlatformWin32.cpp.

#define GET_X_LPARAM (   lParam)    ((int)(short)LOWORD(lParam))

Definition at line 74 of file sbGStreamerPlatformWin32.cpp.

#define GET_Y_LPARAM (   lParam)    ((int)(short)HIWORD(lParam))

Definition at line 77 of file sbGStreamerPlatformWin32.cpp.

#define LOG (   args)    /* nothing */

To log this class, set the following environment variable in a debug build:

NSPR_LOG_MODULES=sbGStreamerPlatformWin32:5 (or :3 for LOG messages only)

Definition at line 59 of file sbGStreamerPlatformWin32.cpp.

#define SB_VIDEOWINDOW_CLASSNAME   L"SBGStreamerVideoWindow"

Definition at line 65 of file sbGStreamerPlatformWin32.cpp.

#define TRACE (   args)    /* nothing */

Definition at line 60 of file sbGStreamerPlatformWin32.cpp.