mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
update for basetransform change
This commit is contained in:
parent
525f330142
commit
14387953a0
2 changed files with 2 additions and 2 deletions
|
@ -1168,7 +1168,7 @@ gst_video_rate_set_property (GObject * object,
|
||||||
|
|
||||||
reconfigure:
|
reconfigure:
|
||||||
GST_OBJECT_UNLOCK (videorate);
|
GST_OBJECT_UNLOCK (videorate);
|
||||||
gst_base_transform_reconfigure (GST_BASE_TRANSFORM (videorate));
|
gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM (videorate));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -314,7 +314,7 @@ gst_video_scale_set_property (GObject * object, guint prop_id,
|
||||||
GST_OBJECT_LOCK (vscale);
|
GST_OBJECT_LOCK (vscale);
|
||||||
vscale->add_borders = g_value_get_boolean (value);
|
vscale->add_borders = g_value_get_boolean (value);
|
||||||
GST_OBJECT_UNLOCK (vscale);
|
GST_OBJECT_UNLOCK (vscale);
|
||||||
gst_base_transform_reconfigure (GST_BASE_TRANSFORM_CAST (vscale));
|
gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM_CAST (vscale));
|
||||||
break;
|
break;
|
||||||
case PROP_SHARPNESS:
|
case PROP_SHARPNESS:
|
||||||
GST_OBJECT_LOCK (vscale);
|
GST_OBJECT_LOCK (vscale);
|
||||||
|
|
Loading…
Reference in a new issue