mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link), (gst_deinterlace_chain): Rowstride fixes. Fixes #161039. * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val), (gst_video_crop_getcaps), (gst_video_crop_link), (gst_video_crop_i420), (gst_video_crop_chain), (gst_video_crop_change_state): Rework of negotiation. Actually works now. Fixes #158650.
This commit is contained in:
parent
505ad29fbf
commit
ba3f9d8b3d
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
|
||||
|
||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
|
||||
(gst_deinterlace_chain):
|
||||
Rowstride fixes. Fixes #161039.
|
||||
* gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
|
||||
(gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
|
||||
(gst_video_crop_getcaps), (gst_video_crop_link),
|
||||
(gst_video_crop_i420), (gst_video_crop_chain),
|
||||
(gst_video_crop_change_state):
|
||||
Rework of negotiation. Actually works now. Fixes #158650.
|
||||
|
||||
2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
|
||||
|
|
Loading…
Reference in a new issue