mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
gst/videomixer/videomixer.c: Be a nicer negotiation citizen and provide a getcaps function on the srcpad. This also f...
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_getcaps), (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): Be a nicer negotiation citizen and provide a getcaps function on the srcpad. This also fixes a crash when resizing.
This commit is contained in:
parent
9cff763b7c
commit
8d354d7a1f
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2004-07-27 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_getcaps), (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):
|
||||
Be a nicer negotiation citizen and provide a getcaps function on
|
||||
the srcpad. This also fixes a crash when resizing.
|
||||
|
||||
2004-07-27 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
|
||||
|
|
Loading…
Reference in a new issue