summaryrefslogtreecommitdiff
path: root/ext/dash/gstmpdclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dash/gstmpdclient.h')
-rw-r--r--ext/dash/gstmpdclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/dash/gstmpdclient.h b/ext/dash/gstmpdclient.h
index 8d165a919..ccf9923d5 100644
--- a/ext/dash/gstmpdclient.h
+++ b/ext/dash/gstmpdclient.h
@@ -57,6 +57,9 @@ void gst_mpd_client_free (GstMPDClient * client);
/* main mpd parsing methods from xml data */
gboolean gst_mpd_client_parse (GstMPDClient * client, const gchar * data, gint size);
+/* xml generator */
+gboolean gst_mpd_client_get_xml_content (GstMPDClient * client, gchar ** data, gint * size);
+
void gst_mpd_client_set_uri_downloader (GstMPDClient * client, GstUriDownloader * download);
void gst_mpd_client_check_profiles (GstMPDClient * client);
void gst_mpd_client_fetch_on_load_external_resources (GstMPDClient * client);