Home
last modified time | relevance | path

Searched refs:entry_location (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink.c288 gchar *entry_location; in gst_hls_sink_handle_message() local
302 entry_location = g_path_get_basename (filename); in gst_hls_sink_handle_message()
305 entry_location = g_build_filename (sink->playlist_root, name, NULL); in gst_hls_sink_handle_message()
309 gst_m3u8_playlist_add_entry (sink->playlist, entry_location, in gst_hls_sink_handle_message()
311 g_free (entry_location); in gst_hls_sink_handle_message()
Dgsthlssink2.c435 gchar *entry_location; in gst_hls_sink2_handle_message() local
447 entry_location = g_path_get_basename (sink->current_location); in gst_hls_sink2_handle_message()
450 entry_location = g_build_filename (sink->playlist_root, name, NULL); in gst_hls_sink2_handle_message()
454 gst_m3u8_playlist_add_entry (sink->playlist, entry_location, in gst_hls_sink2_handle_message()
457 g_free (entry_location); in gst_hls_sink2_handle_message()