diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 14:02:50 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 14:02:50 +0000 |
commit | 8a7bcb0256e36e5ab5e153f2c83bb9078958b742 (patch) | |
tree | 154ad937be160bf362ac3fe08ecb51793305fd5f | |
parent | 391327258de2fe6266da1850919291338d687d5c (diff) | |
download | gst-plugins-bad-8a7bcb0256e36e5ab5e153f2c83bb9078958b742.tar.gz gst-plugins-bad-8a7bcb0256e36e5ab5e153f2c83bb9078958b742.tar.bz2 gst-plugins-bad-8a7bcb0256e36e5ab5e153f2c83bb9078958b742.zip |
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....
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |