mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
videocrop: fix compilation
This commit is contained in:
parent
ddd58a4035
commit
7e43e99726
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ static GstCaps *gst_video_crop_transform_caps (GstBaseTransform * trans,
|
|||
static GstFlowReturn gst_video_crop_transform (GstBaseTransform * trans,
|
||||
GstBuffer * inbuf, GstBuffer * outbuf);
|
||||
static gboolean gst_video_crop_get_unit_size (GstBaseTransform * trans,
|
||||
GstCaps * caps, guint * size);
|
||||
GstCaps * caps, gsize * size);
|
||||
static gboolean gst_video_crop_set_caps (GstBaseTransform * trans,
|
||||
GstCaps * in_caps, GstCaps * outcaps);
|
||||
static gboolean gst_video_crop_src_event (GstBaseTransform * trans,
|
||||
|
@ -290,7 +290,7 @@ incomplete_format:
|
|||
|
||||
static gboolean
|
||||
gst_video_crop_get_unit_size (GstBaseTransform * trans, GstCaps * caps,
|
||||
guint * size)
|
||||
gsize * size)
|
||||
{
|
||||
GstVideoCropImageDetails img_details = { 0, };
|
||||
GstVideoCrop *vcrop = GST_VIDEO_CROP (trans);
|
||||
|
|
Loading…
Reference in a new issue