mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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);
|
void (*before_transform) (GstBaseTransform *trans, GstBuffer *buffer);
|
||||||
|
|
||||||
gboolean (*accept_caps) (GstBaseTransform *trans, GstPadDirection direction,
|
gboolean (*accept_caps) (GstBaseTransform *trans, GstPadDirection direction,
|
||||||
|
GstCaps *caps);
|
||||||
gboolean (*query) (GstBaseTransform * trans, GstPadDirection direction,
|
gboolean (*query) (GstBaseTransform * trans, GstPadDirection direction,
|
||||||
GstQuery * query);
|
GstQuery * query);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue