|  |  |  | GStreamer Core Plugins 0.10 Plugins Reference Manual |  | 
|---|---|---|---|---|
                    GstFdSink;
Write data to a unix file descriptor.
This element will sycnhronize on the clock before writing the data on the socket. For file descriptors where this does not make sense (files, ...) the ::sync property can be used to disable synchronisation.
Last reviewed on 2006-04-28 (0.10.6)
| plugin | coreelements | 
| author | Erik Walthinsen <omega@cse.ogi.edu> | 
| class | Sink/File | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | ANY | 
typedef struct {
  GstBaseSink parent;
  gchar *uri;
  gint control_sock[2];
  int fd;
  guint64 bytes_written;
} GstFdSink;
The opaque GstFdSink data structure.