diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-21 13:28:24 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-21 13:28:24 +0000 |
| commit | 4d97abb272985aa812deb3f92f6213cb40be16d2 (patch) | |
| tree | caa5e0082acbf8d7b12c15f33a4f74c57805e3b9 /ChangeLog | |
| parent | dcc87f1efd61991a71f1eb0b4c631168f7ee6c57 (diff) | |
ext/dv/gstdvdec.c: Fix format conversion and position querying.
Original commit message from CVS:
* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
(gst_dvdec_src_convert), (gst_dvdec_sink_convert):
Fix format conversion and position querying.
* gst/debug/progressreport.c: (gst_progressreport_report):
Don't output a bogus total value that we didn't query.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
only a blank window after xine has been used.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-05-21 Jan Schmidt <thaytan@mad.scientist.com> + + * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats), + (gst_dvdec_src_convert), (gst_dvdec_sink_convert): + Fix format conversion and position querying. + * gst/debug/progressreport.c: (gst_progressreport_report): + Don't output a bogus total value that we didn't query. + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): + Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing + only a blank window after xine has been used. + 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org> * m4/as-arts.m4: |
