#include "sbGStreamerAudioProcessor.h"#include <sbIGStreamerService.h>#include <sbIMediaFormatMutable.h>#include <sbClassInfoUtils.h>#include <sbStandardProperties.h>#include <sbStringBundle.h>#include <sbThreadUtils.h>#include <sbVariantUtils.h>#include <nsServiceManagerUtils.h>#include <nsThreadUtils.h>#include <nsStringAPI.h>#include <prlog.h>#include <gst/base/gstadapter.h>#include <gst/app/gstappsink.h>Go to the source code of this file.
Macros | |
| #define | LOG(args) /* nothing */ |
| #define | TRACE(args) /* nothing */ |
Variables | |
| sbIGStreamerPipeline | |
| sbIMediacoreAudioProcessor | |
| #define LOG | ( | args | ) | /* nothing */ |
To log this class, set the following environment variable in a debug build: NSPR_LOG_MODULES=sbGStreamerAudioProcessor:5 (or :3 for LOG messages only)
Definition at line 53 of file sbGStreamerAudioProcessor.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
Definition at line 54 of file sbGStreamerAudioProcessor.cpp.
| NS_DECL_CLASSINFO | ( | sbGstreamerAudioProcessor | ) |
| NS_IMPL_THREADSAFE_CI | ( | sbGStreamerAudioProcessor | ) |
| NS_IMPL_THREADSAFE_ISUPPORTS3 | ( | sbGStreamerAudioProcessor | , |
| sbIGStreamerPipeline | , | ||
| sbIMediacoreAudioProcessor | , | ||
| nsIClassInfo | |||
| ) |
Definition at line 63 of file sbGStreamerAudioProcessor.cpp.
Definition at line 63 of file sbGStreamerAudioProcessor.cpp.