summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-18 14:02:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-18 14:02:51 +0000
commitb4642384970c226f7d9d9bb22579caeb3bd323c8 (patch)
treee634c0d2643c88eff5153f3cd7dd1c2af21e7f86 /ChangeLog
parent85f417a19a36bec5ddc1fb839be0850a2bcfd33f (diff)
ext/: Fix mimetype on smoke encoder.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps), (gst_dvdec_video_link), (gst_dvdec_push): * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init), (gst_smokeenc_resync), (gst_smokeenc_chain): Fix mimetype on smoke encoder. Add aspect ratio to dvdec. Not sure if these values are correct though....
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91dcad32..6dabaa93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-10-18 Wim Taymans <wim@fluendo.com>
+ * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
+ (gst_dvdec_video_link), (gst_dvdec_push):
+ * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
+ (gst_smokeenc_resync), (gst_smokeenc_chain):
+ Fix mimetype on smoke encoder.
+ Add aspect ratio to dvdec. Not sure if these
+ values are correct though....
+
+2004-10-18 Wim Taymans <wim@fluendo.com>
+
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
Fix vorbis property descriptions and ranges.