summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-12-12 03:05:33 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-12-12 03:05:33 +0000
commit8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29 (patch)
tree96f97a7a8bc898ff7036c3a0c8ec366530c059b2 /src/xine-engine/video_out.c
parent258ff7f5eef3a0813f04c4c78f28f50fb601bef7 (diff)
parentd6e3f2809541eb3b0753222a582d30bc13c31b55 (diff)
downloadxine-lib-8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29.tar.gz
xine-lib-8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29.tar.bz2
Merge from 1.1.
--HG-- rename : include/xine.h.in => include/xine.h rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r--src/xine-engine/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c
index 59975bab0..0c593b9d9 100644
--- a/src/xine-engine/video_out.c
+++ b/src/xine-engine/video_out.c
@@ -1958,7 +1958,7 @@ xine_video_port_t *_x_vo_new_port (xine_t *xine, vo_driver_t *driver, int grabon
if ((err = pthread_create (&this->video_thread,
&pth_attrs, video_out_loop, this)) != 0) {
- xprintf (this->xine, XINE_VERBOSITY_DEBUG, "video_out: can't create thread (%s)\n", strerror(err));
+ xprintf (this->xine, XINE_VERBOSITY_NONE, "video_out: can't create thread (%s)\n", strerror(err));
/* FIXME: how does this happen ? */
xprintf (this->xine, XINE_VERBOSITY_LOG,
_("video_out: sorry, this should not happen. please restart xine.\n"));