mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
vdpau: fix small typo in GstBaseVideoDecoder
This commit is contained in:
parent
2282e9f5df
commit
57e05fdc76
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
gst_base_video_decoder_get_timestamp_at_offset (base_video_decoder,
|
||||||
base_video_decoder->frame_offset, ×tamp, &duration);
|
base_video_decoder->frame_offset, ×tamp, &duration);
|
||||||
|
|
||||||
frame->presentation_duration = timestamp;
|
frame->presentation_timestamp = timestamp;
|
||||||
frame->presentation_duration = duration;
|
frame->presentation_duration = duration;
|
||||||
|
|
||||||
if (GST_VIDEO_FRAME_FLAG_IS_SET (frame, GST_VIDEO_FRAME_FLAG_SYNC_POINT))
|
if (GST_VIDEO_FRAME_FLAG_IS_SET (frame, GST_VIDEO_FRAME_FLAG_SYNC_POINT))
|
||||||
|
|
Loading…
Reference in a new issue