Searched refs:gst_mpd_client_setup_media_presentation (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 918 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3103 ret = gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3194 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3280 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3317 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3366 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3434 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3503 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3567 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() 3646 gst_mpd_client_setup_media_presentation (mpdclient, GST_CLOCK_TIME_NONE, in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdclient.h | 71 gboolean gst_mpd_client_setup_media_presentation (GstMPDClient *client, GstClockTime time, gint per…
|
D | gstmpdclient.c | 1212 gst_mpd_client_setup_media_presentation (GstMPDClient * client, in gst_mpd_client_setup_media_presentation() function 2425 if (!gst_mpd_client_setup_media_presentation (client, GST_CLOCK_TIME_NONE, -1, in gst_mpd_client_set_period_id() 2453 if (!gst_mpd_client_setup_media_presentation (client, -1, period_idx, NULL)) in gst_mpd_client_set_period_index() 2497 if (!gst_mpd_client_setup_media_presentation (client, GST_CLOCK_TIME_NONE, in gst_mpd_client_has_next_period() 2513 if (!gst_mpd_client_setup_media_presentation (client, GST_CLOCK_TIME_NONE, in gst_mpd_client_has_previous_period() 3094 if (!gst_mpd_client_setup_media_presentation (client, time_offset, -1, NULL)) in gst_mpd_client_get_period_index_at_time()
|
D | gstdashdemux.c | 1047 if (gst_mpd_client_setup_media_presentation (dashdemux->client, 0, 0, in gst_dash_demux_process_manifest() 2327 if (!gst_mpd_client_setup_media_presentation (dashdemux->client, target_pos, in gst_dash_demux_seek() 2433 if (!gst_mpd_client_setup_media_presentation (new_client, -1, in gst_dash_demux_update_manifest_data()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 86010 gst_mpd_client_has_next_period now calls gst_mpd_client_setup_media_presentation 86947 gst_mpd_client_setup_media_presentation(). 91363 The period start information, calculated in gst_mpd_client_setup_media_presentation
|