summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* python example: Update to latest specOlivier Crête2016-11-151-1/+3
|
* python example:`Add signal to call handlerOlivier Crête2016-11-151-1/+7
|
* Port example python call handler to GStreamer 1.0 & TpGLibOlivier Crête2016-11-153-165/+99
| | | | | Also disable a bunch of codecs, because the list of audio doesnt needs to fit in one UDP packet
* Port to GTK+ 3Olivier Crête2016-11-143-57/+56
|
* Fix typo, make it buildOlivier Crête2013-09-251-1/+1
|
* add telepathy-glib-dbus.hGuillaume Desmottes2013-09-251-0/+1
| | | | | | Not yet needed but will be for 1.0 https://bugs.freedesktop.org/show_bug.cgi?id=69806
* add missing config.h includesGuillaume Desmottes2013-09-251-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69802
* examples/call-handler.c: s/ffmpegcolorspace/videoconvert/George Kiagiadakis2013-09-241-1/+1
|
* examples/call-handler.c: Actually use has_audio_src / has_video_srcGeorge Kiagiadakis2013-09-231-0/+2
|
* examples/call-handler.c: Fix content property namesGeorge Kiagiadakis2013-09-231-3/+3
|
* Port to GStreamer 0.11, remove static python bindingsOlivier Crête2012-09-1110-5/+768
|
* Example: Return correctly from start-sendingOlivier Crête2012-03-061-3/+9
|
* Update the example to better use the APIsOlivier Crête2012-03-061-34/+56
|
* Merge branch 'call1'Olivier Crête2012-02-202-16/+13
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac examples/call-handler.c extensions/Makefile.am extensions/call-content.xml telepathy-farstream/call-content.c telepathy-farstream/call-stream.c telepathy-farstream/stream.c telepathy-farstream/telepathy-farstream.c
| * Remove example dep on the extensions libOlivier Crête2011-11-281-1/+0
| |
| * Use the account manager to create a channelOlivier Crête2011-11-281-5/+4
| |
| * Port to Call1Olivier Crête2011-11-281-10/+9
| |
* | Partial port to new volume interfaceNicolas Dufresne2011-12-091-5/+8
| |
* | Fix build with installed incompatible versionNicolas Dufresne2011-12-081-3/+3
| |
* | Merge branch 'telepathy-farstream-0.1'Sjoerd Simons2011-11-181-13/+93
|\ \ | |/ |/|
| * Use tp_simple_handler_new_with_am instead of the deprecated _new versionMike Ruprecht2011-11-141-4/+4
| |
| * WIP: Respect 0 being unknown for volume propertiesMike Ruprecht2011-11-141-7/+15
| |
| * Support changing output volume via a volume elementMike Ruprecht2011-11-141-15/+32
| |
| * Use a range of 0 to 255 instead of 0 to 65536Mike Ruprecht2011-11-141-2/+2
| |
| * Use pulsesrc instead of audiotestsrcMike Ruprecht2011-11-141-1/+1
| |
| * Respect AudioControl interface's audio-input property in the exampleMike Ruprecht2011-11-141-1/+47
| |
| * Abstract creating an audio source in the example clientMike Ruprecht2011-11-141-5/+14
| |
* | Rename to FarstreamOlivier Crête2011-10-112-4/+4
|/
* Fix linking with "ld --as-needed", as used on Ubuntu oneiricLaurent Bigonville2011-08-011-3/+3
| | | | Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Trace gstreamer errorsNicolas Dufresne2011-07-051-0/+12
|
* Don't move to ready state on framerate changeNicolas Dufresne2011-07-051-17/+16
| | | | | | Doing so would freeze the video for a second wich looks glitchy. This change has the side effect that framerate will only be controlled by the videomaxrate element. This also work better with certain UVC webcam.
* Initialise value got from propertiesNicolas Dufresne2011-07-041-1/+1
|
* Fix typo in default resolutionSjoerd Simons2011-06-071-1/+1
|
* Handle resolution changesSjoerd Simons2011-06-071-12/+67
| | | | | For resolution changes go set the video element NULL instead of just to READY, otherwise at least logitech cameras seem to get confused
* Let the example call handler react to framerate changesSjoerd Simons2011-06-071-3/+92
|
* Add various call related capabilitiesSjoerd Simons2011-06-071-0/+7
|
* Use autovideosrc and change the default resolution to 320x240Sjoerd Simons2011-02-231-2/+1
|
* Add input filtersSjoerd Simons2011-02-151-1/+3
|
* Don't use glib 2.28 functionsSjoerd Simons2011-02-141-1/+2
|
* Handle not having default properties for a conferenceSjoerd Simons2011-02-141-6/+13
|
* Check return codes from _link and _set_state functionsSjoerd Simons2011-02-141-9/+48
|
* Don't leak the busSjoerd Simons2011-02-141-4/+6
|
* Default Codec preferences are now done by telepathy-farstreamSjoerd Simons2011-02-142-55/+0
|
* example: Use one notifier per conference with default property settingSjoerd Simons2011-02-142-71/+11
|
* Add a C example of tp-farstream usageSjoerd Simons2011-02-144-0/+457