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

Function live_preview_pause

gtk/src/preview.c:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265static void
266live_preview_pause (signal_user_data_t *ud)
267{
268 live_preview_set_state(PREVIEW_STATE_PAUSED);
269 gtk_media_stream_pause(ud->preview->video);
270}
271
272static void
273live_preview_ended_cb (GtkMediaStream *video, GParamSpec *spec, signal_user_data_t *ud)

Callers 3

live_preview_ended_cbFunction · 0.85
live_preview_stopFunction · 0.85

Calls 1

live_preview_set_stateFunction · 0.85

Tested by

no test coverage detected