diff options
author | Gianluca Gennari <gennarone@gmail.com> | 2012-12-17 15:00:52 +0100 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.com> | 2013-05-08 18:14:32 -0300 |
commit | e7fad847bb8b17e20e5632b5036c41499f0a0916 (patch) | |
tree | 9a085b6219c312a6863558d5dbcbbf41c9734bb1 /ext/dash/gstmpdparser.h | |
parent | 9d43e33319a9ff0bf27cf180f12de38d21f95dc0 (diff) | |
download | gstreamer-plugins-bad-e7fad847bb8b17e20e5632b5036c41499f0a0916.tar.gz |
dashdemux: new API to load the stream Period with a given index
this avoids to fiddle with stream internals in the code
Diffstat (limited to 'ext/dash/gstmpdparser.h')
-rw-r--r-- | ext/dash/gstmpdparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dash/gstmpdparser.h b/ext/dash/gstmpdparser.h index 8254c8740..dccae1c80 100644 --- a/ext/dash/gstmpdparser.h +++ b/ext/dash/gstmpdparser.h @@ -475,7 +475,7 @@ gboolean gst_mpd_client_get_next_header (GstMpdClient *client, const gchar **uri gboolean gst_mpd_client_is_live (GstMpdClient * client); /* Period selection */ -gboolean gst_mpd_client_get_next_period (GstMpdClient *client); +gboolean gst_mpd_client_get_period_by_index (GstMpdClient *client, guint period_idx); /* Representation selection */ gint gst_mpdparser_get_rep_idx_with_max_bandwidth (GList *Representations, gint max_bandwidth); |