[Pkg-telepathy-commits] [farstream-0.2] branch upstream updated (20f6c6c -> ea62997)

Simon McVittie smcv at debian.org
Tue Sep 16 17:46:14 UTC 2014


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

smcv pushed a change to branch upstream
in repository farstream-0.2.

      from  20f6c6c   Imported Upstream version 0.2.3
       new  ea62997   Imported Upstream version 0.2.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  233 +++
 Makefile.in                                        |  234 +--
 NEWS                                               |    7 +
 aclocal.m4                                         |  270 ++--
 common-modified/Makefile.in                        |   88 +-
 common-modified/gtk-doc-plugins.mak                |    2 +-
 {common => common-modified}/gtk-doc.mak            |    4 +-
 common/Makefile.in                                 |  189 ++-
 common/m4/Makefile.in                              |   88 +-
 configure                                          |   94 +-
 configure.ac                                       |    4 +-
 docs/Makefile.in                                   |  189 ++-
 docs/libs/Makefile.am                              |    2 +-
 docs/libs/Makefile.in                              |  101 +-
 docs/libs/farstream-libs-sections.txt              |    2 +
 docs/libs/html/FsConference.html                   |   20 +-
 docs/libs/html/FsElementAddedNotifier.html         |    4 +-
 docs/libs/html/FsParticipant.html                  |    4 +-
 docs/libs/html/FsSession.html                      |   52 +-
 docs/libs/html/FsStream.html                       |   93 +-
 docs/libs/html/FsStreamTransmitter.html            |   45 +-
 docs/libs/html/FsTransmitter.html                  |    4 +-
 docs/libs/html/ch01.html                           |    6 +-
 docs/libs/html/ch02.html                           |    6 +-
 docs/libs/html/ch03.html                           |    6 +-
 docs/libs/html/ch04.html                           |    6 +-
 docs/libs/html/ch05.html                           |    6 +-
 docs/libs/html/farstream-libs-FsCandidate.html     |   44 +-
 docs/libs/html/farstream-libs-FsCodec.html         |   72 +-
 docs/libs/html/farstream-libs-FsPlugin.html        |    4 +-
 .../html/farstream-libs-RTP-Specific-types.html    |    4 +-
 .../html/farstream-libs-Utility-functions.html     |    4 +-
 docs/libs/html/farstream-libs.devhelp2             |   22 +-
 docs/libs/html/index.html                          |    6 +-
 docs/libs/html/index.sgml                          |    2 +
 docs/libs/html/pt01.html                           |    6 +-
 docs/libs/html/pt02.html                           |    6 +-
 docs/plugins/Makefile.in                           |   95 +-
 docs/plugins/farstream-plugins.hierarchy           |    1 +
 docs/plugins/html/FsMsnCamSendConference.html      |   10 +-
 docs/plugins/html/FsMsnConference.html             |    6 +-
 docs/plugins/html/FsMsnParticipant.html            |    6 +-
 docs/plugins/html/FsRawConference.html             |   10 +-
 docs/plugins/html/FsRtpConference.html             |   16 +-
 docs/plugins/html/FsRtpParticipant.html            |    6 +-
 docs/plugins/html/FsRtpSession.html                |   10 +-
 docs/plugins/html/FsRtpStream.html                 |    8 +-
 docs/plugins/html/GstVideoanyrate.html             |    8 +-
 docs/plugins/html/ch01.html                        |    6 +-
 docs/plugins/html/ch02.html                        |    6 +-
 docs/plugins/html/ch03.html                        |    6 +-
 ...arstream-plugins-FsMsnCamCamRecvConference.html |   10 +-
 .../html/farstream-plugins-FsMsnSession.html       |    6 +-
 .../html/farstream-plugins-FsMsnStream.html        |   12 +-
 ...tream-plugins-FsMulticastStreamTransmitter.html |    4 +-
 .../farstream-plugins-FsNiceStreamTransmitter.html |    4 +-
 .../html/farstream-plugins-FsRawParticipant.html   |    4 +-
 .../html/farstream-plugins-FsRawSession.html       |    6 +-
 .../html/farstream-plugins-FsRawStream.html        |    6 +-
 ...arstream-plugins-FsRawUdpStreamTransmitter.html |    6 +-
 .../farstream-plugins-FsShmStreamTransmitter.html  |   22 +-
 docs/plugins/html/farstream-plugins.devhelp2       |   22 +-
 docs/plugins/html/index.html                       |    6 +-
 docs/plugins/html/pt01.html                        |    6 +-
 docs/plugins/html/pt02.html                        |    6 +-
 docs/plugins/html/pt03.html                        |    6 +-
 examples/Makefile.in                               |  189 ++-
 examples/commandline/Makefile.in                   |  150 +-
 examples/commandline/simple-call.c                 |    4 +-
 examples/gui/Makefile.in                           |   88 +-
 farstream/Farstream-0.2.gir                        | 1670 +++++++++++++-------
 farstream/Makefile.in                              |  163 +-
 farstream/fs-candidate.c                           |    2 +-
 farstream/fs-codec.c                               |   33 +-
 farstream/fs-rtp.c                                 |    2 +-
 farstream/fs-stream.c                              |    2 +-
 gst/Makefile.in                                    |  191 ++-
 gst/fsmsnconference/Makefile.in                    |  155 +-
 gst/fsmsnconference/fs-msn-connection.c            |   15 +-
 gst/fsrawconference/Makefile.in                    |  157 +-
 gst/fsrawconference/fs-raw-stream.c                |    3 +-
 gst/fsrtcpfilter/Makefile.in                       |  135 +-
 gst/fsrtpconference/Makefile.in                    |  159 +-
 gst/fsrtpconference/default-codec-preferences      |    6 +
 gst/fsrtpconference/fs-rtp-codec-negotiation.c     |    2 +-
 gst/fsrtpconference/fs-rtp-keyunit-manager.c       |    5 +-
 gst/fsrtpconference/fs-rtp-session.c               |   47 +-
 gst/fsrtpconference/fs-rtp-tfrc.c                  |    2 +-
 gst/fsvideoanyrate/Makefile.in                     |  135 +-
 m4/Makefile.in                                     |   88 +-
 test-driver                                        |  127 ++
 tests/Makefile.in                                  |  189 ++-
 tests/check/Makefile.in                            |  702 ++++++--
 tests/check/rtp/sendcodecs.c                       |    4 +-
 tests/check/testutils.c                            |    1 +
 tests/check/transmitter/nice.c                     |   28 +-
 tests/check/transmitter/rawudp.c                   |    2 +-
 tests/check/transmitter/stunalternd.c              |    1 +
 tests/rtp/Makefile.in                              |  149 +-
 transmitters/Makefile.in                           |  189 ++-
 transmitters/multicast/Makefile.in                 |  135 +-
 transmitters/multicast/fs-multicast-transmitter.c  |    7 +-
 transmitters/nice/Makefile.in                      |  135 +-
 transmitters/rawudp/Makefile.in                    |  137 +-
 transmitters/rawudp/fs-rawudp-transmitter.c        |    3 +-
 transmitters/rawudp/fs-rawudp-transmitter.h        |    2 +
 transmitters/shm/Makefile.in                       |  135 +-
 107 files changed, 4935 insertions(+), 2663 deletions(-)
 copy {common => common-modified}/gtk-doc.mak (98%)
 create mode 100755 test-driver

-- 
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