#include "sbGStreamerRTPStreamer.h"
#include <sbIGStreamerService.h>
#include <sbClassInfoUtils.h>
#include <nsServiceManagerUtils.h>
#include <nsThreadUtils.h>
#include <nsStringAPI.h>
#include <prlog.h>
#include <sbVariantUtils.h>
#include "gst/sdp/gstsdp.h"
#include "gst/sdp/gstsdpmessage.h"
Go to the source code of this file.
Macros | |
#define | LOG(args) /* nothing */ |
#define | TRACE(args) /* nothing */ |
Variables | |
sbIGStreamerPipeline | |
sbIGStreamerRTPStreamer | |
sbIMediacoreEventTarget | |
#define LOG | ( | args | ) | /* nothing */ |
To log this class, set the following environment variable in a debug build: NSPR_LOG_MODULES=sbGStreamerRTPStreamer:5 (or :3 for LOG messages only)
Definition at line 49 of file sbGStreamerRTPStreamer.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
Definition at line 50 of file sbGStreamerRTPStreamer.cpp.
NS_DECL_CLASSINFO | ( | sbGstreamerRTPStreamer | ) |
NS_IMPL_THREADSAFE_CI | ( | sbGStreamerRTPStreamer | ) |
NS_IMPL_THREADSAFE_ISUPPORTS4 | ( | sbGStreamerRTPStreamer | , |
sbIGStreamerPipeline | , | ||
sbIGStreamerRTPStreamer | , | ||
sbIMediacoreEventTarget | , | ||
nsIClassInfo | |||
) |
Definition at line 60 of file sbGStreamerRTPStreamer.cpp.
Definition at line 60 of file sbGStreamerRTPStreamer.cpp.
Definition at line 60 of file sbGStreamerRTPStreamer.cpp.