summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland/wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/wayland/wayland.h')
-rw-r--r--gst-libs/gst/wayland/wayland.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/wayland/wayland.h b/gst-libs/gst/wayland/wayland.h
index ce1749cca..4c9e2f710 100644
--- a/gst-libs/gst/wayland/wayland.h
+++ b/gst-libs/gst/wayland/wayland.h
@@ -65,15 +65,15 @@ struct _GstWaylandVideoInterface {
GTypeInterface iface;
/* virtual functions */
- void (*pause_rendering) (GstWaylandVideo *video);
- void (*resume_rendering) (GstWaylandVideo *video);
+ void (*begin_geometry_change) (GstWaylandVideo *video);
+ void (*end_geometry_change) (GstWaylandVideo *video);
};
GType gst_wayland_video_get_type (void);
/* virtual function wrappers */
-void gst_wayland_video_pause_rendering (GstWaylandVideo * video);
-void gst_wayland_video_resume_rendering (GstWaylandVideo * video);
+void gst_wayland_video_begin_geometry_change (GstWaylandVideo * video);
+void gst_wayland_video_end_geometry_change (GstWaylandVideo * video);
G_END_DECLS