MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / audio_reset_cb

Function audio_reset_cb

gtk/src/audiohandler.c:1608–1617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1606}
1607
1608G_MODULE_EXPORT void
1609audio_reset_cb (GSimpleAction *action, GVariant *param, gpointer data)
1610{
1611 signal_user_data_t *ud = ghb_ud();
1612 set_pref_audio_settings(ud->settings);
1613 sanitize_audio_tracks(ud);
1614 audio_update_dialog_widgets(ud, audio_get_selected_settings(ud, NULL));
1615 audio_refresh_list_ui(ud);
1616 ghb_update_summary_info(ud);
1617}
1618
1619static GtkWidget *find_widget_recurse(GtkWidget *widget, const gchar *name)
1620{

Callers

nothing calls this directly

Calls 7

ghb_udFunction · 0.85
set_pref_audio_settingsFunction · 0.85
sanitize_audio_tracksFunction · 0.85
audio_refresh_list_uiFunction · 0.85
ghb_update_summary_infoFunction · 0.85

Tested by

no test coverage detected