mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
textrender: actually fixate output caps when fixating output caps
This commit is contained in:
parent
47cbbe6514
commit
f9befdecfe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue