LibreOffice Module avmedia (master) 1
Classes | Typedefs | Functions
avmedia::gstreamer Namespace Reference

Classes

class  FrameGrabber
 
class  Manager
 
class  Player
 
class  Window
 

Typedefs

typedef ::cppu::WeakImplHelper< css::media::XFrameGrabber, css::lang::XServiceInfo > FrameGrabber_BASE
 
typedef ::cppu::WeakComponentImplHelper< css::media::XPlayer, css::lang::XServiceInfo > GstPlayer_BASE
 

Functions

static gboolean pipeline_bus_callback (GstBus *, GstMessage *message, gpointer data)
 
static GstBusSyncReply pipeline_bus_sync_handler (GstBus *, GstMessage *message, gpointer data)
 
static bool lcl_is_wayland_display_handle_need_context_message (GstMessage *msg)
 
static GstContext * lcl_wayland_display_handle_context_new (void *display)
 

Typedef Documentation

◆ FrameGrabber_BASE

typedef ::cppu::WeakImplHelper< css::media::XFrameGrabber, css::lang::XServiceInfo > avmedia::gstreamer::FrameGrabber_BASE

Definition at line 34 of file gstframegrabber.hxx.

◆ GstPlayer_BASE

typedef ::cppu::WeakComponentImplHelper< css::media::XPlayer, css::lang::XServiceInfo > avmedia::gstreamer::GstPlayer_BASE

Definition at line 39 of file gstplayer.hxx.

Function Documentation

◆ lcl_is_wayland_display_handle_need_context_message()

static bool avmedia::gstreamer::lcl_is_wayland_display_handle_need_context_message ( GstMessage *  msg)
static

◆ lcl_wayland_display_handle_context_new()

static GstContext * avmedia::gstreamer::lcl_wayland_display_handle_context_new ( void *  display)
static

◆ pipeline_bus_callback()

static gboolean avmedia::gstreamer::pipeline_bus_callback ( GstBus *  ,
GstMessage *  message,
gpointer  data 
)
static

◆ pipeline_bus_sync_handler()

static GstBusSyncReply avmedia::gstreamer::pipeline_bus_sync_handler ( GstBus *  ,
GstMessage *  message,
gpointer  data 
)
static