mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpeg: disable resample
This commit is contained in:
parent
7a225ab604
commit
88271530e4
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,9 @@ libgstffmpeg_la_SOURCES = gstffmpeg.c \
|
||||||
gstffmpegcfg.c \
|
gstffmpegcfg.c \
|
||||||
gstffmpegdemux.c \
|
gstffmpegdemux.c \
|
||||||
gstffmpegmux.c \
|
gstffmpegmux.c \
|
||||||
gstffmpegdeinterlace.c \
|
gstffmpegdeinterlace.c
|
||||||
gstffmpegaudioresample.c
|
#\
|
||||||
|
# gstffmpegaudioresample.c
|
||||||
# \
|
# \
|
||||||
# gstffmpegscale.c
|
# gstffmpegscale.c
|
||||||
|
|
||||||
|
|
|
@ -148,8 +148,8 @@ plugin_init (GstPlugin * plugin)
|
||||||
#endif
|
#endif
|
||||||
#if 0
|
#if 0
|
||||||
gst_ffmpegcsp_register (plugin);
|
gst_ffmpegcsp_register (plugin);
|
||||||
#endif
|
|
||||||
gst_ffmpegaudioresample_register (plugin);
|
gst_ffmpegaudioresample_register (plugin);
|
||||||
|
#endif
|
||||||
|
|
||||||
register_protocol (&gstreamer_protocol);
|
register_protocol (&gstreamer_protocol);
|
||||||
register_protocol (&gstpipe_protocol);
|
register_protocol (&gstpipe_protocol);
|
||||||
|
|
Loading…
Reference in a new issue