mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
gst/videoscale/gstvideoscale.*: remove unimplemented scale methods
Original commit message from CVS: * gst/videoscale/gstvideoscale.h: * gst/videoscale/gstvideoscale.c: remove unimplemented scale methods
This commit is contained in:
parent
3ba410eb4b
commit
c40059cfd6
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/videoscale/gstvideoscale.h:
|
||||||
|
* gst/videoscale/gstvideoscale.c:
|
||||||
|
remove unimplemented scale methods
|
||||||
|
|
||||||
2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
|
2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
|
* ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
|
||||||
|
|
|
@ -47,10 +47,8 @@ GST_DEBUG_CATEGORY_EXTERN (videoscale_debug);
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_VIDEOSCALE_POINT_SAMPLE,
|
|
||||||
GST_VIDEOSCALE_NEAREST,
|
GST_VIDEOSCALE_NEAREST,
|
||||||
GST_VIDEOSCALE_BILINEAR,
|
GST_VIDEOSCALE_BILINEAR,
|
||||||
GST_VIDEOSCALE_BICUBIC
|
|
||||||
} GstVideoScaleMethod;
|
} GstVideoScaleMethod;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue