From: Tim-Philipp Müller Date: Thu, 2 May 2013 22:41:02 +0000 (+0100) Subject: textrender: actually fixate output caps when fixating output caps X-Git-Tag: 1.19.3~511^2~5389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9befdecfec99003a5b814412e0a63d964d50797;p=platform%2Fupstream%2Fgstreamer.git textrender: actually fixate output caps when fixating output caps --- diff --git a/ext/pango/gsttextrender.c b/ext/pango/gsttextrender.c index 8e08712..853e7e3 100644 --- a/ext/pango/gsttextrender.c +++ b/ext/pango/gsttextrender.c @@ -391,6 +391,7 @@ gst_text_render_fixate_caps (GstTextRender * render, GstCaps * caps) DEFAULT_RENDER_WIDTH)); gst_structure_fixate_field_nearest_int (s, "height", MAX (render->image_height + render->ypad, DEFAULT_RENDER_HEIGHT)); + caps = gst_caps_fixate (caps); GST_DEBUG ("Fixated to %" GST_PTR_FORMAT, caps); return caps;