summaryrefslogtreecommitdiff
path: root/ext/wayland/gstwaylandsink.h
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-02-13 10:02:54 +0100
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-17 13:51:21 +0200
commitf6e72c8725bb80519d219be0fd0080f617ca27f3 (patch)
treec23950b4117bce49a6b3d3ac54a55ee405814cc8 /ext/wayland/gstwaylandsink.h
parent0ee558f4c624e6f25ee55d5cda47a29c012b49b5 (diff)
downloadgstreamer-plugins-bad-f6e72c8725bb80519d219be0fd0080f617ca27f3.tar.gz
waylandsink: split video format related functions out to a separate file
Diffstat (limited to 'ext/wayland/gstwaylandsink.h')
-rw-r--r--ext/wayland/gstwaylandsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h
index c5a1057d9..35a99ae24 100644
--- a/ext/wayland/gstwaylandsink.h
+++ b/ext/wayland/gstwaylandsink.h
@@ -89,7 +89,7 @@ struct _GstWaylandSink
gint video_width;
gint video_height;
- uint32_t format;
+ enum wl_shm_format format;
};
struct _GstWaylandSinkClass