From fdf8666254e5a0feee085d87e6703bf3ddbecdb8 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 4 Apr 2003 19:20:46 +0000 Subject: add initial async error/general message reporting to frontend obs: more messages should be added CVS patchset: 4539 CVS date: 2003/04/04 19:20:46 --- src/libw32dll/w32codec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libw32dll/w32codec.c') diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index b49820e71..8ae300c50 100644 --- a/src/libw32dll/w32codec.c +++ b/src/libw32dll/w32codec.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: w32codec.c,v 1.120 2003/03/18 20:40:59 jstembridge Exp $ + * $Id: w32codec.c,v 1.121 2003/04/04 19:20:52 miguelfreitas Exp $ * * routines for using w32 codecs * DirectShow support by Miguel Freitas (Nov/2001) @@ -729,6 +729,8 @@ static void w32v_decode_data (video_decoder_t *this_gen, buf_element_t *buf) { "w32codec: decoder failed to start. Is '%s' installed?\n", win32_codec_name ); this->stream->stream_info[XINE_STREAM_INFO_VIDEO_HANDLED] = 0; + xine_message(this->stream, XINE_MSG_LIBRARY_LOAD_ERROR, + win32_codec_name, NULL); } pthread_mutex_unlock(&win32_codec_mutex); -- cgit v1.2.3