summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.cc
diff options
context:
space:
mode:
authorHans de Goede <j.w.r.degoede@hhs.nl>2007-07-14 18:48:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-14 18:48:25 +0000
commite4afe4b55c2b4ffd296c79d285e3dccab2cf2458 (patch)
tree370ff1c4db5d720e720d25a1098afdf18d74ee29 /gst/modplug/gstmodplug.cc
parent4eb0f04d5e88fcf72808274414094325144fc45c (diff)
downloadgst-plugins-bad-e4afe4b55c2b4ffd296c79d285e3dccab2cf2458.tar.gz
gst-plugins-bad-e4afe4b55c2b4ffd296c79d285e3dccab2cf2458.tar.bz2
gst-plugins-bad-e4afe4b55c2b4ffd296c79d285e3dccab2cf2458.zip
gst/modplug/gstmodplug.cc: add several missing supported mime-types to the modplug plugin.
Original commit message from CVS: Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl> * gst/modplug/gstmodplug.cc: add several missing supported mime-types to the modplug plugin. Fixes #456901.
Diffstat (limited to 'gst/modplug/gstmodplug.cc')
-rw-r--r--gst/modplug/gstmodplug.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc
index 31cd5fa2..5459b42e 100644
--- a/gst/modplug/gstmodplug.cc
+++ b/gst/modplug/gstmodplug.cc
@@ -116,10 +116,11 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_CAPS (SRC_CAPS));
static GstStaticPadTemplate modplug_sink_template_factory =
-GST_STATIC_PAD_TEMPLATE ("sink",
+ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("audio/x-mod"));
+ GST_STATIC_CAPS ("audio/x-mod; audio/x-xm; audio/x-it; audio/x-s3m; "
+ "audio/x-stm"));
static void gst_modplug_dispose (GObject * object);
static void gst_modplug_set_property (GObject * object,