|  |  |  | GStreamer Core Plugins 0.10 Plugins Reference Manual |  | 
|---|
| fakesinkfakesink — black hole for data | 
"can-activate-pull" gboolean : Read / Write "can-activate-push" gboolean : Read / Write "dump" gboolean : Read / Write "last-message" gchararray : Read "signal-handoffs" gboolean : Read / Write "silent" gboolean : Read / Write "state-error" GstFakeSinkStateError : Read / Write
"handoff" void user_function (GstFakeSink *fakesink, GstBuffer buffer, GstPad *pad, gpointer user_data);
Dummy sink that swallows everything.
| plugin | coreelements | 
| author | Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>, Mr. 'frag-me-more' Vanderwingo <wingo@fluendo.com> | 
| class | Sink | 
typedef enum {
  FAKE_SINK_STATE_ERROR_NONE = 0,
  FAKE_SINK_STATE_ERROR_NULL_READY,
  FAKE_SINK_STATE_ERROR_READY_PAUSED,
  FAKE_SINK_STATE_ERROR_PAUSED_PLAYING,
  FAKE_SINK_STATE_ERROR_PLAYING_PAUSED,
  FAKE_SINK_STATE_ERROR_PAUSED_READY,
  FAKE_SINK_STATE_ERROR_READY_NULL
} GstFakeSinkStateError;
Possible state change errors for the state-error property.
| FAKE_SINK_STATE_ERROR_NONE | no error | 
| FAKE_SINK_STATE_ERROR_NULL_READY | cause the NULL to READY state change to fail | 
| FAKE_SINK_STATE_ERROR_READY_PAUSED | cause the READY to PAUSED state change to fail: | 
| FAKE_SINK_STATE_ERROR_PAUSED_PLAYING | cause the PAUSED to PLAYING state change to fail: | 
| FAKE_SINK_STATE_ERROR_PLAYING_PAUSED | cause the PLAYING to PAUSED state change to fail: | 
| FAKE_SINK_STATE_ERROR_PAUSED_READY | cause the PAUSED to READY state change to fail: | 
| FAKE_SINK_STATE_ERROR_READY_NULL | cause the READY to NULL state change to fail: | 
can-activate-pull" property"can-activate-pull" gboolean : Read / Write
Can activate in pull mode.
Default value: FALSE
can-activate-push" property"can-activate-push" gboolean : Read / Write
Can activate in push mode.
Default value: TRUE
dump" property"dump" gboolean : Read / Write
Dump received bytes to stdout.
Default value: FALSE
last-message" property"last-message" gchararray : Read
The message describing current status.
Default value: NULL
signal-handoffs" property"signal-handoffs" gboolean : Read / Write
Send a signal before unreffing the buffer.
Default value: FALSE
silent" property"silent" gboolean : Read / Write
Don't produce last_message events.
Default value: FALSE
state-error" property"state-error" GstFakeSinkStateError : Read / Write
Generate a state change error.
Default value: No state change errors
void user_function (GstFakeSink *fakesink, GstBuffer buffer, GstPad *pad, gpointer user_data);
This signal gets emitted before unreffing the buffer.
| fakesink: | the fakesink instance | 
| buffer: | the buffer that just has been received | 
| pad: | the pad that received it | 
| user_data: | user data set when the signal handler was connected. | 
| << fakesrc | fdsrc >> |