X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fes_out.c;h=df4fb095f48fa1deadecc7cdf5897900bd6eaf59;hb=e9fba763dfcb5f7ba12211bddf75bba55c35896c;hp=3afcc2da6c392bb4dae4177a89a2b42e5bd9912d;hpb=1c35d45fda7f5f2005629713a1fe07a9efa7182e;p=vlc diff --git a/src/input/es_out.c b/src/input/es_out.c index 3afcc2da6c..df4fb095f4 100644 --- a/src/input/es_out.c +++ b/src/input/es_out.c @@ -1699,6 +1699,9 @@ static int EsOutControl( es_out_t *out, int i_query, va_list args ) PL_UNLOCK; } pl_Release( p_sys->p_input ); + vlc_event_t event; + event.type = vlc_InputSelectedStreamChanged; + vlc_event_send( &p_sys->p_input->p->event_manager, &event ); } return VLC_SUCCESS;