#include <gstreamermm/register.h>
|
void | add_pad_template (const Glib::RefPtr< Gst::PadTemplate >& tpl) |
|
void | set_metadata (const Glib::ustring& longname, const Glib::ustring& classification, const Glib::ustring& description, const Glib::ustring& author) |
|
void | add_metadata (const Glib::ustring& key, const Glib::ustring& value) |
|
const GstElementClass* | gobj () const |
|
GstElementClass* | gobj () |
|
◆ add_metadata()
template <typename DerivedCppType>
void Gst::ElementClass< DerivedCppType >::add_metadata |
( |
const Glib::ustring & |
key, |
|
|
const Glib::ustring & |
value |
|
) |
| |
|
inline |
◆ add_pad_template()
template <typename DerivedCppType>
◆ gobj() [1/2]
template <typename DerivedCppType>
◆ gobj() [2/2]
template <typename DerivedCppType>
◆ set_metadata()
template <typename DerivedCppType>
void Gst::ElementClass< DerivedCppType >::set_metadata |
( |
const Glib::ustring & |
longname, |
|
|
const Glib::ustring & |
classification, |
|
|
const Glib::ustring & |
description, |
|
|
const Glib::ustring & |
author |
|
) |
| |
|
inline |
◆ register_mm_type
template <typename DerivedCppType>
GType register_mm_type |
( |
const gchar * |
type_name = typeid(DerivedCppType).name() | ) |
|
|
friend |