Changeset 9ad990ac8df8a3a29ef20f9771d59633789c3146

Show
Ignore:
Timestamp:
06/27/08 13:29:41 (2 months ago)
Author:
Ilkka Ollakka <ileoo@videolan.org>
git-committer:
Ilkka Ollakka <ileoo@videolan.org> 1214566181 +0300
git-parent:

[46cf6c1438d0c1a4b80ecbcc84a7cbbef0300930]

git-author:
Ilkka Ollakka <ileoo@videolan.org> 1214566181 +0300
Message:

Don't release vout if it ain't present (eg. when audio is playing and
background image is only visible).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/menus.cpp

    r8e756ce r9ad990a  
    802802                            p_vout->i_object_id, val, VLC_VAR_BOOL, 
    803803                            b_isFullscreen ); 
     804                vlc_object_release( p_vout ); 
    804805            } 
    805806 
    806             vlc_object_release( p_vout ); 
    807807            menu->addSeparator(); 
    808808