From ce727b94ddc434e85a6b72605ee88e52e8a7acb1 Mon Sep 17 00:00:00 2001 From: Luca Ognibene Date: Fri, 13 May 2005 14:08:28 +0000 Subject: gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcsp_caps_remove_format_info): gst/ffmpegcolorspace/gstffmpegcod... Original commit message from CVS: * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcsp_caps_remove_format_info): * gst/ffmpegcolorspace/gstffmpegcodecmap.c (gst_ffmpeg_caps_to_pixfmt) (gst_ffmpeg_pixfmt_to_caps): Add GRAY8 support to ffmpegcolorspace (mime is video/x-raw-gray), test with: videotestsrc ! video/x-raw-rgb ! ffmpegcolorspace ! video/x-raw-gray ! ffmpegcolorspace ! video/x-raw-yuv ! xvimagesink --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 165a4ddf..a0dbdc48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-05-13 Luca Ognibene + + * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcsp_caps_remove_format_info): + * gst/ffmpegcolorspace/gstffmpegcodecmap.c (gst_ffmpeg_caps_to_pixfmt) + (gst_ffmpeg_pixfmt_to_caps): + Add GRAY8 support to ffmpegcolorspace (mime is video/x-raw-gray), + test with: + videotestsrc ! video/x-raw-rgb ! ffmpegcolorspace ! video/x-raw-gray ! ffmpegcolorspace ! video/x-raw-yuv ! xvimagesink + 2005-05-10 Luca Ognibene * ext/gdk_pixbuf/pixbufscale.c (gst_pixbufscale_link): -- cgit v1.2.1