update for basetransform change

This commit is contained in:
Wim Taymans 2012-02-24 11:03:16 +01:00
parent 525f330142
commit 14387953a0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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);