From 88271530e424cc9c3558ab0ff5f5f62c7f1ce2ad Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 28 Feb 2011 10:37:34 +0100 Subject: [PATCH] ffmpeg: disable resample --- ext/ffmpeg/Makefile.am | 5 +++-- ext/ffmpeg/gstffmpeg.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ext/ffmpeg/Makefile.am b/ext/ffmpeg/Makefile.am index 3c02817244..bd9e6b4962 100644 --- a/ext/ffmpeg/Makefile.am +++ b/ext/ffmpeg/Makefile.am @@ -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 diff --git a/ext/ffmpeg/gstffmpeg.c b/ext/ffmpeg/gstffmpeg.c index 245ff6004a..a69bf49872 100644 --- a/ext/ffmpeg/gstffmpeg.c +++ b/ext/ffmpeg/gstffmpeg.c @@ -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);