X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fstream_out%2Fes.c;h=33defdadd891fa6150c945013f56959ea263f023;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=8b0bbc4cf10c38d03acb881a876364d7ea62c6ea;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/stream_out/es.c b/modules/stream_out/es.c index 8b0bbc4cf1..33defdadd8 100644 --- a/modules/stream_out/es.c +++ b/modules/stream_out/es.c @@ -359,10 +359,10 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt ) { msg_Err( p_stream, "no suitable sout access module for `%s/%s://%s'", psz_access, psz_mux, psz_dst ); - intf_UserFatal( p_stream, VLC_FALSE, - _("Streaming / Transcoding failed"), - _("There is no suitable stream-output access module for \"%s/%s://%s\"."), - psz_access, + intf_UserFatal( p_stream, VLC_FALSE, + _("Streaming / Transcoding failed"), + _("There is no suitable stream-output access module for \"%s/%s://%s\"."), + psz_access, psz_mux, psz_dst ); return( NULL ); } @@ -373,10 +373,10 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt ) { msg_Err( p_stream, "no suitable sout mux module for `%s/%s://%s'", psz_access, psz_mux, psz_dst ); - intf_UserFatal( p_stream, VLC_FALSE, - _("Streaming / Transcoding failed"), + intf_UserFatal( p_stream, VLC_FALSE, + _("Streaming / Transcoding failed"), _("There is no suitable stream-output access module "\ - "for \"%s/%s://%s\"."), + "for \"%s/%s://%s\"."), psz_access, psz_mux, psz_dst ); sout_AccessOutDelete( p_access ); return( NULL );