gst/videomixer/videomixer.c: Avoid divide by zero, choose masterpad as the pad with...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 28 Jun 2004 07:28:49 +0000 (07:28 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 28 Jun 2004 07:28:49 +0000 (07:28 +0000)
commitecba04a8bc5a0921220948b6a1984b756098366d
tree5aca973d7cb5556b8bd74967782a200677ddf66d
parent599383ccbc25e9e25df53a0d84dbd4969c5d1fe1
gst/videomixer/videomixer.c: Avoid divide by zero, choose masterpad as the pad with the highest framerate.

Original commit message from CVS:
* gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
(gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
(gst_videomixer_pad_set_property),
(gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
(gst_video_mixer_background_get_type), (gst_videomixer_get_type),
(gst_videomixer_class_init), (gst_videomixer_init),
(gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
(pad_zorder_compare), (gst_videomixer_sort_pads),
(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
(gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
(gst_videomixer_update_queues), (gst_videomixer_loop),
(plugin_init):
Avoid divide by zero, choose masterpad as the pad with the highest
framerate.
ChangeLog
gst/videomixer/videomixer.c