ffmpeg: disable resample

This commit is contained in:
Wim Taymans 2011-02-28 10:37:34 +01:00
parent 7a225ab604
commit 88271530e4
2 changed files with 4 additions and 3 deletions

View file

@ -15,8 +15,9 @@ libgstffmpeg_la_SOURCES = gstffmpeg.c \
gstffmpegcfg.c \
gstffmpegdemux.c \
gstffmpegmux.c \
gstffmpegdeinterlace.c \
gstffmpegaudioresample.c
gstffmpegdeinterlace.c
#\
# gstffmpegaudioresample.c
# \
# gstffmpegscale.c

View file

@ -148,8 +148,8 @@ plugin_init (GstPlugin * plugin)
#endif
#if 0
gst_ffmpegcsp_register (plugin);
#endif
gst_ffmpegaudioresample_register (plugin);
#endif
register_protocol (&gstreamer_protocol);
register_protocol (&gstpipe_protocol);