summaryrefslogtreecommitdiffstats
path: root/gst/librfb/rfbdecoder.c
diff options
context:
space:
mode:
authorIlja Pavkovic <illsen@gumblfarz.de>2008-07-08 14:28:08 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2008-07-08 14:28:08 +0000
commit2bd1de60ce97f1e74480a6ba375edc865833fca5 (patch)
treee65d1a05f9042ec043a5a499cc185298e3eb907a /gst/librfb/rfbdecoder.c
parent9c2d06313bd2d6e498982b906d813f740c400855 (diff)
downloadgst-plugins-bad-2bd1de60ce97f1e74480a6ba375edc865833fca5.tar.gz
gst-plugins-bad-2bd1de60ce97f1e74480a6ba375edc865833fca5.tar.bz2
gst-plugins-bad-2bd1de60ce97f1e74480a6ba375edc865833fca5.zip
gst/librfb/: Add property for shared desktop
Original commit message from CVS: patch by: Ilja Pavkovic <illsen@gumblfarz.de> * gst/librfb/gstrfbsrc.c: * gst/librfb/rfbdecoder.c: Add property for shared desktop
Diffstat (limited to 'gst/librfb/rfbdecoder.c')
-rw-r--r--gst/librfb/rfbdecoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/librfb/rfbdecoder.c b/gst/librfb/rfbdecoder.c
index 0bc1fb2d..f38270aa 100644
--- a/gst/librfb/rfbdecoder.c
+++ b/gst/librfb/rfbdecoder.c
@@ -79,6 +79,7 @@ rfb_decoder_new (void)
decoder->offset_y = 0;
decoder->rect_width = 0;
decoder->rect_height = 0;
+ decoder->shared_flag = TRUE;
return decoder;
}