diff --git a/gst/speexresample/gstspeexresample.h b/gst/speexresample/gstspeexresample.h index 68731289e4..b5abf0e674 100644 --- a/gst/speexresample/gstspeexresample.h +++ b/gst/speexresample/gstspeexresample.h @@ -51,6 +51,8 @@ typedef struct _GstSpeexResampleClass GstSpeexResampleClass; struct _GstSpeexResample { GstBaseTransform element; + /* */ + GstCaps *srccaps, *sinkcaps; gboolean need_discont;