| 270 | } |
| 271 | |
| 272 | static void |
| 273 | live_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 | |
| 279 | static void |
| 280 | live_preview_error_cb (GtkMediaStream *video, GParamSpec *spec, signal_user_data_t *ud) |
nothing calls this directly
no test coverage detected