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
commit676ecc296a65ac490633149dde175661d77caa99 (patch)
tree47b28b22d375316cdd64f958a9781cc54f0965ce /gst/smpte/paint.h
parent4bdfebf9d76c15ed4aee7b9384f66f388e34de4b (diff)
downloadgst-plugins-bad-676ecc296a65ac490633149dde175661d77caa99.tar.gz
gst-plugins-bad-676ecc296a65ac490633149dde175661d77caa99.tar.bz2
gst-plugins-bad-676ecc296a65ac490633149dde175661d77caa99.zip
- 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__ */