mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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:
|
||||
GST_OBJECT_UNLOCK (videorate);
|
||||
gst_base_transform_reconfigure (GST_BASE_TRANSFORM (videorate));
|
||||
gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM (videorate));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -314,7 +314,7 @@ gst_video_scale_set_property (GObject * object, guint prop_id,
|
|||
GST_OBJECT_LOCK (vscale);
|
||||
vscale->add_borders = g_value_get_boolean (value);
|
||||
GST_OBJECT_UNLOCK (vscale);
|
||||
gst_base_transform_reconfigure (GST_BASE_TRANSFORM_CAST (vscale));
|
||||
gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM_CAST (vscale));
|
||||
break;
|
||||
case PROP_SHARPNESS:
|
||||
GST_OBJECT_LOCK (vscale);
|
||||
|
|
Loading…
Reference in a new issue