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

Function live_preview_ended_cb

gtk/src/preview.c:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272static void
273live_preview_ended_cb (GtkMediaStream *video, GParamSpec *spec, signal_user_data_t *ud)
274{
275 if (gtk_media_stream_get_ended(video))
276 live_preview_pause(ud);
277}
278
279static void
280live_preview_error_cb (GtkMediaStream *video, GParamSpec *spec, signal_user_data_t *ud)

Callers

nothing calls this directly

Calls 1

live_preview_pauseFunction · 0.85

Tested by

no test coverage detected