summaryrefslogtreecommitdiff
path: root/ext/libav/gstavdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libav/gstavdemux.c')
-rw-r--r--ext/libav/gstavdemux.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/libav/gstavdemux.c b/ext/libav/gstavdemux.c
index 80a0920..37de3fa 100644
--- a/ext/libav/gstavdemux.c
+++ b/ext/libav/gstavdemux.c
@@ -2107,6 +2107,11 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
/* Set the rank of demuxers known to work to MARGINAL.
* Set demuxers for which we already have another implementation to NONE
* Set All others to NONE*/
+ /**
+ * element-avdemux_xwma
+ *
+ * Since: 1.20
+ */
if (!strcmp (in_plugin->name, "wsvqa") ||
!strcmp (in_plugin->name, "wsaud") ||
!strcmp (in_plugin->name, "wc3movie") ||
@@ -2134,6 +2139,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
!strcmp (in_plugin->name, "daud") ||
!strcmp (in_plugin->name, "avs") ||
!strcmp (in_plugin->name, "aiff") ||
+ !strcmp (in_plugin->name, "xwma") ||
!strcmp (in_plugin->name, "4xm") ||
!strcmp (in_plugin->name, "yuv4mpegpipe") ||
!strcmp (in_plugin->name, "pva") ||