vdpau: fix small typo in GstBaseVideoDecoder

This commit is contained in:
Carl-Anton Ingmarsson 2010-07-30 16:54:40 +02:00
parent 2282e9f5df
commit 57e05fdc76

View file

@ -1180,7 +1180,7 @@ gst_base_video_decoder_have_frame (GstBaseVideoDecoder * base_video_decoder,
gst_base_video_decoder_get_timestamp_at_offset (base_video_decoder,
base_video_decoder->frame_offset, &timestamp, &duration);
frame->presentation_duration = timestamp;
frame->presentation_timestamp = timestamp;
frame->presentation_duration = duration;
if (GST_VIDEO_FRAME_FLAG_IS_SET (frame, GST_VIDEO_FRAME_FLAG_SYNC_POINT))