diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-10-15 22:09:51 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-10-15 22:09:51 +0000 |
commit | 4a742c4a4c004e186d90551c46f47fb965ff8d7d (patch) | |
tree | 4fda5032ec3cb7e8e66dfcb232c453e91f692db0 /gst/smpte/gstmask.c | |
parent | ae3c8d16684b768e5e4f1f2822d0427198fdc613 (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.c | 9 |
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); - -} |