summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sdp.h2
-rw-r--r--src/sdp.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/sdp.h b/include/sdp.h
index c2846242..6aeffc19 100644
--- a/include/sdp.h
+++ b/include/sdp.h
@@ -139,6 +139,7 @@ extern "C" {
#define UPNP_L2CAP_SVCLASS_ID 0x1302
#define VIDEO_SOURCE_SVCLASS_ID 0x1303
#define VIDEO_SINK_SVCLASS_ID 0x1304
+#define VIDEO_DISTRIBUTION_SVCLASS_ID 0x1305
/*
* Standard profile descriptor identifiers; note these
@@ -203,6 +204,7 @@ extern "C" {
#define UPNP_L2CAP_PROFILE_ID UPNP_L2CAP_SVCLASS_ID
#define VIDEO_SOURCE_PROFILE_ID VIDEO_SOURCE_SVCLASS_ID
#define VIDEO_SINK_PROFILE_ID VIDEO_SINK_SVCLASS_ID
+#define VIDEO_DISTRIBUTION_PROFILE_ID VIDEO_DISTRIBUTION_SVCLASS_ID
/*
* Attribute identifier codes
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 }
};