summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-07-30 16:54:40 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-07-30 16:54:40 +0200
commit57e05fdc76239feab890a6b7df814ce65c331ce4 (patch)
tree09360edf3903088b2c134977a83355602b309efc
parent2282e9f5df4bf4c363d98287b79e24d42535879a (diff)
vdpau: fix small typo in GstBaseVideoDecoder
-rw-r--r--sys/vdpau/basevideodecoder/gstbasevideodecoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/basevideodecoder/gstbasevideodecoder.c b/sys/vdpau/basevideodecoder/gstbasevideodecoder.c
index 1e9cf14ec..8e1ee24c2 100644
--- a/sys/vdpau/basevideodecoder/gstbasevideodecoder.c
+++ b/sys/vdpau/basevideodecoder/gstbasevideodecoder.c
@@ -1182,3 +1182,3 @@ gst_base_video_decoder_have_frame (GstBaseVideoDecoder * base_video_decoder,
- frame->presentation_duration = timestamp;
+ frame->presentation_timestamp = timestamp;
frame->presentation_duration = duration;