summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstmask.c
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/gstmask.c
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/gstmask.c')
-rw-r--r--gst/smpte/gstmask.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/smpte/gstmask.c b/gst/smpte/gstmask.c
index 14804524..6430f420 100644
--- a/gst/smpte/gstmask.c
+++ b/gst/smpte/gstmask.c
@@ -104,12 +104,3 @@ gst_mask_destroy (GstMask *mask)
if (mask->destroy_func)
mask->destroy_func (mask);
}
-
-void
-gst_mask_update (GstMask *mask,
- GstClockTime position,
- GstClockTime duration)
-{
- g_return_if_fail (mask != NULL);
-
-}