From 35cd53867c38ae76130dc4c917cbbf318ecd3f46 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 18 Oct 2012 22:20:39 +0200 Subject: [PATCH] matroskamux: unsigned subtitle template --- gst/matroska/matroska-mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index f5a50e5..dddfc1c 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -184,7 +184,7 @@ static GstStaticPadTemplate audiosink_templ = ); static GstStaticPadTemplate subtitlesink_templ = - GST_STATIC_PAD_TEMPLATE ("subtitle_%d", + GST_STATIC_PAD_TEMPLATE ("subtitle_%u", GST_PAD_SINK, GST_PAD_REQUEST, GST_STATIC_CAPS ("subtitle/x-kate; " -- 2.7.4