From f45b92e3f01130a3d6f013487726f319216b204c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 27 Jan 2006 12:17:56 +0000 Subject: 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 Reviewed by: Andy Wingo * 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) --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10c9043b..9ad73556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-01-27 Jan Gerber + + Reviewed by: Andy Wingo + + * 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 * sys/oss/gstosssink.c: (gst_oss_sink_class_init), -- cgit