Searched refs:prop_string (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstxmlhelper.c | 338 xmlChar *prop_string; in gst_xml_helper_get_prop_validated_string() local 341 prop_string = xmlGetProp (a_node, (const xmlChar *) property_name); in gst_xml_helper_get_prop_validated_string() 342 if (prop_string) { in gst_xml_helper_get_prop_validated_string() 343 if (validate && !(*validate) ((const char *) prop_string)) { in gst_xml_helper_get_prop_validated_string() 344 GST_WARNING ("Validation failure: %s", prop_string); in gst_xml_helper_get_prop_validated_string() 345 xmlFree (prop_string); in gst_xml_helper_get_prop_validated_string() 348 *property_value = (gchar *) prop_string; in gst_xml_helper_get_prop_validated_string() 350 GST_LOG (" - %s: %s", property_name, prop_string); in gst_xml_helper_get_prop_validated_string() 360 xmlChar *prop_string; in gst_xml_helper_get_ns_prop_string() local 363 prop_string = in gst_xml_helper_get_ns_prop_string() [all …]
|
D | gstmpdhelper.c | 29 xmlChar *prop_string; in gst_mpd_helper_get_mpd_type() local 33 prop_string = xmlGetProp (a_node, (const xmlChar *) property_name); in gst_mpd_helper_get_mpd_type() 34 if (prop_string) { in gst_mpd_helper_get_mpd_type() 35 if (xmlStrcmp (prop_string, (xmlChar *) "OnDemand") == 0 in gst_mpd_helper_get_mpd_type() 36 || xmlStrcmp (prop_string, (xmlChar *) "static") == 0) { in gst_mpd_helper_get_mpd_type() 40 } else if (xmlStrcmp (prop_string, (xmlChar *) "Live") == 0 in gst_mpd_helper_get_mpd_type() 41 || xmlStrcmp (prop_string, (xmlChar *) "dynamic") == 0) { in gst_mpd_helper_get_mpd_type() 47 property_name, prop_string); in gst_mpd_helper_get_mpd_type() 49 xmlFree (prop_string); in gst_mpd_helper_get_mpd_type() 59 xmlChar *prop_string; in gst_mpd_helper_get_SAP_type() local [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 28775 if (sscanf ((gchar *) prop_string, "%" G_GUINT64_FORMAT, 28787 if (sscanf ((gchar *) prop_string, "%" G_GUINT64_FORMAT, 90641 dashdemux: free prop_string only after it's no longer needed
|