basetransform: Fix bodged previous commit

This commit is contained in:
Sjoerd Simons 2011-08-26 13:02:34 +01:00
parent 888e6a91a4
commit 0c0dc0441f

View file

@ -246,6 +246,7 @@ struct _GstBaseTransformClass {
void (*before_transform) (GstBaseTransform *trans, GstBuffer *buffer);
gboolean (*accept_caps) (GstBaseTransform *trans, GstPadDirection direction,
GstCaps *caps);
gboolean (*query) (GstBaseTransform * trans, GstPadDirection direction,
GstQuery * query);