summaryrefslogtreecommitdiffstats
path: root/gst/smpte/paint.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-10-15 00:00:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-10-15 00:00:27 +0000
commit4bdfebf9d76c15ed4aee7b9384f66f388e34de4b (patch)
tree15f1e578a301ea78534b0ef52db7c50020da0c94 /gst/smpte/paint.h
parentb956a7ca6709a383ea20eaeeb1952cb2d19d5869 (diff)
downloadgst-plugins-bad-4bdfebf9d76c15ed4aee7b9384f66f388e34de4b.tar.gz
gst-plugins-bad-4bdfebf9d76c15ed4aee7b9384f66f388e34de4b.tar.bz2
gst-plugins-bad-4bdfebf9d76c15ed4aee7b9384f66f388e34de4b.zip
Some more wipes, added radial wipes
Original commit message from CVS: Some more wipes, added radial wipes
Diffstat (limited to 'gst/smpte/paint.h')
-rw-r--r--gst/smpte/paint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h
index d57e84b9..4eacbd59 100644
--- a/gst/smpte/paint.h
+++ b/gst/smpte/paint.h
@@ -34,5 +34,9 @@ void gst_smpte_paint_triangle_linear (guint32 *dest, gint stride,
gint x1, gint y1, gint c1,
gint x2, gint y2, gint c2);
+void gst_smpte_paint_triangle_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__ */