mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst/videoscale/gstvideoscale.c: Change default scaling method from nearest-neighbour to bilinear.
Original commit message from CVS: * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD): Change default scaling method from nearest-neighbour to bilinear.
This commit is contained in:
parent
5ce4d71f82
commit
fa38b99379
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
|
||||
Change default scaling method from nearest-neighbour to bilinear.
|
||||
|
||||
2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* tests/check/libs/video.c:
|
||||
|
|
|
@ -80,7 +80,7 @@ GST_ELEMENT_DETAILS ("Video scaler",
|
|||
"Resizes video",
|
||||
"Wim Taymans <wim.taymans@chello.be>");
|
||||
|
||||
#define DEFAULT_PROP_METHOD GST_VIDEO_SCALE_NEAREST
|
||||
#define DEFAULT_PROP_METHOD GST_VIDEO_SCALE_BILINEAR
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue