[Pkg-telepathy-commits] [farstream-0.2] 03/07: Merge tag 'upstream/0.2.8' into debian

Laurent Bigonville bigon at moszumanska.debian.org
Sat Apr 30 01:13:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch debian
in repository farstream-0.2.

commit aaccb0652a37d6ebf1cc1d05942e1ba5314b2744
Merge: 1902531 6495d98
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sat Apr 30 02:53:14 2016 +0200

    Merge tag 'upstream/0.2.8' into debian
    
    Upstream version 0.2.8

 ChangeLog                                          | 118 ++++++
 Makefile.in                                        |  53 ++-
 NEWS                                               |   7 +
 aclocal.m4                                         |  65 +--
 common-modified/Makefile.in                        |  23 +-
 common/Makefile.in                                 |  23 +-
 common/m4/Makefile.in                              |  23 +-
 compile                                            |   9 +-
 config.guess                                       | 349 ++++++----------
 config.h.in                                        |   3 +
 config.sub                                         | 125 +++---
 configure                                          | 111 +++--
 configure.ac                                       |  31 +-
 depcomp                                            | 454 ++++++++++++---------
 docs/Makefile.in                                   |  24 +-
 docs/libs/Makefile.in                              |  27 +-
 docs/libs/html/FsStream.html                       |  14 +
 docs/libs/html/farstream-libs-FsPlugin.html        |   2 +-
 docs/libs/html/farstream-libs.devhelp2             |   1 +
 docs/libs/html/index.html                          |   2 +-
 docs/libs/html/index.sgml                          |   1 +
 docs/plugins/Makefile.in                           |  27 +-
 docs/plugins/farstream-plugins.hierarchy           |   1 +
 docs/plugins/html/FsMsnCamSendConference.html      |   8 +-
 docs/plugins/html/FsMsnConference.html             |   8 +-
 docs/plugins/html/FsMsnParticipant.html            |   8 +-
 docs/plugins/html/FsRTPXdataDepay.html             |   8 +-
 docs/plugins/html/FsRTPXdataPay.html               |   8 +-
 docs/plugins/html/FsRawConference.html             |   8 +-
 docs/plugins/html/FsRtpConference.html             |   8 +-
 docs/plugins/html/FsRtpParticipant.html            |   8 +-
 docs/plugins/html/FsRtpSession.html                |  10 +-
 docs/plugins/html/FsRtpStream.html                 |  10 +-
 docs/plugins/html/FsVideoanyrate.html              |   8 +-
 docs/plugins/html/ch01.html                        |  13 +-
 docs/plugins/html/ch02.html                        |  13 +-
 docs/plugins/html/ch03.html                        |  13 +-
 ...arstream-plugins-FsMsnCamCamRecvConference.html |   8 +-
 .../html/farstream-plugins-FsMsnSession.html       |   8 +-
 .../html/farstream-plugins-FsMsnStream.html        |   8 +-
 ...tream-plugins-FsMulticastStreamTransmitter.html |   8 +-
 .../farstream-plugins-FsNiceStreamTransmitter.html |   8 +-
 .../html/farstream-plugins-FsRawParticipant.html   |   8 +-
 .../html/farstream-plugins-FsRawSession.html       |   8 +-
 .../html/farstream-plugins-FsRawStream.html        |   8 +-
 ...arstream-plugins-FsRawUdpStreamTransmitter.html |  10 +-
 .../farstream-plugins-FsShmStreamTransmitter.html  |   8 +-
 docs/plugins/html/farstream-plugins.devhelp2       |  18 -
 docs/plugins/html/index.html                       |  25 +-
 docs/plugins/html/pt01.html                        |  25 +-
 docs/plugins/html/pt02.html                        |   7 +-
 docs/plugins/html/pt03.html                        |   7 +-
 docs/plugins/html/style.css                        |  15 +-
 examples/Makefile.in                               |  23 +-
 examples/commandline/Makefile.in                   |  24 +-
 examples/gui/Makefile.in                           |  23 +-
 farstream/Farstream-0.2.gir                        |  30 ++
 farstream/Makefile.in                              |  31 +-
 farstream/fs-plugin.c                              |  23 ++
 farstream/fs-plugin.h                              |  50 ++-
 farstream/fs-stream.c                              |  20 +-
 gst/Makefile.in                                    |  27 +-
 gst/fsmsnconference/Makefile.am                    |   1 +
 gst/fsmsnconference/Makefile.in                    |  43 +-
 gst/fsrawconference/Makefile.am                    |   1 +
 gst/fsrawconference/Makefile.in                    |  43 +-
 gst/fsrtpconference/Makefile.am                    |   1 +
 gst/fsrtpconference/Makefile.in                    |  47 ++-
 gst/fsrtpconference/default-codec-preferences      |   2 +
 gst/fsrtpconference/fs-rtp-bitrate-adapter.c       |   6 -
 gst/fsrtpconference/fs-rtp-codec-negotiation.c     |   2 +-
 gst/fsrtpconference/fs-rtp-conference.c            |  11 +-
 gst/fsrtpconference/fs-rtp-discover-codecs.c       |   5 +
 gst/fsrtpconference/fs-rtp-session.c               |  36 +-
 gst/fsrtpconference/fs-rtp-stream.c                |  61 ++-
 gst/fsrtpconference/fs-rtp-stream.h                |   3 +
 gst/fsrtpconference/fs-rtp-substream.c             |   4 +
 gst/fsrtpxdata/Makefile.am                         |   3 +
 gst/fsrtpxdata/Makefile.in                         |  47 ++-
 gst/fsvideoanyrate/Makefile.am                     |   1 +
 gst/fsvideoanyrate/Makefile.in                     |  34 +-
 install-sh                                         | 366 ++++++++---------
 m4/Makefile.in                                     |  23 +-
 m4/libtool.m4                                      |  12 +-
 missing                                            | 405 +++++++-----------
 test-driver                                        |  35 +-
 tests/Makefile.in                                  |  23 +-
 tests/check/Makefile.in                            |  30 +-
 tests/rtp/Makefile.in                              |  24 +-
 transmitters/Makefile.in                           |  23 +-
 transmitters/multicast/Makefile.am                 |   1 +
 transmitters/multicast/Makefile.in                 |  41 +-
 .../multicast/fs-multicast-stream-transmitter.c    |   6 +-
 transmitters/multicast/fs-multicast-transmitter.c  |   6 +-
 transmitters/nice/Makefile.am                      |   1 +
 transmitters/nice/Makefile.in                      |  42 +-
 transmitters/nice/fs-nice-agent.c                  |   5 +-
 transmitters/nice/fs-nice-stream-transmitter.c     |   6 +-
 transmitters/nice/fs-nice-transmitter.c            |   6 +-
 transmitters/rawudp/Makefile.am                    |   1 +
 transmitters/rawudp/Makefile.in                    |  48 ++-
 transmitters/rawudp/fs-rawudp-component.c          |   5 +-
 transmitters/rawudp/fs-rawudp-stream-transmitter.c |   5 +-
 transmitters/rawudp/fs-rawudp-transmitter.c        |   6 +-
 transmitters/shm/Makefile.am                       |   1 +
 transmitters/shm/Makefile.in                       |  38 +-
 transmitters/shm/fs-shm-stream-transmitter.c       |   6 +-
 transmitters/shm/fs-shm-transmitter.c              |   8 +-
 108 files changed, 2127 insertions(+), 1451 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/farstream-0.2.git



More information about the Pkg-telepathy-commits mailing list