[Mesa-dev] [PATCH 2/2] st/vdpau: use dst surface size if clip width/height is zero
Maarten Lankhorst
m.b.lankhorst at gmail.com
Mon Feb 6 06:10:12 PST 2012
Op 06-02-12 12:50, Christian König schreef:
> Just another fix for gstreamer.
>
> Signed-off-by: Christian König<deathsimple at vodafone.de>
> ---
> src/gallium/state_trackers/vdpau/presentation.c | 6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/state_trackers/vdpau/presentation.c b/src/gallium/state_trackers/vdpau/presentation.c
> index 0e086fc..ba1e7c8 100644
> --- a/src/gallium/state_trackers/vdpau/presentation.c
> +++ b/src/gallium/state_trackers/vdpau/presentation.c
> @@ -215,6 +215,8 @@ vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue,
> struct pipe_surface *drawable_surface;
> struct pipe_video_rect src_rect, dst_clip;
>
> + VDPAU_MSG(VDPAU_TRACE, "[VDPAU] PresentationQueueDisplay\n");
What's the point to adding these messages, if you could get the same by
setting VDPAU_TRACE=1 ?
~Maarten
More information about the mesa-dev
mailing list