GstXMLRegistry

GstXMLRegistry —

Synopsis


#include <gst/gst.h>


            GstXMLRegistry;
GstRegistry* gst_xml_registry_new           (const gchar *name,
                                             const gchar *location);


Object Hierarchy


  GObject
   +----GstRegistry
         +----GstXMLRegistry

Properties


  "location"             gchararray            : Read / Write

Description

Details

GstXMLRegistry

typedef struct _GstXMLRegistry GstXMLRegistry;


gst_xml_registry_new ()

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.

Properties

The "location" property

  "location"             gchararray            : Read / Write

Location of the registry file.

Default value: NULL