summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-28 07:28:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-28 07:28:49 +0000
commit56616da64100e776816c0291fd687db6842a5997 (patch)
tree6651345a0b3c36b262098f0ba1dc6e3363c0bb6b
parent2dd5a8e3013453adead2f8ad9ae28e2086972a55 (diff)
downloadgst-plugins-bad-56616da64100e776816c0291fd687db6842a5997.tar.gz
gst-plugins-bad-56616da64100e776816c0291fd687db6842a5997.tar.bz2
gst-plugins-bad-56616da64100e776816c0291fd687db6842a5997.zip
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.
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf55316a..b411337d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-06-28 Wim Taymans <wim@fluendo.com>
+
+ * 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.
+
2004-06-27 Julien Moutte <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),