summaryrefslogtreecommitdiff
path: root/telepathy-farstream
Commit message (Expand)AuthorAgeFilesLines
* call-content: fix another memory leakHEADmasterFabrice Bellet2016-12-181-4/+7
* call-content: fix a memory leakFabrice Bellet2016-12-181-1/+1
* fix a couple of memory leaksFabrice Bellet2016-12-182-3/+11
* stream: Don't implicitly convert FsStreamDirection to TpMediaStreamDirectionTing-Wei Lan2016-02-261-2/+3
* call-stream: add mising 'break' in switch blockGuillaume Desmottes2014-05-261-0/+1
* call-stream: Ignore local candidates if there are noneOlivier Crête2014-03-061-0/+4
* Replace INCLUDES with equivalent AM_CPPFLAGSOlivier Crête2013-09-251-2/+2
* add telepathy-glib-dbus.hGuillaume Desmottes2013-09-253-0/+3
* call-stream: fix type of state variableGuillaume Desmottes2013-09-251-1/+1
* stop accessing TpProxy members directlyGuillaume Desmottes2013-09-252-11/+8
* add missing config.h includesGuillaume Desmottes2013-09-254-0/+6
* The GStreamer 1.0 API is no longer unstableOlivier Crête2012-09-251-1/+1
* The relay-info is now a GPtrArray instead of a GValueArrayOlivier Crête2012-09-252-23/+17
* Only include telepathy-glib.hOlivier Crête2012-09-1712-23/+15
* pkgconfig: Require gstreamer-1.0 and farstream-0.2Dominique Leuenberger2012-09-112-2/+2
* gobject-introspection: Also depend on Farstream-0.2Dominique Leuenberger2012-09-111-1/+1
* Generate GObject Introspection dataOlivier Crête2012-09-111-5/+39
* Add : to fix warning from introspection scannerOlivier Crête2012-09-112-9/+9
* Port to GStreamer 0.11, remove static python bindingsOlivier Crête2012-09-111-4/+30
* Set RemoteContact when accepting & updating media descriptionsSjoerd Simons2012-09-031-17/+47
* Remove deprecated TP_ERRORSOlivier Crête2012-08-212-2/+2
* Remove the (skip) annotations as they confuse gtk-docOlivier Crête2012-03-201-3/+3
* Don't segfault if there is no error setEmanuele Aina2012-03-201-1/+1
* Fix build (missing '\' at EOL in header list)Emanuele Aina2012-03-201-1/+1
* Release resources when destroying TfCallStreamOlivier Crête2012-03-181-1/+14
* Split _destroy() and _dispose() and call _destroy() manuallyOlivier Crête2012-03-185-29/+91
* Make sure all TfCallStream are disposed before their contentOlivier Crête2012-03-141-1/+7
* CallStream: Protect against early disposeOlivier Crête2012-03-141-1/+39
* CallStream: Split finalize from disposeOlivier Crête2012-03-141-8/+21
* Don't ignore MediaDescription offer if the answer is the same as the previous...Olivier Crête2012-03-141-7/+1
* Don't try to start receiving if one can't get the receive resourceOlivier Crête2012-03-141-3/+5
* Set stored remote candidatesOlivier Crête2012-03-121-31/+40
* Add component to the endpoint state debug messageOlivier Crête2012-03-121-2/+2
* Add annotations to tell bindings to use _literal versions of the functions.Olivier Crête2012-03-121-3/+9
* Use the generic marshallerNicolas Dufresne2012-03-0910-93/+28
* Don't access fsstream if it doesn't existOlivier Crête2012-03-081-1/+1
* Make it just a warning on Content errorOlivier Crête2012-03-071-1/+1
* CallContent: Guard against early dispose in some callbacksOlivier Crête2012-03-071-7/+19
* Add finish function to the async newOlivier Crête2012-03-062-1/+26
* Fix small bugOlivier Crête2012-03-061-1/+1
* Make it possible to remove a endpointOlivier Crête2012-03-051-7/+43
* Factor out setting the FsStream direction to/from sendingOlivier Crête2012-03-051-7/+31
* Factor out endpoint disposalOlivier Crête2012-03-051-10/+26
* Put all setting of the endpoint path at the same placeOlivier Crête2012-03-051-5/+5
* include missing config.hGuillaume Desmottes2012-02-293-1/+4
* Fix errors in doc buildingOlivier Crête2012-02-202-4/+4
* Also cast the correct objectOlivier Crête2012-02-201-5/+5
* Connect to correct objectOlivier Crête2012-02-201-2/+2
* Merge branch 'call1'Olivier Crête2012-02-2021-1207/+2238
|\
| * Remove mute as it has been removed from the specOlivier Crête2012-02-155-73/+20