mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
vdpaumpegdec: fix small typo in debug print
This commit is contained in:
parent
616038423f
commit
f4fda3f617
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ gst_vdp_decoder_push_video_buffer (GstVdpDecoder * dec,
|
|||
}
|
||||
gst_buffer_set_caps (GST_BUFFER (buffer), GST_PAD_CAPS (dec->src));
|
||||
|
||||
GST_DEBUG_OBJECT (dec, "Pushin buffer with timestamp: %" GST_TIME_FORMAT,
|
||||
GST_DEBUG_OBJECT (dec, "Pushing buffer with timestamp: %" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buffer)));
|
||||
dec->time = GST_BUFFER_TIMESTAMP (buffer);
|
||||
|
||||
|
|
Loading…
Reference in a new issue