summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHaakon Sporsheim <haakon.sporsheim@tandberg.com>2008-05-07 15:19:47 +0000
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-05-07 15:19:47 +0000
commitdd1f932e3e667f3ed43ef83f333b2c2e6cd63cff (patch)
tree58f699b30ddfdaf16278f77396512284d5229cdd /ChangeLog
parentda78d8dced0c04589c66e426991a6f4bffbcc604 (diff)
sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
Original commit message from CVS: patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com> * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame, WndProc, gst_directdraw_sink_window_thread): Improved Windows message loop and fixed window destruction issue. When the window which DirectDraw is rendering to is destroyed, the render/show_frame function will return GST_FLOW_ERROR. Partially fixes #520885.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e54a09..77d7bf82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,17 @@
patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
+ * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
+ WndProc, gst_directdraw_sink_window_thread):
+ Improved Windows message loop and fixed window destruction issue.
+ When the window which DirectDraw is rendering to is destroyed, the
+ render/show_frame function will return GST_FLOW_ERROR.
+ Partially fixes #520885.
+
+2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
+
+ patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
+
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
Fixed mid stream resolution change bug, the offscreen surface is now
released when set_caps is called.