#include <bin.h>
Inheritance diagram for Gst::Bin:
Public Types | |
typedef Bin | CppObjectType |
typedef Bin_Class | CppClassType |
typedef GstBin | BaseObjectType |
typedef GstBinClass | BaseClassType |
Public Member Functions | |
virtual | ~Bin () |
GstBin * | gobj () |
Provides access to the underlying C GObject. | |
const GstBin * | gobj () const |
Provides access to the underlying C GObject. | |
GstBin * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::RefPtr< Bin > | add (const Glib::RefPtr< Element > &element) |
Glib::RefPtr< Bin > | remove (const Glib::RefPtr< Element > &element) |
Glib::RefPtr< Element > | get_by_name (const Glib::ustring &element_name) |
Glib::RefPtr< Element > | get_by_name_recurse_up (const Glib::ustring &element_name) |
Glib::RefPtr< Element > | get_by_interface (GType interface) |
Glib::RefPtr< Pad > | find_unconnected_pad (PadDirection direction) |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
static Glib::RefPtr< Bin > | create (const Glib::ustring &name) |
Protected Member Functions | |
Bin (const Glib::ConstructParams &construct_params) | |
Bin (GstBin *castitem) | |
Bin () | |
Friends | |
class | Bin_Class |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::Bin > | wrap (GstBin *object, bool take_copy=false) |
typedef Bin Gst::Bin::CppObjectType |
typedef Bin_Class Gst::Bin::CppClassType |
typedef GstBin Gst::Bin::BaseObjectType |
typedef GstBinClass Gst::Bin::BaseClassType |
Gst::Bin::Bin | ( | const Glib::ConstructParams & | construct_params | ) | [explicit, protected] |
Gst::Bin::Bin | ( | GstBin * | castitem | ) | [explicit, protected] |
virtual Gst::Bin::~Bin | ( | ) | [virtual] |
Gst::Bin::Bin | ( | ) | [protected] |
static GType Gst::Bin::get_type | ( | ) | [static] |
static GType Gst::Bin::get_base_type | ( | ) | [static] |
GstBin* Gst::Bin::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
Reimplemented in Gst::Pipeline.
const GstBin* Gst::Bin::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
Reimplemented in Gst::Pipeline.
GstBin* Gst::Bin::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::Element.
Reimplemented in Gst::Pipeline.
static Glib::RefPtr<Bin> Gst::Bin::create | ( | const Glib::ustring & | name | ) | [static] |
Reimplemented in Gst::Pipeline.
Glib::RefPtr<Element> Gst::Bin::get_by_name | ( | const Glib::ustring & | element_name | ) |
Glib::RefPtr<Element> Gst::Bin::get_by_name_recurse_up | ( | const Glib::ustring & | element_name | ) |
Glib::RefPtr<Element> Gst::Bin::get_by_interface | ( | GType | interface | ) |
Glib::RefPtr<Pad> Gst::Bin::find_unconnected_pad | ( | PadDirection | direction | ) |
friend class Bin_Class [friend] |
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. |