mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
basetransform: Fix bodged previous commit
This commit is contained in:
parent
888e6a91a4
commit
0c0dc0441f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue