ffmpegdec: Set default number of threads to 1

Too many suspicious errors/warnings pop up when more than 1 thread
is used.

Fixes #653649
This commit is contained in:
Edward Hervey 2011-07-11 10:47:26 +02:00
parent 54cdf039b9
commit 2f63830924

View file

@ -195,7 +195,7 @@ gst_ts_info_get (GstFFMpegDec * dec, gint idx)
#define DEFAULT_DO_PADDING TRUE
#define DEFAULT_DEBUG_MV FALSE
#define DEFAULT_CROP TRUE
#define DEFAULT_MAX_THREADS 0
#define DEFAULT_MAX_THREADS 1
enum
{