Opened 16 years ago

Closed 16 years ago

#4714 closed defect (fixed)

PIP fixes

Reported by: Shane Shrybman <gnome42@…> Owned by: paulh
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

TV::TogglePIPView(void) was using the playbackinfo member variable as a tmp variable which caused problems. :)

Also, delete it after use to prevent a small leak.

Attachments (2)

mythtv_PIP_fix.diff (1.1 KB) - added by Shane Shrybman <gnome42@…> 16 years ago.
PIP fix
mythtv_PIP_fix2.diff (1.1 KB) - added by Shane Shrybman <gnome42@…> 16 years ago.
Updated patch - missed one playbackinfo

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by Shane Shrybman <gnome42@…>

Attachment: mythtv_PIP_fix.diff added

PIP fix

Changed 16 years ago by Shane Shrybman <gnome42@…>

Attachment: mythtv_PIP_fix2.diff added

Updated patch - missed one playbackinfo

comment:1 Changed 16 years ago by stuartm

Milestone: unknown0.21

comment:2 Changed 16 years ago by paulh

Owner: changed from Isaac Richards to paulh
Status: newassigned
Version: unknownhead

comment:3 Changed 16 years ago by paulh

Resolution: fixed
Status: assignedclosed

(In [16226]) Fix a problem with PIP were when the PIP is first shown the playbackinfo was being set to that of pip and not the main picture. This was causing several problems like the wrong program info was being shown and browsing though the channels was starting on the wrong channel etc.

Patch by Shane Shrybman. Closes #4714.

Note: See TracTickets for help on using tickets.