mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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.
This commit is contained in:
parent
4eb0f04d5e
commit
e4afe4b55c
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-07-14 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
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.
|
||||
|
||||
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 5167bced491ffe62251c62d6c5e7b9a7541e97e5
|
||||
Subproject commit fb4b30ebbec59a8944cacae5fb5cf40bff5dfcaa
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue