Header used for creating custom factories
Definition in file factory_metadata.h.
Go to the source code of this file.
Data Structures | |
struct | _FactoryMetadata |
Information required by a custom factory. More... | |
Typedefs | |
typedef struct _FactoryMetadata | FactoryMetadata |
Information required by a custom factory. More... | |
Functions | |
unsigned long | gst_custom_factory_get_type (const char *name) |
const FactoryMetadata | get_custom_factory_info (void) |
const char * | get_custom_factory_product_param_spec (void) |
typedef struct _FactoryMetadata FactoryMetadata |
Information required by a custom factory.
const FactoryMetadata get_custom_factory_info | ( | void | ) |
const char* get_custom_factory_product_param_spec | ( | void | ) |
unsigned long gst_custom_factory_get_type | ( | const char * | name | ) |