summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-01-23 17:27:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-23 17:27:39 +0000
commit168db53bf471394ca9381b903d3e32d79664d8e5 (patch)
tree2206543d07359badefc9dc7ad8be972c6167088c /ChangeLog
parenta10f2478bbd1d04db5ceec6b0dc9eba6a6597bf8 (diff)
gst/smpte/: constify some static structs.
Original commit message from CVS: * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw), (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw): * gst/smpte/gstmask.c: (_gst_mask_register): * gst/smpte/gstmask.h: * gst/smpte/gstsmpte.c: (gst_smpte_update_mask): * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line), (gst_smpte_paint_triangle_clock): constify some static structs. Don't update the mask if nothing changed to the params. Make sure we never draw outside of the picture. Fixes #398325.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43b4a947..7609206e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-01-23 Wim Taymans <wim@fluendo.com>
+
+ * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
+ (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
+ * gst/smpte/gstmask.c: (_gst_mask_register):
+ * gst/smpte/gstmask.h:
+ * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
+ * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
+ (gst_smpte_paint_triangle_clock):
+ constify some static structs.
+ Don't update the mask if nothing changed to the params.
+ Make sure we never draw outside of the picture. Fixes #398325.
+
2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):