summaryrefslogtreecommitdiff
path: root/libpurple/mediamanager.c
Commit message (Expand)AuthorAgeFilesLines
* Add a way to set and get which media backend type to use.Michael Ruprecht2009-10-281-0/+29
* Start to use the media backend code in PurpleMedia and PurpleMediaManager.Michael Ruprecht2009-10-231-21/+1
* Added the ui-caps-changed signal to the media manager.Michael Ruprecht2009-10-201-0/+19
* Update various header copyrights thanks to licensecheck.Paul Aurich2009-08-221-1/+1
* Let's keep this working right.Michael Ruprecht2009-08-131-1/+0
* Fix unidirectional media sessions and add a colorspace before the video sink.Michael Ruprecht2009-08-131-4/+17
* Switch around some GStreamer linking and state setting.Michael Ruprecht2009-08-121-2/+2
* Unleak pad if more pads are linked.Michael Ruprecht2009-08-071-3/+7
* Unlink the local audio volume and mute between sessions.Michael Ruprecht2009-08-071-0/+6
* Set alsasrc's slave-method to 2. This stops the audio timestamps fromMichael Ruprecht2009-08-051-9/+15
* Allow setting properties on GStreamer elements with fs-element.conf.Michael Ruprecht2009-08-051-0/+31
* Don't crash when there isn't a webcam connected.Michael Ruprecht2009-07-221-1/+2
* Include the media API on win32 even though it isn't actually enabled.Daniel Atallah2009-04-121-1/+1
* Fix build with --disable-gstreamer.Sadrul Habib Chowdhury2009-04-111-1/+11
* Fix some assertions.Michael Ruprecht2009-04-091-2/+2
* Switch media to store accounts rather than connections.Michael Ruprecht2009-04-091-11/+9
* Make it compile with --disable-vv... again!Michael Ruprecht2009-04-031-3/+16
* Fix embedding video when the sink is a gconfvideosrc pointing to anMichael Ruprecht2009-04-031-7/+14
* Hide and gobjectify PurpleMediaElementInfo.Michael Ruprecht2009-04-021-28/+322
* Hide the easy structs in mediamanager.c.Michael Ruprecht2009-04-011-0/+16
* Give more information to element creation functions.Michael Ruprecht2009-03-311-4/+7
* Add purple_media_manager_{get,set}_ui_caps.Michael Ruprecht2009-03-311-0/+23
* Make sharing sources between media sessions work.Michael Ruprecht2009-03-301-15/+81
* Properly wrap media functions so the API doesn't disappear when USE_VVMichael Ruprecht2009-03-231-1/+61
* Move GStreamer related media functions into its own header.Michael Ruprecht2009-03-231-1/+2
* Silence warning about videotestsrc not having two properties.Michael Ruprecht2009-03-191-3/+12
* Added purple_media_manager_get_media_by_connection.Michael Ruprecht2009-02-251-0/+19
* Added the connection property back to PurpleMedia.Michael Ruprecht2009-02-251-0/+1
* Only create output windows once there's data to be output.Michael Ruprecht2009-02-241-0/+192
* Move pipeline creation into the media manager.Michael Ruprecht2009-02-201-0/+57
* Use the media manager that created the media session in media.c.Michael Ruprecht2009-02-081-0/+1
* Add active elements to PurpleMediaManager. These are the elements thatMichael Ruprecht2009-02-041-9/+83
* Implement functions to register and unregister media elements for use inMichael Ruprecht2009-02-031-0/+55
* Have all media sessions use a single pipeline.Michael Ruprecht2009-01-311-1/+1
* Add initiator property to PurpleMedia.Michael Ruprecht2009-01-041-1/+3
* Rename "fs-conference" to "conference".Michael Ruprecht2008-12-161-1/+1
* Remove the screenname attribute from PurpleMedia.Michael Ruprecht2008-12-161-1/+0
* Remove connection attribute from PurpleMedia.Michael Ruprecht2008-12-161-4/+4
* Add purple_media_manager_get_element.Michael Ruprecht2008-11-061-0/+25
* Gracefully handle missing the fsrtpconference GStreamer plugin.Michael Ruprecht2008-08-311-0/+10
* * Added input/output volume preferences for voice conversations.Michael Ruprecht2008-08-171-0/+21
* Stop additional media sessions within a single conversation for grouped conta...Michael Ruprecht2008-08-151-3/+12
* * Added documentation to media.h and mediamanager.hMichael Ruprecht2008-08-091-2/+3
* Set the media pipeline to PLAYING immediately after initializationMichael Ruprecht2008-07-171-6/+10
* Use USE_VV instead of USE_FARSIGHT.Michael Ruprecht2008-05-281-2/+2
* Added better Farsight error handling. Fixes several crash bugs relatedMichael Ruprecht2008-05-271-5/+14
* Updates voice and video to use Farsight 2, gets XMPP voice conferencesMichael Ruprecht2008-05-231-9/+10
* Fix the prplinfo structs and get rid of some compile warnings.Sadrul Habib Chowdhury2007-12-291-1/+2
* Cosmetics.Sadrul Habib Chowdhury2007-09-271-1/+3
* You can actually receive Google Talk voice calls with crappy UI nowSean Egan2007-09-191-5/+9