[Bug 660528] kate: rendering performance improvements

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 3 01:46:42 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660528
  GStreamer | gst-plugins-bad | unspecified

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2011-10-03 08:46:39 UTC ---
Review of attachment 197928:
 --> (https://bugzilla.gnome.org/review?bug=660528&attachment=197928)

::: ext/kate/gstkatetiger.c
@@ +1228,3 @@
+  if (gst_video_format_is_yuv (tiger->video_format)) {
+    guint8 *tmp = g_realloc (tiger->render_buffer,
+        tiger->video_width * tiger->video_height * 4);

You might want to allocate it once in set_caps... and free it in the
PAUSED->READY state change

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list