From e4afe4b55c2b4ffd296c79d285e3dccab2cf2458 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 14 Jul 2007 18:48:25 +0000 Subject: [PATCH] gst/modplug/gstmodplug.cc: add several missing supported mime-types to the modplug plugin. Original commit message from CVS: Patch by: Hans de Goede * gst/modplug/gstmodplug.cc: add several missing supported mime-types to the modplug plugin. Fixes #456901. --- ChangeLog | 8 ++++++++ common | 2 +- gst/modplug/gstmodplug.cc | 5 +++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ae74a7..6922bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-07-14 Wim Taymans + + Patch by: Hans de Goede + + * gst/modplug/gstmodplug.cc: + add several missing supported mime-types to the modplug plugin. + Fixes #456901. + 2007-07-13 Jan Schmidt * configure.ac: diff --git a/common b/common index 5167bce..fb4b30e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 5167bced491ffe62251c62d6c5e7b9a7541e97e5 +Subproject commit fb4b30ebbec59a8944cacae5fb5cf40bff5dfcaa diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index 31cd5fa..5459b42 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, -- 2.7.4