Searched refs:license_ref (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | licenses.c | 249 gst_tag_get_license_idx (const gchar * license_ref, const gchar ** jurisdiction) in gst_tag_get_license_idx() argument 254 GST_TRACE ("Looking up '%s'", license_ref); in gst_tag_get_license_idx() 256 if (!g_str_has_prefix (license_ref, CC_LICENSE_REF_PREFIX)) { in gst_tag_get_license_idx() 257 GST_WARNING ("unknown license prefix in ref '%s'", license_ref); in gst_tag_get_license_idx() 264 ref = license_ref + sizeof (CC_LICENSE_REF_PREFIX) - 1; in gst_tag_get_license_idx() 304 license_ref, licenses[i].ref, jurs, i); in gst_tag_get_license_idx() 316 GST_WARNING ("unhandled license ref '%s'", license_ref); in gst_tag_get_license_idx() 331 gst_tag_get_license_flags (const gchar * license_ref) in gst_tag_get_license_flags() argument 335 g_return_val_if_fail (license_ref != NULL, 0); in gst_tag_get_license_flags() 337 idx = gst_tag_get_license_idx (license_ref, NULL); in gst_tag_get_license_flags() [all …]
|
D | tag.h | 689 GstTagLicenseFlags gst_tag_get_license_flags (const gchar * license_ref); 692 const gchar * gst_tag_get_license_nick (const gchar * license_ref); 695 const gchar * gst_tag_get_license_title (const gchar * license_ref); 698 const gchar * gst_tag_get_license_version (const gchar * license_ref); 701 const gchar * gst_tag_get_license_description (const gchar * license_ref); 704 const gchar * gst_tag_get_license_jurisdiction (const gchar * license_ref);
|