summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2016-11-15python example: Update to latest specOlivier Crête1-1/+3
2016-11-15python example:`Add signal to call handlerOlivier Crête1-1/+7
2016-11-15Port example python call handler to GStreamer 1.0 & TpGLibOlivier Crête3-165/+99
2016-11-14Port to GTK+ 3Olivier Crête3-57/+56
2013-09-25Fix typo, make it buildOlivier Crête1-1/+1
2013-09-25add telepathy-glib-dbus.hGuillaume Desmottes1-0/+1
2013-09-25add missing config.h includesGuillaume Desmottes1-0/+2
2013-09-24examples/call-handler.c: s/ffmpegcolorspace/videoconvert/George Kiagiadakis1-1/+1
2013-09-23examples/call-handler.c: Actually use has_audio_src / has_video_srcGeorge Kiagiadakis1-0/+2
2013-09-23examples/call-handler.c: Fix content property namesGeorge Kiagiadakis1-3/+3
2012-09-11Port to GStreamer 0.11, remove static python bindingsOlivier Crête10-5/+768
2012-03-06Example: Return correctly from start-sendingOlivier Crête1-3/+9
2012-03-06Update the example to better use the APIsOlivier Crête1-34/+56
2012-02-20Merge branch 'call1'Olivier Crête2-16/+13
2011-12-09Partial port to new volume interfaceNicolas Dufresne1-5/+8
2011-12-08Fix build with installed incompatible versionNicolas Dufresne1-3/+3
2011-11-28Remove example dep on the extensions libOlivier Crête1-1/+0
2011-11-28Use the account manager to create a channelOlivier Crête1-5/+4
2011-11-28Port to Call1Olivier Crête1-10/+9
2011-11-18Merge branch 'telepathy-farstream-0.1'Sjoerd Simons1-13/+93
2011-11-14Use tp_simple_handler_new_with_am instead of the deprecated _new versionMike Ruprecht1-4/+4
2011-11-14WIP: Respect 0 being unknown for volume propertiesMike Ruprecht1-7/+15
2011-11-14Support changing output volume via a volume elementMike Ruprecht1-15/+32
2011-11-14Use a range of 0 to 255 instead of 0 to 65536Mike Ruprecht1-2/+2
2011-11-14Use pulsesrc instead of audiotestsrcMike Ruprecht1-1/+1
2011-11-14Respect AudioControl interface's audio-input property in the exampleMike Ruprecht1-1/+47
2011-11-14Abstract creating an audio source in the example clientMike Ruprecht1-5/+14
2011-10-11Rename to FarstreamOlivier Crête2-4/+4
2011-08-01Fix linking with "ld --as-needed", as used on Ubuntu oneiricLaurent Bigonville1-3/+3
2011-07-05Trace gstreamer errorsNicolas Dufresne1-0/+12
2011-07-05Don't move to ready state on framerate changeNicolas Dufresne1-17/+16
2011-07-04Initialise value got from propertiesNicolas Dufresne1-1/+1
2011-06-07Fix typo in default resolutionSjoerd Simons1-1/+1
2011-06-07Handle resolution changesSjoerd Simons1-12/+67
2011-06-07Let the example call handler react to framerate changesSjoerd Simons1-3/+92
2011-06-07Add various call related capabilitiesSjoerd Simons1-0/+7
2011-02-23Use autovideosrc and change the default resolution to 320x240Sjoerd Simons1-2/+1
2011-02-15Add input filtersSjoerd Simons1-1/+3
2011-02-14Don't use glib 2.28 functionsSjoerd Simons1-1/+2
2011-02-14Handle not having default properties for a conferenceSjoerd Simons1-6/+13
2011-02-14Check return codes from _link and _set_state functionsSjoerd Simons1-9/+48
2011-02-14Don't leak the busSjoerd Simons1-4/+6
2011-02-14Default Codec preferences are now done by telepathy-farstreamSjoerd Simons2-55/+0
2011-02-14example: Use one notifier per conference with default property settingSjoerd Simons2-71/+11
2011-02-14Add a C example of tp-farstream usageSjoerd Simons4-0/+457