From 676ecc296a65ac490633149dde175661d77caa99 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 15 Oct 2002 22:09:51 +0000 Subject: - 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 --- gst/smpte/gstmask.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gst/smpte/gstmask.c') 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); - -} -- cgit v1.2.1