winegstreamer: Add a missing debugstr_a.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
75ff2c1234
commit
f482b9463c
|
@ -1087,7 +1087,7 @@ static GstBusSyncReply watch_bus(GstBus *bus, GstMessage *msg, gpointer data)
|
|||
static void unknown_type(GstElement *bin, GstPad *pad, GstCaps *caps, gpointer user)
|
||||
{
|
||||
gchar *strcaps = gst_caps_to_string(caps);
|
||||
ERR("Could not find a filter for caps: %s\n", strcaps);
|
||||
ERR("Could not find a filter for caps: %s\n", debugstr_a(strcaps));
|
||||
g_free(strcaps);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue