mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
tests: fix test
This commit is contained in:
parent
e107ba97e2
commit
f5b9a26e0d
1 changed files with 2 additions and 2 deletions
|
@ -1697,11 +1697,11 @@ GST_START_TEST (test_video_scaler)
|
||||||
{
|
{
|
||||||
GstVideoScaler *scale;
|
GstVideoScaler *scale;
|
||||||
|
|
||||||
scale = gst_video_scaler_new (GST_RESAMPLER_METHOD_LINEAR,
|
scale = gst_video_scaler_new (GST_VIDEO_RESAMPLER_METHOD_LINEAR,
|
||||||
GST_VIDEO_SCALER_FLAG_NONE, 2, 10, 5, NULL);
|
GST_VIDEO_SCALER_FLAG_NONE, 2, 10, 5, NULL);
|
||||||
gst_video_scaler_free (scale);
|
gst_video_scaler_free (scale);
|
||||||
|
|
||||||
scale = gst_video_scaler_new (GST_RESAMPLER_METHOD_LINEAR,
|
scale = gst_video_scaler_new (GST_VIDEO_RESAMPLER_METHOD_LINEAR,
|
||||||
GST_VIDEO_SCALER_FLAG_NONE, 2, 15, 5, NULL);
|
GST_VIDEO_SCALER_FLAG_NONE, 2, 15, 5, NULL);
|
||||||
gst_video_scaler_free (scale);
|
gst_video_scaler_free (scale);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue