gmedec: Add caps for all supported file formats to the srcpad template

This commit is contained in:
Sebastian Dröge 2009-08-07 09:21:04 +02:00
parent 9d9fa0a31d
commit 27efe0067c

View file

@ -29,8 +29,13 @@
#include <glib.h>
static GstStaticPadTemplate sink_factory =
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-spc"));
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-ay; "
"audio/x-gbs; "
"audio/x-gym; "
"audio/x-hes; "
"audio/x-kss; "
"audio/x-nsf; " "audio/x-sap; " "audio/x-spc; " "audio/x-vgm"));
static GstStaticPadTemplate src_factory =
GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS,