summaryrefslogtreecommitdiffstats
path: root/src/modules/module-rygel-media-server.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of some warningsMaarten Bosmans2011-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly warnings about unused stuff. Furthermore, the first hunk is a fix for the change in 177948a6. Finally, comment in AEC_dtd was translated and the code simplified slightly. CC module_bluetooth_device_la-module-bluetooth-device.lo modules/bluetooth/module-bluetooth-device.c: In function ‘a2dp_process_render’: modules/bluetooth/module-bluetooth-device.c:1335:30: warning: pointer targets in passing argument 6 of ‘sbc_encode’ differ in signedness [-Wpointer-sign] ../src/modules/bluetooth/sbc/sbc.h:92:9: note: expected ‘ssize_t *’ but argument is of type ‘size_t *’ CC module_rygel_media_server_la-module-rygel-media-server.lo modules/module-rygel-media-server.c:383:13: warning: ‘append_property_dict_entry_object_array’ defined but not used [-Wunused-function] CC module_echo_cancel_la-adrian-aec.lo modules/echo-cancel/adrian-aec.h:360:15: warning: ‘AEC_getambient’ defined but not used [-Wunused-function] modules/echo-cancel/adrian-aec.h:368:14: warning: ‘AEC_setgain’ defined but not used [-Wunused-function] modules/echo-cancel/adrian-aec.h:374:14: warning: ‘AEC_setaes’ defined but not used [-Wunused-function] modules/echo-cancel/adrian-aec.h:377:16: warning: ‘AEC_max_dotp_xf_xf’ declared ‘static’ but never defined [-Wunused-function] CC module_echo_cancel_la-module-echo-cancel.lo modules/echo-cancel/module-echo-cancel.c: In function ‘time_callback’: modules/echo-cancel/module-echo-cancel.c:266:12: warning: variable ‘fs’ set but not used [-Wunused-but-set-variable] CC module-virtual-sink.lo modules/module-virtual-sink.c: In function ‘sink_input_pop_cb’: modules/module-virtual-sink.c:206:15: warning: variable ‘current_latency’ set but not used [-Wunused-but-set-variable]
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-12/+3
| | | | Only whitespace changes in here
* upnp: Implement the MediaServer2 D-Bus interfaceStephen Moehle2010-11-161-199/+463
| | | | | | This allows PulseAudio to work with versions of Rygel 0.7.1 and higher which only support MediaServer2: http://live.gnome.org/Rygel/MediaServer2Spec
* rygel: fix itemCount property for sourcesLennart Poettering2009-11-181-11/+34
| | | | Fixes http://pulseaudio.org/ticket/721
* upnp: s/org.Rygel./org.gnome.UPnP/ following the newest version of the specLennart Poettering2009-05-251-32/+32
|
* upnp: s/url/URL/ in GetAll() D-Bus callLennart Poettering2009-05-191-1/+1
|
* upnp: update to newest specLennart Poettering2009-05-151-119/+189
|
* upnp: convert all property names to CamelCase to follow D-Bus specLennart Poettering2009-05-141-29/+29
|
* upnp: implement item-count/container-count propertiesLennart Poettering2009-05-141-10/+82
|
* upnp: rework property handlingLennart Poettering2009-05-111-34/+146
|
* upnp: use new rygel @HOSTNAME@ wildcard for server nameLennart Poettering2009-05-111-7/+2
|
* upnp: properly issue method not found exception when we don't now itLennart Poettering2009-05-111-1/+2
|
* upnp: update to newest spec, generate 'Updated' signalLennart Poettering2009-05-111-25/+9
|
* upnp: fix URL of MediaServer specLennart Poettering2009-05-111-2/+2
|
* rygel: get rid of forgotten debug trapLennart Poettering2009-04-301-2/+0
|
* rygel: instead of always handing out wildcard address find out the actual ↵Lennart Poettering2009-04-301-2/+48
| | | | address we are listening on
* rygel: make server name configurableLennart Poettering2009-04-291-1/+21
|
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-291-0/+549