From b34d003bfeeb8204c3ae6980cc2f4533d618d279 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 26 Oct 2003 12:00:25 +0000 Subject: [PATCH] < <-> > confusion Original commit message from CVS: < <-> > confusion --- ext/ffmpeg/gstffmpegdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c index 433c076..267db5d 100644 --- a/ext/ffmpeg/gstffmpegdec.c +++ b/ext/ffmpeg/gstffmpegdec.c @@ -440,7 +440,7 @@ gst_ffmpegdec_register (GstPlugin *plugin) /* no quasi-codecs, please */ if (in_plugin->id == CODEC_ID_RAWVIDEO || (in_plugin->id >= CODEC_ID_PCM_S16LE && - in_plugin->id >= CODEC_ID_PCM_ALAW)) { + in_plugin->id <= CODEC_ID_PCM_ALAW)) { goto next; } -- 2.7.4