summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ognibene <luogni@tin.it>2005-05-13 14:08:28 +0000
committerLuca Ognibene <luogni@tin.it>2005-05-13 14:08:28 +0000
commitce727b94ddc434e85a6b72605ee88e52e8a7acb1 (patch)
tree8ade4c365a8a93d7236e1aaf611820995bb82734
parent228b0d483865604a8efb65ff4332e82ee15021c5 (diff)
downloadgst-plugins-bad-ce727b94ddc434e85a6b72605ee88e52e8a7acb1.tar.gz
gst-plugins-bad-ce727b94ddc434e85a6b72605ee88e52e8a7acb1.tar.bz2
gst-plugins-bad-ce727b94ddc434e85a6b72605ee88e52e8a7acb1.zip
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
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 165a4ddf..a0dbdc48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-13 Luca Ognibene <luogni@tin.it>
+
+ * 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 <luogni@tin.it>
* ext/gdk_pixbuf/pixbufscale.c (gst_pixbufscale_link):