#include <decodebin.h>
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<DecodeBin> | create () |
Creates a new decodebin plugin with a unique name. | |
static Glib::RefPtr<DecodeBin> | create (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::DecodeBin> | wrap (GstDecodeBin* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
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.
virtual GstBase::DecodeBin::~DecodeBin | ( | ) | [virtual] |
GstBase::DecodeBin::DecodeBin | ( | ) | [protected] |
GstBase::DecodeBin::DecodeBin | ( | const Glib::ustring & | name | ) | [protected] |
static Glib::RefPtr<DecodeBin> GstBase::DecodeBin::create | ( | const Glib::ustring & | name | ) | [static] |
static Glib::RefPtr<DecodeBin> GstBase::DecodeBin::create | ( | ) | [static] |
const GstDecodeBin* GstBase::DecodeBin::gobj | ( | ) | const [inline] |
GstDecodeBin* GstBase::DecodeBin::gobj | ( | ) | [inline] |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
void on_my_unknown_type(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)
Glib::RefPtr<GstBase::DecodeBin> wrap | ( | GstDecodeBin * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |