summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.23stream-engine_0.3.23Robert McQueen2007-04-301-2/+2
* add missing argument to property changed callbackRobert McQueen2007-04-301-0/+1
* hook to the property-changed signal on the TpPropsIface and keep the TpStream...Robert McQueen2007-04-301-36/+79
* bump farsight version to depend on the new "transmitter-object" property on s...Robert McQueen2007-04-301-1/+1
* channel.c, stream.c: removed turn-server and turn-port propertiesSenko Rasic2007-04-133-49/+0
* stream.c: reverted transmitter property names since farsight api isn't changi...Senko Rasic2007-04-121-4/+5
* using modified farsight api for setting the transmitter propertiesSenko Rasic2007-04-111-26/+36
* StreamEngineChannel now uses turn-ip and turn-port propertiesSenko Rasic2007-04-043-0/+49
* setting relay-token property directly on the stream objectSenko Rasic2007-03-261-7/+6
* stream.c: pass relay-token to transmitter object if possibleSenko Rasic2007-03-121-0/+8
* bump version to 0.3.22.1Robert McQueen2007-04-151-1/+1
* bump version to 0.3.22stream-engine_0.3.22Robert McQueen2007-04-151-2/+2
* unhook telephony event signal callbacks at dispose timeRobert McQueen2007-04-151-0/+10
* add debug messages if event start/stop failsRobert McQueen2007-04-151-4/+6
* bump farsight dependency to 0.1.17Robert McQueen2007-04-141-1/+1
* fix broken debug print in stop_telephony_eventRobert McQueen2007-04-141-1/+1
* bump libtelepathy dependency to 0.0.53Robert McQueen2007-04-131-1/+1
* add support for propogating telephony events from the CM to FarsightRobert McQueen2007-04-131-0/+35
* bump version to 0.3.21.1Robert McQueen2007-02-271-1/+1
* raise libtelepathy requirement to 0.0.50stream-engine_0.3.21Robert McQueen2007-02-271-1/+1
* bump version to 0.3.21Robert McQueen2007-02-261-2/+2
* remove duplicated = 0 causing stun and NAT properties to get confusedRobert McQueen2007-02-261-1/+1
* get NAT traversal settings from the channel properties interface and provide ...Robert McQueen2007-02-232-11/+108
* fix unused variable in channel _initRobert McQueen2007-02-231-1/+1
* make the session provide TpStreamEngineStreamProperties to the streamsRobert McQueen2007-02-232-3/+13
* get NAT traversal and STUN properties from a TpStreamEngineStreamProperties s...Robert McQueen2007-02-232-117/+55
* add header guards to session.hRobert McQueen2007-01-241-0/+3
* add header guards to channel.hRobert McQueen2007-01-242-4/+6
* remove unused volume and mute members from channel private dataRobert McQueen2007-01-211-7/+0
* use new util functions to disable the media server when we handle our first c...Robert McQueen2007-01-212-6/+22
* move media server enable/disable code into util.cRobert McQueen2007-01-213-111/+116
* move g_object_has_property to newly-created util.cRobert McQueen2007-01-216-11/+48
* allow using separate sinks for output vs. preview windows2007-01-232-3/+7
* Build fixes2007-01-082-3/+3
* set nano version to 12007-01-041-1/+1
* version 0.3.20stream-engine_0.3.202007-01-041-2/+2
* set nano version to 1Dafydd Harries2007-01-041-1/+1
* version 0.3.19Dafydd Harries2007-01-041-1/+1
* actually link colorspace ! videoscale ! sink, it seems to behave better thenRobert McQueen2006-12-291-6/+6
* Link the sink elements (ffmpegcolorspace ! videoscale ! whatever) into a bin ...Robert McQueen2006-12-291-5/+15
* use new video sink making function for output windows tooRobert McQueen2006-12-291-15/+10
* return TRUE when we've scheduled preview window creation for laterRobert McQueen2006-12-291-1/+1
* tweak indentationRobert McQueen2006-12-291-2/+2
* add a v4lsrc fallback for the source and print the one we finally useRobert McQueen2006-12-291-3/+11
* link a videoscale and ffmpegcolorspace before the sink so that it will work i...Robert McQueen2006-12-292-28/+53
* when providing the X window ID, set sync to false on the actual sink (for the...Robert McQueen2006-12-291-0/+6
* extract preview window sink creation into a function which tries gconfvideosi...Robert McQueen2006-12-292-13/+49
* export g_object_has_property from stream.cRobert McQueen2006-12-292-1/+3
* wake the main context after we schedule an idle wake-up, because it's been ob...Robert McQueen2006-12-291-0/+1
* when handling prepare-xwindow-id messages, look for window pairs belonging to...Robert McQueen2006-12-291-10/+20