summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-06 17:43:48 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-06 17:43:48 +0000
commit2fa38208982e7c7bb55ae97acd13dbf82dd24e88 (patch)
tree5af4d2f48fc435ac6039bc6c9f16e0360ef249b7 /src
parent21afc09548463710e61451a2e37946a1b515bc6f (diff)
Add UUID for video distribution
Diffstat (limited to 'src')
-rw-r--r--src/sdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp.c b/src/sdp.c
index d920a753..c48d4ba7 100644
--- a/src/sdp.c
+++ b/src/sdp.c
@@ -192,6 +192,7 @@ static struct tupla ServiceClass[] = {
{ UPNP_L2CAP_SVCLASS_ID, "UPnP L2CAP" },
{ VIDEO_SOURCE_SVCLASS_ID, "Video Source" },
{ VIDEO_SINK_SVCLASS_ID, "Video Sink" },
+ { VIDEO_DISTRIBUTION_SVCLASS_ID, "Video Distribution" },
{ 0 }
};