multipartdemux: add proper padtemplate

This commit is contained in:
Wim Taymans 2009-05-20 14:14:31 +02:00 committed by Wim Taymans
parent c50edb8145
commit 10ce6c6f6d

View file

@ -81,7 +81,7 @@ enum
};
static GstStaticPadTemplate multipart_demux_src_template_factory =
GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_PAD_TEMPLATE ("src_%d",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
GST_STATIC_CAPS_ANY);