After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700947 - gupnp_device_info_get_dlna_device_class_identifier needed
gupnp_device_info_get_dlna_device_class_identifier needed
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
0.20.x
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-24 10:18 UTC by Sébastien Bianti
Modified: 2013-07-30 07:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch proposal for this bug (2.24 KB, patch)
2013-05-29 15:39 UTC, Sébastien Bianti
committed Details | Review

Description Sébastien Bianti 2013-05-24 10:18:04 UTC
DLNA compatible devices provide the version number and the device class in the element <dlna:X_DLNADOC> of the Device Description Document.

The value of this element is "DEVICE_CLASS-VERSION_NUMBER".
Example : “DMS-1.50”, “DMPr-1.50”…

An API retrieving this value should be useful.
Comment 1 Sébastien Bianti 2013-05-24 13:40:51 UTC
Actually, the name of this function would be gupnp_device_info_list_dlna_device_class_identifier(…) as many values are possibly available.
Comment 2 Sébastien Bianti 2013-05-29 15:39:40 UTC
Created attachment 245557 [details] [review]
Patch proposal for this bug

Feature added.

Hope this fits.
Comment 3 Jens Georg 2013-07-30 07:38:52 UTC
Committed with some documentation added