diff options
author | David Schleef <ds@schleef.org> | 2005-05-17 07:11:56 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-05-17 07:11:56 +0000 |
commit | 9bc18a9a15e8ea20bf3fde066294b2866b751f6f (patch) | |
tree | 74e9875d5a45976fb5e7b4c6ef7ad1b651979949 /ChangeLog | |
parent | 1be79923f04722ba0cd3538bc9d80a2c5c509910 (diff) | |
download | gst-plugins-bad-9bc18a9a15e8ea20bf3fde066294b2866b751f6f.tar.gz gst-plugins-bad-9bc18a9a15e8ea20bf3fde066294b2866b751f6f.tar.bz2 gst-plugins-bad-9bc18a9a15e8ea20bf3fde066294b2866b751f6f.zip |
gst/librfb/: Some much needed hackage. Fixed #171659, but then went on to actually make it work with Vino, get timin...
Original commit message from CVS:
* gst/librfb/Makefile.am:
* gst/librfb/gstrfbsrc.c:
* gst/librfb/rfb.h:
* gst/librfb/rfbbuffer.c:
* gst/librfb/rfbbuffer.h:
* gst/librfb/rfbbytestream.c:
* gst/librfb/rfbbytestream.h:
* gst/librfb/rfbdecoder.c:
* gst/librfb/rfbdecoder.h:
Some much needed hackage. Fixed #171659, but then went on
to actually make it work with Vino, get timing correct,
make sure it doesn't leak, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-05-17 David Schleef <ds@schleef.org> + + * gst/librfb/Makefile.am: + * gst/librfb/gstrfbsrc.c: + * gst/librfb/rfb.h: + * gst/librfb/rfbbuffer.c: + * gst/librfb/rfbbuffer.h: + * gst/librfb/rfbbytestream.c: + * gst/librfb/rfbbytestream.h: + * gst/librfb/rfbdecoder.c: + * gst/librfb/rfbdecoder.h: + Some much needed hackage. Fixed #171659, but then went on + to actually make it work with Vino, get timing correct, + make sure it doesn't leak, etc. + 2005-05-15 Tim-Philipp Müller <tim at centricular dot net> * gst/modplug/libmodplug/sndfile.h: |