Commit 54f1118b authored by Clément Stenac's avatar Clément Stenac

Don't crash in record filter (Closes:#542)

parent 9f997dca
......@@ -304,6 +304,7 @@ static void Notify( access_t *p_access, vlc_bool_t b_dump )
vout_thread_t *p_vout;
p_vout = vlc_object_find( p_access, VLC_OBJECT_VOUT, FIND_ANYWHERE );
if( !p_vout ) return;
if( p_vout != p_sys->p_vout )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment