mozillasrc.cpp File Reference
#include "mozilla-config.h"
#include <gst/gst.h>
#include <gst/base/gstpushsrc.h>
#include <gst/base/gstadapter.h>
#include <nsStringAPI.h>
#include <nsNetUtil.h>
#include <nsComponentManagerUtils.h>
#include <nsIProtocolHandler.h>
#include <nsIComponentRegistrar.h>
#include <nsCOMPtr.h>
#include <nsISupportsPrimitives.h>
#include <nsIResumableChannel.h>
#include <nsIRunnable.h>
#include <nsIHttpHeaderVisitor.h>
#include <nsIHttpEventSink.h>
#include <nsThreadUtils.h>
#include <nsIWindowWatcher.h>
#include <nsIAuthPrompt.h>
#include "mozillaplugin.h"
Include dependency graph for mozillasrc.cpp:

Go to the source code of this file.

Classes

struct  _GstMozillaSrc
 
struct  _GstMozillaSrcClass
 
class  ResumeEvent
 
class  StreamListener
 

Macros

#define GST_CAT_DEFAULT   mozillasrc_debug
 
#define MAX_INTERNAL_BUFFER   (8*1024)
 

Typedefs

typedef struct _GstMozillaSrc GstMozillaSrc
 
typedef struct _GstMozillaSrcClass GstMozillaSrcClass
 

Enumerations

enum  { PROP_0, PROP_LOCATION, PROP_IRADIO_MODE }
 

Functions

 GST_DEBUG_CATEGORY_STATIC (mozillasrc_debug)
 
static void gst_mozilla_src_uri_handler_init (gpointer g_iface, gpointer iface_data)
 
static void gst_mozilla_src_finalize (GObject *gobject)
 
static void gst_mozilla_src_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
 
static void gst_mozilla_src_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec)
 
static GstFlowReturn gst_mozilla_src_create (GstPushSrc *psrc, GstBuffer **outbuf)
 
static gboolean gst_mozilla_src_start (GstBaseSrc *bsrc)
 
static gboolean gst_mozilla_src_stop (GstBaseSrc *bsrc)
 
static gboolean gst_mozilla_src_get_size (GstBaseSrc *bsrc, guint64 *size)
 
static gboolean gst_mozilla_src_is_seekable (GstBaseSrc *bsrc)
 
static gboolean gst_mozilla_src_do_seek (GstBaseSrc *bsrc, GstSegment *segment)
 
static gboolean gst_mozilla_src_unlock (GstBaseSrc *psrc)
 
static gboolean gst_mozilla_src_unlock_stop (GstBaseSrc *psrc)
 
 NS_IMPL_THREADSAFE_ISUPPORTS1 (ResumeEvent, nsIRunnable) NS_IMETHODIMP ResumeEvent
 
 NS_IMPL_THREADSAFE_ISUPPORTS5 (StreamListener, nsIRequestObserver, nsIStreamListener, nsIHttpHeaderVisitor, nsIInterfaceRequestor, nsIHttpEventSink) NS_IMETHODIMP StreamListener
 
static void _urihandler_init (GType type)
 
 GST_BOILERPLATE_FULL (GstMozillaSrc, gst_mozilla_src, GstPushSrc, GST_TYPE_PUSH_SRC, _urihandler_init)
 
static void gst_mozilla_src_base_init (gpointer g_class)
 
static void gst_mozilla_src_class_init (GstMozillaSrcClass *klass)
 
static void unref_buffer (gpointer data, gpointer user_data)
 
static void gst_mozilla_src_flush (GstMozillaSrc *src)
 
static void gst_mozilla_src_clear (GstMozillaSrc *src)
 
static void gst_mozilla_src_init (GstMozillaSrc *src, GstMozillaSrcClass *g_class)
 
static void gst_mozilla_src_cancel_request (GstMozillaSrc *src)
 
static gboolean gst_mozilla_src_create_request (GstMozillaSrc *src, GstSegment *segment)
 
static GstURIType gst_mozilla_src_uri_get_type (void)
 
static gchar ** gst_mozilla_src_uri_get_protocols (void)
 
static const gchar * gst_mozilla_src_uri_get_uri (GstURIHandler *handler)
 
static gboolean gst_mozilla_src_uri_set_uri (GstURIHandler *handler, const gchar *uri)
 

Variables

static const GstElementDetails gst_mozilla_src_details
 
static GstStaticPadTemplate srctemplate
 
static gchar ** _supported_protocols = NULL
 

Macro Definition Documentation

#define GST_CAT_DEFAULT   mozillasrc_debug

Definition at line 92 of file mozillasrc.cpp.

#define MAX_INTERNAL_BUFFER   (8*1024)

Definition at line 484 of file mozillasrc.cpp.

Typedef Documentation

typedef struct _GstMozillaSrc GstMozillaSrc

Definition at line 44 of file mozillasrc.cpp.

Definition at line 45 of file mozillasrc.cpp.

Enumeration Type Documentation

anonymous enum
Enumerator
PROP_0 
PROP_LOCATION 
PROP_IRADIO_MODE 

Definition at line 106 of file mozillasrc.cpp.

Function Documentation

static void _urihandler_init ( GType  type)
static

Definition at line 578 of file mozillasrc.cpp.

Here is the call graph for this function:

GST_BOILERPLATE_FULL ( GstMozillaSrc  ,
gst_mozilla_src  ,
GstPushSrc  ,
GST_TYPE_PUSH_SRC  ,
_urihandler_init   
)
GST_DEBUG_CATEGORY_STATIC ( mozillasrc_debug  )
static void gst_mozilla_src_base_init ( gpointer  g_class)
static

Definition at line 593 of file mozillasrc.cpp.

static void gst_mozilla_src_cancel_request ( GstMozillaSrc src)
static

Definition at line 857 of file mozillasrc.cpp.

Here is the caller graph for this function:

static void gst_mozilla_src_class_init ( GstMozillaSrcClass klass)
static

Definition at line 604 of file mozillasrc.cpp.

Here is the call graph for this function:

static void gst_mozilla_src_clear ( GstMozillaSrc src)
static

Definition at line 664 of file mozillasrc.cpp.

Here is the caller graph for this function:

static GstFlowReturn gst_mozilla_src_create ( GstPushSrc *  psrc,
GstBuffer **  outbuf 
)
static

Definition at line 793 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_create_request ( GstMozillaSrc src,
GstSegment *  segment 
)
static

Definition at line 880 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_do_seek ( GstBaseSrc *  bsrc,
GstSegment *  segment 
)
static

Definition at line 1042 of file mozillasrc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void gst_mozilla_src_finalize ( GObject *  gobject)
static

Definition at line 700 of file mozillasrc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void gst_mozilla_src_flush ( GstMozillaSrc src)
static

Definition at line 651 of file mozillasrc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void gst_mozilla_src_get_property ( GObject *  object,
guint  prop_id,
GValue *  value,
GParamSpec *  pspec 
)
static

Definition at line 740 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_get_size ( GstBaseSrc *  bsrc,
guint64 *  size 
)
static

Definition at line 1017 of file mozillasrc.cpp.

Here is the caller graph for this function:

static void gst_mozilla_src_init ( GstMozillaSrc src,
GstMozillaSrcClass g_class 
)
static

Definition at line 685 of file mozillasrc.cpp.

Here is the call graph for this function:

static gboolean gst_mozilla_src_is_seekable ( GstBaseSrc *  bsrc)
static

Definition at line 1033 of file mozillasrc.cpp.

Here is the caller graph for this function:

static void gst_mozilla_src_set_property ( GObject *  object,
guint  prop_id,
const GValue *  value,
GParamSpec *  pspec 
)
static

Definition at line 717 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_start ( GstBaseSrc *  bsrc)
static

Definition at line 965 of file mozillasrc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static gboolean gst_mozilla_src_stop ( GstBaseSrc *  bsrc)
static

Definition at line 995 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_unlock ( GstBaseSrc *  psrc)
static

Definition at line 763 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gboolean gst_mozilla_src_unlock_stop ( GstBaseSrc *  psrc)
static

Definition at line 778 of file mozillasrc.cpp.

Here is the caller graph for this function:

static gchar** gst_mozilla_src_uri_get_protocols ( void  )
static

Definition at line 1080 of file mozillasrc.cpp.

Here is the caller graph for this function:

static GstURIType gst_mozilla_src_uri_get_type ( void  )
static

Definition at line 1072 of file mozillasrc.cpp.

Here is the caller graph for this function:

static const gchar* gst_mozilla_src_uri_get_uri ( GstURIHandler *  handler)
static

Definition at line 1147 of file mozillasrc.cpp.

Here is the caller graph for this function:

static void gst_mozilla_src_uri_handler_init ( gpointer  g_iface,
gpointer  iface_data 
)
static

Definition at line 1166 of file mozillasrc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static gboolean gst_mozilla_src_uri_set_uri ( GstURIHandler *  handler,
const gchar *  uri 
)
static

Definition at line 1155 of file mozillasrc.cpp.

Here is the caller graph for this function:

NS_IMPL_THREADSAFE_ISUPPORTS1 ( ResumeEvent  ,
nsIRunnable   
)

Definition at line 153 of file mozillasrc.cpp.

NS_IMPL_THREADSAFE_ISUPPORTS5 ( StreamListener  ,
nsIRequestObserver  ,
nsIStreamListener  ,
nsIHttpHeaderVisitor  ,
nsIInterfaceRequestor  ,
nsIHttpEventSink   
)

Definition at line 207 of file mozillasrc.cpp.

static void unref_buffer ( gpointer  data,
gpointer  user_data 
)
static

Definition at line 645 of file mozillasrc.cpp.

Here is the caller graph for this function:

Variable Documentation

gchar** _supported_protocols = NULL
static

Definition at line 1077 of file mozillasrc.cpp.

const GstElementDetails gst_mozilla_src_details
static
Initial value:
=
GST_ELEMENT_DETAILS ((gchar *)"Mozilla nsIInputStream source",
(gchar *)"Source/Network",
(gchar *)"Receive data from a hosting mozilla "
"application Mozilla's I/O APIs",
(gchar *)"Pioneers of the Inevitable <songbird@songbirdnest.com")

Definition at line 94 of file mozillasrc.cpp.

GstStaticPadTemplate srctemplate
static
Initial value:
= GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS_ANY)

Definition at line 101 of file mozillasrc.cpp.