basetransform: Fix bodged previous commit
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 26 Aug 2011 12:02:34 +0000 (13:02 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 26 Aug 2011 12:02:34 +0000 (13:02 +0100)
libs/gst/base/gstbasetransform.h

index 84dd0af..485e484 100644 (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);