summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/blend_bgra.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-10 17:23:03 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-10 17:23:03 +0200
commit4ccd9c92ae107f58e5c1e36cf4d6f24d6afef7d0 (patch)
treef0622898b9defa378e0447cde0b0a08e41b2090a /gst/videomixer/blend_bgra.c
parent34c97c0c6f64052953ead4ae734746597f1a97c2 (diff)
videomixer: Remove the calculate_frame_size() function and use libgstvideo instead
Diffstat (limited to 'gst/videomixer/blend_bgra.c')
-rw-r--r--gst/videomixer/blend_bgra.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/videomixer/blend_bgra.c b/gst/videomixer/blend_bgra.c
index 3cf08468..398738ed 100644
--- a/gst/videomixer/blend_bgra.c
+++ b/gst/videomixer/blend_bgra.c
@@ -131,10 +131,4 @@ gst_videomixer_fill_##name##_color (guint8 * dest, gint width, gint height, \
CREATE_FUNCTIONS (argb, 0, 1, 2, 3);
CREATE_FUNCTIONS (bgra, 3, 2, 1, 0);
-size_t
-gst_videomixer_calculate_frame_size_bgra (gint width, gint height)
-{
- return GST_ROUND_UP_4 (width) * height * 4;
-}
-
#undef BLEND_MODE