gst/gstpad.c (_invent_event): Fix parameters to warning macros, fixes bug 140477

Original commit message from CVS:
* gst/gstpad.c (_invent_event): Fix parameters to warning macros,
fixes bug 140477
This commit is contained in:
Johan Dahlin 2004-04-19 10:22:32 +00:00
parent d2445452b5
commit 2821d8ff20
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-04-19 Johan Dahlin <johan@gnome.org>
* gst/gstpad.c (_invent_event): Fix parameters to warning macros,
fixes bug 140477
2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
* po/LINGUAS:

View file

@ -3040,7 +3040,7 @@ _invent_event (GstPad * pad, GstBuffer * buffer)
data = GST_DATA (gst_event_new_discontinuous (TRUE,
GST_BUFFER_OFFSET_IS_VALID (buffer) ? GST_FORMAT_DEFAULT : 0,
GST_BUFFER_OFFSET (buffer), 0));
GST_CAT_WARNING_OBJECT (GST_CAT_DATAFLOW,
GST_CAT_WARNING (GST_CAT_DATAFLOW,
"needed to invent a DISCONT (no time) for %s:%s => %s:%s",
GST_DEBUG_PAD_NAME (GST_PAD_PEER (pad)), GST_DEBUG_PAD_NAME (pad));
}