Commit 3cdb4538 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

stream_Demux: pretend to be in sout-all mode (fixes: #3050)

parent b15fc71a
...@@ -284,6 +284,9 @@ static void* DStreamThread( vlc_object_t* p_this ) ...@@ -284,6 +284,9 @@ static void* DStreamThread( vlc_object_t* p_this )
return NULL; return NULL;
} }
/* stream_Demux cannot apply DVB filters.
* Get all programs and let the E/S output sort them out. */
demux_Control( p_demux, DEMUX_SET_GROUP, -1, NULL );
p_sys->p_demux = p_demux; p_sys->p_demux = p_demux;
/* Main loop */ /* Main loop */
......
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