diff options
| author | Andy Wingo <wingo@pobox.com> | 2006-01-27 12:17:56 +0000 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2006-01-27 12:17:56 +0000 |
| commit | f45b92e3f01130a3d6f013487726f319216b204c (patch) | |
| tree | c1ee7d42d9a1c141acaae6a8e0984991c28cebf9 /ChangeLog | |
| parent | 6b789d2dd197c127d579673ea9ba4faaf60accf3 (diff) | |
ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new to not have warings flooding stderr. this...
Original commit message from CVS:
2006-01-27 Jan Gerber <j@bootlab.org>
Reviewed by: Andy Wingo <wingo@pobox.com>
* ext/dv/gstdvdec.c (gst_dvdec_change_state):
* ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
to not have warings flooding stderr. this is the suggested way
also used in dvgrab and kino. (#328336)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-01-27 Jan Gerber <j@bootlab.org> + + Reviewed by: Andy Wingo <wingo@pobox.com> + + * ext/dv/gstdvdec.c (gst_dvdec_change_state): + * ext/dv/gstdvdemux.c (gst_dvdemux_change_state): + Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new + to not have warings flooding stderr. this is the suggested way + also used in dvgrab and kino. (#328336) + 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com> * sys/oss/gstosssink.c: (gst_oss_sink_class_init), |
