summaryrefslogtreecommitdiffstats
path: root/ext/hermes/gstcolorspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hermes/gstcolorspace.h')
-rw-r--r--ext/hermes/gstcolorspace.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/hermes/gstcolorspace.h b/ext/hermes/gstcolorspace.h
index ef8a8bfe..0cf6f2d7 100644
--- a/ext/hermes/gstcolorspace.h
+++ b/ext/hermes/gstcolorspace.h
@@ -75,13 +75,12 @@ struct _GstColorspace {
GstColorSpaceConverterType type;
gint width, height;
- gfloat fps;
+ gdouble fps;
gint srcbpp, destbpp;
- gboolean disabled;
+ gboolean passthru;
GstCaps *sinkcaps;
-
- GstBufferPool *pool;
+ GstCaps *srccaps;
};
struct _GstColorspaceClass {