1
--- ext/ffmpeg/gstffmpegdec.c.old 2008-01-07 19:44:04.000000000 +0100
2
+++ ext/ffmpeg/gstffmpegdec.c 2008-01-07 19:45:42.000000000 +0100
4
in_plugin->id <= CODEC_ID_PCM_S24DAUD)) {
7
+ if (!strcmp (in_plugin->name, "wavpack")) {
8
+ GST_LOG ("Ignoring decoder %s", in_plugin->name);
13
if (!in_plugin->decode) {
14
--- ext/ffmpeg/gstffmpegdemux.c.old 2008-01-07 19:44:25.000000000 +0100
15
+++ ext/ffmpeg/gstffmpegdemux.c 2008-01-07 19:46:11.000000000 +0100
18
/* these don't do what one would expect or
19
* are only partially functional/useful */
20
- if (!strcmp (in_plugin->name, "aac"))
21
+ if (!strcmp (in_plugin->name, "aac") || !strcmp (in_plugin->name, "wv"))
24
/* Don't use the typefind functions of formats for which we already have