ext/: Fix mimetype on smoke encoder.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 18 Oct 2004 14:02:50 +0000 (14:02 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 18 Oct 2004 14:02:50 +0000 (14:02 +0000)
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....

ChangeLog

index 91dcad3..6dabaa9 100644 (file)
--- 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.