summaryrefslogtreecommitdiff
path: root/ext/dash/gstmpdparser.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-01-25 09:36:35 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-08 18:14:33 -0300
commita1447a8ede844edfc5b16bc009379fe2d14f013d (patch)
tree157e5408582d80453973afa6ab47218b3a4f57b9 /ext/dash/gstmpdparser.h
parent6acf2fba8f89899fae258eaa14e10410508ac747 (diff)
downloadgstreamer-plugins-bad-a1447a8ede844edfc5b16bc009379fe2d14f013d.tar.gz
dash: fixing build warnings
Also running through gst-indent
Diffstat (limited to 'ext/dash/gstmpdparser.h')
-rw-r--r--ext/dash/gstmpdparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dash/gstmpdparser.h b/ext/dash/gstmpdparser.h
index 6663804ad..3fafe884a 100644
--- a/ext/dash/gstmpdparser.h
+++ b/ext/dash/gstmpdparser.h
@@ -456,7 +456,7 @@ struct _GstMpdClient
};
/* Basic initialization/deinitialization functions */
-GstMpdClient *gst_mpd_client_new ();
+GstMpdClient *gst_mpd_client_new (void);
void gst_active_streams_free (GstMpdClient * client);
void gst_mpd_client_free (GstMpdClient * client);
@@ -465,7 +465,7 @@ gboolean gst_mpd_parse (GstMpdClient *client, const gchar *data, gint size);
/* Streaming management */
gboolean gst_mpd_client_setup_media_presentation (GstMpdClient *client);
-gboolean gst_mpd_client_setup_streaming (GstMpdClient *client, GstStreamMimeType mimeType, gchar* lang);
+gboolean gst_mpd_client_setup_streaming (GstMpdClient *client, GstStreamMimeType mimeType, const gchar* lang);
gboolean gst_mpd_client_setup_representation (GstMpdClient *client, GstActiveStream *stream, GstRepresentationNode *representation);
GstClockTime gst_mpd_client_get_current_position (GstMpdClient *client);
GstClockTime gst_mpd_client_get_next_fragment_duration (GstMpdClient * client);