diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-06 17:43:48 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-06 17:43:48 +0000 |
commit | 2fa38208982e7c7bb55ae97acd13dbf82dd24e88 (patch) | |
tree | 5af4d2f48fc435ac6039bc6c9f16e0360ef249b7 /src/sdp.c | |
parent | 21afc09548463710e61451a2e37946a1b515bc6f (diff) |
Add UUID for video distribution
Diffstat (limited to 'src/sdp.c')
-rw-r--r-- | src/sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } }; |