mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
gst/gstpad.h: A small documentation fix.
Original commit message from CVS: Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com> * gst/gstpad.h: A small documentation fix.
This commit is contained in:
parent
18eb11db60
commit
732ff5f6fd
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-01-15 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
|
||||
|
||||
* gst/gstpad.h:
|
||||
A small documentation fix.
|
||||
|
||||
2009-01-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* gst/gstutils.h:
|
||||
|
|
|
@ -225,7 +225,7 @@ typedef gboolean (*GstPadActivateModeFunction) (GstPad *pad, gboolean active);
|
|||
* gst_buffer_unref() when the buffer is no longer needed.
|
||||
*
|
||||
* When a chain function detects an error in the data stream, it must post an
|
||||
* error on the buffer and return an appropriate #GstFlowReturn value.
|
||||
* error on the bus and return an appropriate #GstFlowReturn value.
|
||||
*
|
||||
* Returns: #GST_FLOW_OK for success
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue