mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tests: Fix compilation error on macosx
This commit is contained in:
parent
e8d0c50901
commit
a8f9562da6
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ GST_START_TEST (test_parse_all_in_one_buf)
|
|||
|
||||
gst_buffer_set_caps (buffer, gst_caps_new_simple ("image/jpeg", "parsed",
|
||||
G_TYPE_BOOLEAN, FALSE, NULL));
|
||||
GST_LOG ("Pushing single buffer of %u bytes.", total_size);
|
||||
GST_LOG ("Pushing single buffer of %u bytes.", (guint) total_size);
|
||||
buffer_in = g_list_append (buffer_in, buffer);
|
||||
|
||||
buffer_out = make_buffers_out (buffer_out, test_data_short_frame);
|
||||
|
|
Loading…
Reference in a new issue