mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
whitespace fixes
Original commit message from CVS: whitespace fixes
This commit is contained in:
parent
c3de49400d
commit
ed06a655b7
1 changed files with 7 additions and 7 deletions
14
gst/gstpad.h
14
gst/gstpad.h
|
@ -91,14 +91,14 @@ typedef enum {
|
|||
|
||||
/**
|
||||
* GstFlowReturn:
|
||||
* @GST_FLOW_RESEND: Resend buffer, possibly with new caps.
|
||||
* @GST_FLOW_RESEND: Resend buffer, possibly with new caps.
|
||||
* @GST_FLOW_OK: Data passing was ok.
|
||||
* @GST_FLOW_NOT_LINKED: Pad is not linked.
|
||||
* @GST_FLOW_WRONG_STATE: Pad is in wrong state.
|
||||
* @GST_FLOW_UNEXPECTED: Did not expect anything, like after EOS.
|
||||
* @GST_FLOW_NOT_NEGOTIATED: Pad is not negotiated.
|
||||
* @GST_FLOW_ERROR: Some (fatal) error occured.
|
||||
* @GST_FLOW_NOT_SUPPORTED: This operation is not supported.
|
||||
* @GST_FLOW_NOT_LINKED: Pad is not linked.
|
||||
* @GST_FLOW_WRONG_STATE: Pad is in wrong state.
|
||||
* @GST_FLOW_UNEXPECTED: Did not expect anything, like after EOS.
|
||||
* @GST_FLOW_NOT_NEGOTIATED: Pad is not negotiated.
|
||||
* @GST_FLOW_ERROR: Some (fatal) error occured.
|
||||
* @GST_FLOW_NOT_SUPPORTED: This operation is not supported.
|
||||
*
|
||||
* The result of passing data to a linked pad.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue