summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0rmixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/frei0r/gstfrei0rmixer.h')
-rw-r--r--gst/frei0r/gstfrei0rmixer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/frei0r/gstfrei0rmixer.h b/gst/frei0r/gstfrei0rmixer.h
index 7cb66005e..dc0ff6c8d 100644
--- a/gst/frei0r/gstfrei0rmixer.h
+++ b/gst/frei0r/gstfrei0rmixer.h
@@ -47,10 +47,9 @@ struct _GstFrei0rMixer {
GstPad *sink0, *sink1, *sink2;
GstCaps *caps;
- GstVideoFormat fmt;
- gint width, height;
+ GstVideoInfo info;
- GstEvent *newseg_event;
+ GstEvent *segment_event;
GstPadEventFunction collect_event;