GstBase::DecodeBin Class Reference
[gstreamerbasemm Plugins]

GstBase::DecodeBin — decodebin plugin. More...

#include <decodebin.h>

Inheritance diagram for GstBase::DecodeBin:

Gst::Bin Gst::Element Gst::ChildProxy Gst::Object

List of all members.

Public Member Functions

virtual ~DecodeBin ()
GstDecodeBin* gobj ()
 Provides access to the underlying C GObject.
const GstDecodeBin* gobj () const
 Provides access to the underlying C GObject.
GstDecodeBin* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::SignalProxy2< void,
const Glib::RefPtr<Gst::Pad>
&, bool > 
signal_new_decoded_pad ()
Glib::SignalProxy1< void,
const Glib::RefPtr<Gst::Pad >&> 
signal_removed_decoded_pad ()
Glib::SignalProxy2< void,
const Glib::RefPtr<Gst::Pad>
&, const Glib::RefPtr
<Gst::Caps >&> 
signal_unknown_type ()

Static Public Member Functions

static Glib::RefPtr<DecodeBincreate ()
 Creates a new decodebin plugin with a unique name.
static Glib::RefPtr<DecodeBincreate (const Glib::ustring& name)
 Creates a new decodebin plugin with the given name.

Protected Member Functions

 DecodeBin ()
 DecodeBin (const Glib::ustring& name)
virtual void on_new_decoded_pad (const Glib::RefPtr<Gst::Pad>& arg0, bool arg1)
virtual void on_removed_decoded_pad (const Glib::RefPtr<Gst::Pad>& arg0)
virtual void on_unknown_type (const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<GstBase::DecodeBinwrap (GstDecodeBin* object, bool take_copy=false)
 A Glib::wrap() method for this object.


Detailed Description

GstBase::DecodeBin — decodebin plugin.

Please include <gstreamerbasemm/decodebin.h> to use. Also, though using the underlying GObject is fine, using its C type is not guaranteed to be API stable across releases because it is not guaranteed to always remain the same.


Constructor& Destructor Documentation

virtual GstBase::DecodeBin::~DecodeBin (  )  [virtual]

GstBase::DecodeBin::DecodeBin (  )  [protected]

GstBase::DecodeBin::DecodeBin ( const Glib::ustring &  name  )  [protected]


Member Function Documentation

static Glib::RefPtr<DecodeBin> GstBase::DecodeBin::create ( const Glib::ustring &  name  )  [static]

Creates a new decodebin plugin with the given name.

Reimplemented from Gst::Bin.

static Glib::RefPtr<DecodeBin> GstBase::DecodeBin::create (  )  [static]

Creates a new decodebin plugin with a unique name.

Reimplemented from Gst::Bin.

const GstDecodeBin* GstBase::DecodeBin::gobj (  )  const [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::Bin.

GstDecodeBin* GstBase::DecodeBin::gobj (  )  [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::Bin.

GstDecodeBin* GstBase::DecodeBin::gobj_copy (  ) 

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

Reimplemented from Gst::Bin.

virtual void GstBase::DecodeBin::on_new_decoded_pad ( const Glib::RefPtr<Gst::Pad>&  arg0,
bool  arg1 
) [protected, virtual]

virtual void GstBase::DecodeBin::on_removed_decoded_pad ( const Glib::RefPtr<Gst::Pad>&  arg0  )  [protected, virtual]

virtual void GstBase::DecodeBin::on_unknown_type ( const Glib::RefPtr<Gst::Pad>&  arg0,
const Glib::RefPtr<Gst::Caps>&  arg1 
) [protected, virtual]

Glib::SignalProxy2<void,const Glib::RefPtr<Gst::Pad>&,bool> GstBase::DecodeBin::signal_new_decoded_pad (  ) 

Prototype:
void on_my_new_decoded_pad(const Glib::RefPtr<Gst::Pad>& arg0, bool arg1)

Glib::SignalProxy1<void,const Glib::RefPtr<Gst::Pad>&> GstBase::DecodeBin::signal_removed_decoded_pad (  ) 

Prototype:
void on_my_removed_decoded_pad(const Glib::RefPtr<Gst::Pad>& arg0)

Glib::SignalProxy2<void,const Glib::RefPtr<Gst::Pad>&,const Glib::RefPtr<Gst::Caps>&> GstBase::DecodeBin::signal_unknown_type (  ) 

Prototype:
void on_my_unknown_type(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)


Friends And Related Function Documentation

Glib::RefPtr<GstBase::DecodeBin> wrap ( GstDecodeBin *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
object The C instance.
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


The documentation for this class was generated from the following file:

Generated on Thu Jan 15 09:33:14 2009 for gstreamermm by  doxygen 1.5.7.1