summaryrefslogtreecommitdiffstats
path: root/gst/smpte/paint.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-10-15 22:09:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-10-15 22:09:51 +0000
commit4a742c4a4c004e186d90551c46f47fb965ff8d7d (patch)
tree4fda5032ec3cb7e8e66dfcb232c453e91f692db0 /gst/smpte/paint.h
parentae3c8d16684b768e5e4f1f2822d0427198fdc613 (diff)
- implemented clock sweep on 90 degree angles to compensate for aspect ratio.
Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
Diffstat (limited to 'gst/smpte/paint.h')
-rw-r--r--gst/smpte/paint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h
index 4eacbd59..4c34cf92 100644
--- a/gst/smpte/paint.h
+++ b/gst/smpte/paint.h
@@ -39,4 +39,9 @@ void gst_smpte_paint_triangle_clock (guint32 *dest, gint stride,
gint x1, gint y1, gint c1,
gint x2, gint y2, gint c2);
+void gst_smpte_paint_box_clock (guint32 *dest, gint stride,
+ gint x0, gint y0, gint c0,
+ gint x1, gint y1, gint c1,
+ gint x2, gint y2, gint c2);
+
#endif /* __GST_SMPTE_PAINT_H__ */