diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2007-09-19 20:55:43 +0000 |
---|---|---|
committer | Thijs Vermeir <thijsvermeir@gmail.com> | 2007-09-19 20:55:43 +0000 |
commit | d785a925c1339a4783fdedccff42b2de5f4694d3 (patch) | |
tree | 01ab2ae1d5c5834f3ead88c707c724c3acd9fe1c /gst/librfb/rfbdecoder.h | |
parent | 50ed6cc7b2e593080f4a6407e3c1d05e4476b192 (diff) | |
download | gst-plugins-bad-d785a925c1339a4783fdedccff42b2de5f4694d3.tar.gz gst-plugins-bad-d785a925c1339a4783fdedccff42b2de5f4694d3.tar.bz2 gst-plugins-bad-d785a925c1339a4783fdedccff42b2de5f4694d3.zip |
gst/librfb/: It is now possible to connect to a vncserver. there are still some issues with the ouput of the screen. ...
Original commit message from CVS:
* gst/librfb/gstrfbsrc.c:
* gst/librfb/rfbdecoder.c:
* gst/librfb/rfbdecoder.h:
It is now possible to connect to a vncserver.
there are still some issues with the ouput of
the screen. Looks like some lines are confused
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r-- | gst/librfb/rfbdecoder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h index 2f423341..9d1778f6 100644 --- a/gst/librfb/rfbdecoder.h +++ b/gst/librfb/rfbdecoder.h @@ -89,9 +89,6 @@ gboolean rfb_decoder_connect_tcp (RfbDecoder * decoder, gchar * addr, guint port); gboolean rfb_decoder_iterate (RfbDecoder * decoder); -gint rfb_decoder_send (RfbDecoder * decoder, - guint8 *data, - gint len); void rfb_decoder_send_update_request (RfbDecoder * decoder, gboolean incremental, gint x, |