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
commit676ecc296a65ac490633149dde175661d77caa99 (patch)
tree47b28b22d375316cdd64f958a9781cc54f0965ce /gst/smpte/gstmask.c
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/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);
-
-}