mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
change a debug message to a g_warning().
Original commit message from CVS: change a debug message to a g_warning().
This commit is contained in:
parent
c4c3c998df
commit
90abdd2f23
1 changed files with 1 additions and 2 deletions
|
@ -3020,8 +3020,7 @@ gst_pad_send_event (GstPad *pad, GstEvent *event)
|
|||
if (GST_RPAD_EVENTHANDLER (rpad))
|
||||
success = GST_RPAD_EVENTHANDLER (rpad) (GST_PAD_CAST (rpad), event);
|
||||
else {
|
||||
GST_CAT_DEBUG (GST_CAT_EVENT, "there's no event function for pad %s:%s",
|
||||
GST_DEBUG_PAD_NAME (rpad));
|
||||
g_warning ("pad %s:%s has no event handler", GST_DEBUG_PAD_NAME (rpad));
|
||||
gst_event_unref (event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue