From 0eaf3bdcd9860192d83a42976e2a87e2551cc80e Mon Sep 17 00:00:00 2001 From: Hyunjun Ko Date: Thu, 29 Mar 2018 12:40:34 -0800 Subject: [PATCH] msdk: h265dec: remove framerate field from sink caps template Removes unessential field framerate for decoder so that negotiation works even if framerate is not provided from upstream. https://bugzilla.gnome.org/show_bug.cgi?id=789752 --- sys/msdk/gstmsdkh265dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/msdk/gstmsdkh265dec.c b/sys/msdk/gstmsdkh265dec.c index e593a745dd..f89cf0acc6 100644 --- a/sys/msdk/gstmsdkh265dec.c +++ b/sys/msdk/gstmsdkh265dec.c @@ -48,7 +48,6 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("video/x-h265, " - "framerate = (fraction) [0/1, MAX], " "width = (int) [ 1, MAX ], height = (int) [ 1, MAX ], " "stream-format = (string) byte-stream , alignment = (string) au , " "profile = (string) main ")