mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
deinterlace: fix parameter type in trace
https://bugzilla.gnome.org/show_bug.cgi?id=650937
This commit is contained in:
parent
15ce1142ca
commit
16d71c7d96
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ gst_deinterlace_push_history (GstDeinterlace * self, GstBuffer * buffer)
|
|||
GST_DEBUG_OBJECT (self,
|
||||
"Pushing new buffer to the history: ptr %p at %" GST_TIME_FORMAT
|
||||
" with duration %" GST_TIME_FORMAT
|
||||
", size %u, state %u, interlacing method %d", GST_BUFFER_DATA (buffer),
|
||||
", size %u, state %u, interlacing method %s", GST_BUFFER_DATA (buffer),
|
||||
GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buffer)),
|
||||
GST_TIME_ARGS (GST_BUFFER_DURATION (buffer)), GST_BUFFER_SIZE (buffer),
|
||||
buf_state,
|
||||
|
|
Loading…
Reference in a new issue