Commit 7875d8dd authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winegstreamer: Avoid using Wine debug functions in no_more_pads().

parent 852c9c69
......@@ -1398,7 +1398,8 @@ static gboolean activate_mode(GstPad *pad, GstObject *parent, GstPadMode mode, g
static void no_more_pads(GstElement *decodebin, gpointer user)
{
struct parser *filter = user;
TRACE("filter %p.\n", filter);
GST_DEBUG("filter %p.", filter);
pthread_mutex_lock(&filter->mutex);
filter->no_more_pads = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment