mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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 \
|
||||
gstffmpegdemux.c \
|
||||
gstffmpegmux.c \
|
||||
gstffmpegdeinterlace.c \
|
||||
gstffmpegaudioresample.c
|
||||
gstffmpegdeinterlace.c
|
||||
#\
|
||||
# gstffmpegaudioresample.c
|
||||
# \
|
||||
# gstffmpegscale.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);
|
||||
|
|
Loading…
Reference in a new issue