| GStreamer 0.9 Core Reference Manual |
|---|
GstXMLRegistryGstXMLRegistry — |
#include <gst/gst.h>
GstXMLRegistry;
GstRegistry* gst_xml_registry_new (const gchar *name,
const gchar *location);
GstRegistry* gst_xml_registry_new (const gchar *name, const gchar *location);
Create a new xml registry with the given name and location.
name : |
the name of the registry |
location : |
the location of the registry file |
| Returns : | a new GstXMLRegistry with the given name an location. |
location" property"location" gchararray : Read / Write
Location of the registry file.
Default value: NULL
| << GstXML | GStreamer Core Support >> |