Home
last modified time | relevance | path

Searched refs:period_id (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.h71 …_presentation (GstMPDClient *client, GstClockTime time, gint period_index, const gchar *period_id);
93 gboolean gst_mpd_client_set_period_id (GstMPDClient *client, const gchar * period_id);
149 gchar * period_id,
153 gchar * period_id,
158 gchar * period_id,
164 gchar * period_id,
170 gchar * period_id,
181 gchar * period_id,
Dgstmpdclient.c55 gst_mpd_client_get_period_with_id (GList * periods, gchar * period_id) in gst_mpd_client_get_period_with_id() argument
62 if (!g_strcmp0 (period->id, period_id)) in gst_mpd_client_get_period_with_id()
1213 GstClockTime time, gint period_idx, const gchar * period_id) in gst_mpd_client_setup_media_presentation() argument
1237 if (period_id != NULL && stream_period->period->id != NULL in gst_mpd_client_setup_media_presentation()
1238 && strcmp (stream_period->period->id, period_id) == 0) in gst_mpd_client_setup_media_presentation()
1430 if (period_id != NULL && stream_period->period->id != NULL in gst_mpd_client_setup_media_presentation()
1431 && strcmp (stream_period->period->id, period_id) == 0) in gst_mpd_client_setup_media_presentation()
2414 gst_mpd_client_set_period_id (GstMPDClient * client, const gchar * period_id) in gst_mpd_client_set_period_id() argument
2423 g_return_val_if_fail (period_id != NULL, FALSE); in gst_mpd_client_set_period_id()
2426 period_id)) in gst_mpd_client_set_period_id()
[all …]
Dgstdashdemux.c2418 const gchar *period_id; in gst_dash_demux_update_manifest_data() local
2429 period_id = gst_mpd_client_get_period_id (dashdemux->client); in gst_dash_demux_update_manifest_data()
2434 (period_id ? -1 : period_idx), period_id)) { in gst_dash_demux_update_manifest_data()
2438 if (period_id) { in gst_dash_demux_update_manifest_data()
2439 if (!gst_mpd_client_set_period_id (new_client, period_id)) { in gst_dash_demux_update_manifest_data()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c6322 gchar *period_id; in GST_START_TEST() local
6350period_id = gst_mpd_client_set_period_node (second_mpdclient, (gchar *) "TestId", "start", (guint6… in GST_START_TEST()
6353 gst_mpd_client_set_adaptation_set_node (second_mpdclient, period_id, 9, in GST_START_TEST()
6357 gst_mpd_client_set_representation_node (second_mpdclient, period_id, in GST_START_TEST()
6362 gst_mpd_client_set_segment_list (second_mpdclient, period_id, in GST_START_TEST()
6365 gst_mpd_client_add_segment_url (second_mpdclient, period_id, in GST_START_TEST()
6367 gst_mpd_client_add_segment_url (second_mpdclient, period_id, in GST_START_TEST()