mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	upnp: fix URL of MediaServer spec
This commit is contained in:
		
							parent
							
								
									eb205646ae
								
							
						
					
					
						commit
						6c4c61de2c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -59,7 +59,7 @@ PA_MODULE_LOAD_ONCE(TRUE);
 | 
				
			||||||
PA_MODULE_USAGE(
 | 
					PA_MODULE_USAGE(
 | 
				
			||||||
        "display_name=<UPnP Media Server name>");
 | 
					        "display_name=<UPnP Media Server name>");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* This implements http://live.gnome.org/action/edit/Rygel/MediaProviderSpec */
 | 
					/* This implements http://live.gnome.org/action/edit/Rygel/MediaServerSpec */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define SERVICE_NAME "org.Rygel.MediaServer1.PulseAudio"
 | 
					#define SERVICE_NAME "org.Rygel.MediaServer1.PulseAudio"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -71,7 +71,7 @@ PA_MODULE_USAGE(
 | 
				
			||||||
    DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE                           \
 | 
					    DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE                           \
 | 
				
			||||||
    "<node>"                                                            \
 | 
					    "<node>"                                                            \
 | 
				
			||||||
    " <!-- If you are looking for documentation make sure to check out" \
 | 
					    " <!-- If you are looking for documentation make sure to check out" \
 | 
				
			||||||
    "      http://live.gnome.org/Rygel/MediaProviderSpec -->"           \
 | 
					    "      http://live.gnome.org/Rygel/MediaServerSpec -->"             \
 | 
				
			||||||
    " <interface name=\"org.Rygel.MediaContainer1\">"                   \
 | 
					    " <interface name=\"org.Rygel.MediaContainer1\">"                   \
 | 
				
			||||||
    "  <method name=\"GetContainers\">"                                 \
 | 
					    "  <method name=\"GetContainers\">"                                 \
 | 
				
			||||||
    "   <arg name=\"children\" type=\"ao\" direction=\"out\"/>"         \
 | 
					    "   <arg name=\"children\" type=\"ao\" direction=\"out\"/>"         \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue