diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/speexresample/gstspeexresample.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/speexresample/gstspeexresample.h b/gst/speexresample/gstspeexresample.h index 68731289..b5abf0e6 100644 --- a/gst/speexresample/gstspeexresample.h +++ b/gst/speexresample/gstspeexresample.h @@ -51,6 +51,8 @@ typedef struct _GstSpeexResampleClass GstSpeexResampleClass; struct _GstSpeexResample { GstBaseTransform element; + /* <private> */ + GstCaps *srccaps, *sinkcaps; gboolean need_discont; |