mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
d2445452b5
commit
2821d8ff20
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* po/LINGUAS:
|
* po/LINGUAS:
|
||||||
|
|
|
@ -3040,7 +3040,7 @@ _invent_event (GstPad * pad, GstBuffer * buffer)
|
||||||
data = GST_DATA (gst_event_new_discontinuous (TRUE,
|
data = GST_DATA (gst_event_new_discontinuous (TRUE,
|
||||||
GST_BUFFER_OFFSET_IS_VALID (buffer) ? GST_FORMAT_DEFAULT : 0,
|
GST_BUFFER_OFFSET_IS_VALID (buffer) ? GST_FORMAT_DEFAULT : 0,
|
||||||
GST_BUFFER_OFFSET (buffer), 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",
|
"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));
|
GST_DEBUG_PAD_NAME (GST_PAD_PEER (pad)), GST_DEBUG_PAD_NAME (pad));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue