return TRUE;
}
-static inline gchar *
-_gst_strdup0 (const gchar * s)
-{
- if (s == NULL || *s == '\0')
- return NULL;
-
- return g_strdup (s);
-}
-
/**
* ges_meta_container_get_string:
* @container: Target container
return ret;
}
-/* Project saving functions */
-
-static void inline
-write_int_attribute (xmlTextWriterPtr writer, guint64 nb, const gchar * attr,
- const gchar * type)
-{
- gchar *str = g_strdup_printf ("%s%" G_GUINT64_FORMAT, type, nb);
- xmlTextWriterWriteAttribute (writer, BAD_CAST attr, BAD_CAST str);
- g_free (str);
-}
-
/* Project loading functions */
/* Return: a GHashTable containing: