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

View file

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