diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-05-05 11:29:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-05-05 11:29:48 +0000 |
commit | 7d13b7055dfa1090537d156f999ab47b90cff4c9 (patch) | |
tree | 13bffb72249ede30390d8be5f2cffc714a191176 /ChangeLog | |
parent | 9baed9eeac7dafc2353c64219637ece45ac79851 (diff) | |
download | gst-plugins-bad-7d13b7055dfa1090537d156f999ab47b90cff4c9.tar.gz gst-plugins-bad-7d13b7055dfa1090537d156f999ab47b90cff4c9.tar.bz2 gst-plugins-bad-7d13b7055dfa1090537d156f999ab47b90cff4c9.zip |
ext/jpeg/gstjpegenc.c: fix DURATION on outgoing buffers
Original commit message from CVS:
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
(gst_jpegenc_chain):
fix DURATION on outgoing buffers
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
debug using time formats
* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
(gst_xvimagesink_sink_link):
windows with width/height 0 generate X errors, so don't allow them
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type), + (gst_jpegenc_chain): + fix DURATION on outgoing buffers + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event): + debug using time formats + * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), + (gst_xvimagesink_sink_link): + windows with width/height 0 generate X errors, so don't allow them + 2004-05-05 Wim Taymans <wim@fluendo.com> * ext/mpeg2dec/gstmpeg2dec.c: (src_templ), |