From b0c5d3d751cbc8dda4108c9aa2fba1e39bb29f86 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Fri, 20 Aug 2010 16:34:52 +0200 Subject: Migrate frame grabing for vdpau-extensions-patch v15 --- HISTORY | 1 + README | 2 +- debian/changelog | 6 ++++++ xine_post_atmo.c | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d0f9a89..399381c 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,7 @@ Add xine-ui-atmolight-switch patch. Add xineliboutput-atmolight-switch patch. Changed 'analyze_rate' default from 40 to 35 +Migrate to vdpau-extensions-patch v15. Now this version is minimum requirement! --- Version 0.5 diff --git a/README b/README index cf143ad..aadd080 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ Requirements: ------------- xine-lib-vdpau or xine-lib-1.2 with vdpau support -Both version must have the vdpau extension patches from here: +Both version must have the vdpau extension patches version v15 or greater from here: http://www.vdr-portal.de/board/thread.php?threadid=86804 For compiling the plugin the xine-lib and libusb-1.0 development diff --git a/debian/changelog b/debian/changelog index 3525345..a2fbdd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxine-atmo-plugin (0.6-0) karmic; urgency=low + + * New upstream release + + -- Andreas Auras Fri, 20 Aug 2010 13:37:11 +0200 + libxine-atmo-plugin (0.5-0) karmic; urgency=low * New upstream release diff --git a/xine_post_atmo.c b/xine_post_atmo.c index 751d8f5..6203acd 100644 --- a/xine_post_atmo.c +++ b/xine_post_atmo.c @@ -792,6 +792,7 @@ static void *atmo_grab_loop (void *this_gen) { /* grab displayed video frame */ frame->timeout = GRAB_TIMEOUT; + frame->continuous = 1; frame->width = analyze_width; frame->height = analyze_height; if (!(rc = xine_port_send_gui_data(video_port, XINE_GUI_SEND_GRAB_FRAME, frame))) { -- cgit v1.2.3