deinterlace: fix parameter type in trace

https://bugzilla.gnome.org/show_bug.cgi?id=650937
This commit is contained in:
Miguel Angel Cabrera Moya 2011-05-23 02:46:38 -07:00 committed by Sebastian Dröge
parent 15ce1142ca
commit 16d71c7d96

View file

@ -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,