mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
gst/gstpad.c: Fix some typos.
Original commit message from CVS: 2005-11-03 Julien MOUTTE <julien@moutte.net> * gst/gstpad.c: (gst_pad_alloc_buffer): Fix some typos.
This commit is contained in:
parent
215a6a26e0
commit
e4f8d3b6de
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-11-03 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/gstpad.c: (gst_pad_alloc_buffer): Fix some typos.
|
||||
|
||||
2005-11-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/manual/advanced-position.xml:
|
||||
|
|
|
@ -2544,14 +2544,14 @@ fallback:
|
|||
not_negotiated:
|
||||
{
|
||||
GST_CAT_LOG_OBJECT (GST_CAT_SCHEDULING, pad,
|
||||
"alloc function retured unacceptable buffer");
|
||||
"alloc function returned unacceptable buffer");
|
||||
return GST_FLOW_NOT_NEGOTIATED;
|
||||
}
|
||||
peer_error:
|
||||
{
|
||||
gst_object_unref (peer);
|
||||
GST_CAT_LOG_OBJECT (GST_CAT_SCHEDULING, pad,
|
||||
"alloc function retured error %s", gst_flow_get_name (ret));
|
||||
"alloc function returned error %s", gst_flow_get_name (ret));
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue