[mythtv] [mythtv-commits] mythtv commit: r14781 - in trunk/mythtv by nigel
David
mythtv at theblains.net
Thu Nov 1 01:57:43 UTC 2007
> -----Original Message-----
> From: mythtv-commits-bounces at mythtv.org [mailto:mythtv-commits-
> bounces at mythtv.org] On Behalf Of mythtv at cvs.mythtv.org
> Sent: Wednesday, October 31, 2007 9:26 PM
> To: mythtv-commits at mythtv.org
> Subject: [mythtv-commits] mythtv commit: r14781 - in trunk/mythtv by
> nigel
>
> Author: nigel
> Date: 2007-11-01 01:25:54 +0000 (Thu, 01 Nov 2007)
> New Revision: 14781
> Changeset: http://cvs.mythtv.org/trac/changeset/14781
>
> Added:
>
> trunk/mythtv/libs/libmythupnp/masterselection.cpp
> trunk/mythtv/libs/libmythupnp/masterselection.h
> trunk/mythtv/libs/libmythupnp/mediarenderer.cpp
> trunk/mythtv/libs/libmythupnp/mediarenderer.h
>
> Removed:
>
> trunk/mythtv/programs/mythfrontend/masterselection.cpp
> trunk/mythtv/programs/mythfrontend/masterselection.h
> trunk/mythtv/programs/mythfrontend/mediarenderer.cpp
> trunk/mythtv/programs/mythfrontend/mediarenderer.h
>
> Modified:
>
> trunk/mythtv/libs/libmythupnp/libmythupnp.pro
> trunk/mythtv/programs/mythfrontend/mythfrontend.pro
>
> Log:
>
> Move UPnP backend autodiscovery stuff into libmythupnp,
> so that other programs can use it (via MythContext).
> Also de-line-wrapped .pro HEADERS/SOURCES elements (& tidied by pairing
> files)
>
Mediarenderer should not be moved to libmythupnp. It's specific to
mythfrontend and would cause problems if other applications used it at the
same time.
Also, I kept masterselection out of the libmythupnp because it contains UI
code. I'm trying to keep the upnp library a pure protocol implementation.
Let me know if you would like to discuss this more.
David B.
More information about the mythtv-dev
mailing list