mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
wildmidi/timidity: Add audio/riff-midi to the src pad template caps
This commit is contained in:
parent
6e9904fa8a
commit
b3ce1e03fb
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ static gboolean gst_timidity_set_song_options (GstTimidity * timidity,
|
|||
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/midi")
|
||||
GST_STATIC_CAPS ("audio/midi; audio/riff-midi")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
|
|
|
@ -106,7 +106,7 @@ static void gst_wildmidi_get_property (GObject * object, guint prop_id,
|
|||
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/midi")
|
||||
GST_STATIC_CAPS ("audio/midi; audio/riff-midi")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
|
|
Loading…
Reference in a new issue