Searched refs:entry_location (Results 1 – 2 of 2) sorted by relevance
288 gchar *entry_location; in gst_hls_sink_handle_message() local302 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()
435 gchar *entry_location; in gst_hls_sink2_handle_message() local447 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()