[mythtv-commits] Ticket #8656: Display video format in INFO OSD
MythTV
mythtv at cvs.mythtv.org
Sun Aug 29 09:13:21 UTC 2010
#8656: Display video format in INFO OSD
-------------------------------------+--------------------------------------
Reporter: nigel | Owner: markk
Type: patch | Status: closed
Priority: minor | Milestone: 0.24
Component: MythTV - Video Playback | Version: Trunk Head
Severity: low | Resolution: fixed
Keywords: | Ticket locked: 0
-------------------------------------+--------------------------------------
Comment (by stuartm):
Nigel, since format was intended to be used as a statetype, it should be
the following instead:
{{{
<statetype name="videocodec">
<state name="MPEG2">
<textarea name="description">
<area>10,10,100,30</area>
<value>MPEG-2</value>
</textarea>
</state>
<state name="H.264" from="MPEG2">
<textarea name="description">
<value>MPEG-2</value>
</textarea>
</state>
<!-- Etc. -->
</statetype>
}}}
As you can imagine that's slightly more work for the themer, although many
would probably just cut/paste, from another theme. The benefits are
numerous, e.g. you can mix images (icons), text, shapes etc to represent
each codec.
Mark
[25889] contains an error, the values return by GetEncodingType() are
being translated when they shouldn't be.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/8656#comment:9>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list