intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

[PushHost] Use GUPnP Mime Type if available #128

Closed cguiraud closed 11 years ago

cguiraud commented 11 years ago

rework based on v3 review comments

when hosting a file, we now use the mime type reported by GUPnP-DLNA when available, and we fallback to the g_content_type_guess one if it is not available.

Fix issue #120 https://github.com/01org/dleyna-renderer/issues/120

Signed-off-by: Christophe Guiraud christophe.guiraud@intel.com

markdryan commented 11 years ago

Pushed. Thanks.