dvbsuboverlay: Clarify confusing debug message

The message is describing the number of bytes remaining for
parsing, not 'missing'.
This commit is contained in:
Jan Schmidt 2014-03-25 21:40:11 +11:00
parent bfe2994101
commit d232881105

View file

@ -943,7 +943,7 @@ _dvb_sub_parse_pixel_data_block (DvbSub * dvb_sub,
y_pos++;
while (buf < buf_end) {
GST_LOG ("Iteration start, %u bytes missing from end; buf = %p, "
GST_LOG ("Iteration start, %u bytes remaining; buf = %p, "
"buf_end = %p; Region is number %u, with a dimension of %dx%d; "
"We are at position %dx%d", (guint) (buf_end - buf), buf, buf_end,
region->id, region->width, region->height, x_pos, y_pos);